msm: camera: common: Fix compilation issue in bazel build for volcano
Fix compilation issue for mmrm dependencies in bazel build for volcano target. CRs-Fixed: 3696470 Signed-off-by: Alok Chauhan <quic_alokc@quicinc.com> Change-Id: I7635cb7981a2ba5660e3465fb6be188a44df3ad8
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user