Jelajahi Sumber

msm: camera: config: Remove QSSI target check

Removes the QSSI check because TARGET_PRODUCT is deprecated in
Android S makefiles.

CRs-Fixed: 2953113
Change-Id: I85ed2b61ff5871fcb580058034ca5954138b60b8
Signed-off-by: Karthik Jayakumar <[email protected]>
Karthik Jayakumar 4 tahun lalu
induk
melakukan
a4ba97982a
1 mengubah file dengan 0 tambahan dan 3 penghapusan
  1. 0 3
      Android.mk

+ 0 - 3
Android.mk

@@ -1,5 +1,3 @@
-ifneq ($(TARGET_PRODUCT), qssi)
-
 ifeq ($(call is-board-platform-in-list, $(TARGET_BOARD_PLATFORM)),true)
 
 # Make target to specify building the camera.ko from within Android build system.
@@ -50,4 +48,3 @@ include $(DLKM_DIR)/Build_external_kernelmodule.mk
 endif
 
 endif # End of check for board platform
-endif # End of check for target product