
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>
7 lines
209 B
Makefile
7 lines
209 B
Makefile
# Build camera kernel driver
|
|
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
|