소스 검색

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 <[email protected]>
Karthik Jayakumar 3 년 전
부모
커밋
9d1844b4c8
2개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 2
      board.mk
  2. 0 2
      product.mk

+ 0 - 2
board.mk

@@ -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

+ 0 - 2
product.mk

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