msm: camera: common: Remove QMAA flag check from camera-kernel

QMAA flag check only applies in the Android build system.
It's primarily meant for controlling whether or not certain
UMD libraries are enabled in the compilation.

Change-Id: I295df2b02bbdf80b26783441908807f7309f148e
Signed-off-by: Karthik Jayakumar <kjayakum@codeaurora.org>
This commit is contained in:
Karthik Jayakumar
2021-11-02 15:06:35 -07:00
parent 2b4fa3dcde
commit 9d1844b4c8
2 changed files with 0 additions and 4 deletions

View File

@ -1,8 +1,6 @@
# Build camera kernel driver
ifneq ($(TARGET_USES_QMAA),true)
ifneq ($(TARGET_BOARD_AUTO),true)
ifeq ($(call is-board-platform-in-list,$(TARGET_BOARD_PLATFORM)),true)
BOARD_VENDOR_KERNEL_MODULES += $(KERNEL_MODULES_OUT)/camera.ko
endif
endif
endif

View File

@ -1,3 +1 @@
ifneq ($(TARGET_USES_QMAA),true)
PRODUCT_PACKAGES += camera.ko
endif