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>
Tento commit je obsažen v:
Karthik Jayakumar
2021-05-24 12:58:19 -07:00
odevzdal Gerrit - the friendly Code Review server
rodič 469372865d
revize a4ba97982a

Zobrazit soubor

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