1
0

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 <kjayakum@codeaurora.org>
Este cometimento está contido em:
Karthik Jayakumar
2021-05-24 12:58:19 -07:00
cometido por Gerrit - the friendly Code Review server
ascendente 469372865d
cometimento a4ba97982a

Ver ficheiro

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