소스 검색

Merge "msm: camera: common: Fix compilation issue in bazel build for volcano" into camera-kernel.lnx.7.0

Camera Software Integration 1 년 전
부모
커밋
f843f51465
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      camera_modules.bzl

+ 2 - 2
camera_modules.bzl

@@ -250,12 +250,12 @@ def _define_module(target, variant):
         copts = ["-include", "$(location :camera_banner)"],
         deps = deps,
         kconfig = "Kconfig",
-        defconfig = "{}_defconfig".format(tv),
+        defconfig = "{}_defconfig".format(target),
         kernel_build = "//msm-kernel:{}".format(tv),
     )
 
     copy_to_dist_dir(
-	name = "{}_camera_dist".format(target),
+	name = "{}_camera_dist".format(tv),
         data = [":{}_camera".format(tv)],
         dist_dir = "out/target/product/{}/dlkm/lib/modules/".format(target),
         flat = True,