From 7b73446642fdb0e1b080bbf6b049a7dfbbd0c346 Mon Sep 17 00:00:00 2001 From: Nolen Johnson Date: Thu, 19 May 2022 12:25:04 -0400 Subject: [PATCH] sm6150-common: Remove deprecated TARGET_USES_QTI_CAMERA_DEVICE * Dead as of https://review.lineageos.org/c/LineageOS/android_vendor_lineage/+/331507. * We never needed this. Change-Id: I8ec420d6264fee70a1602eecdbb4f34f2e5db3dc --- BoardConfigCommon.mk | 3 --- 1 file changed, 3 deletions(-) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 924bf2f..02f3bc1 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -58,9 +58,6 @@ BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := $(COMMON_PATH)/bluetooth/include TARGET_BOOTLOADER_BOARD_NAME := sm6150 TARGET_NO_BOOTLOADER := true -# Camera -TARGET_USES_QTI_CAMERA_DEVICE := true - # Display TARGET_USES_COLOR_METADATA := true TARGET_USES_DISPLAY_RENDER_INTENTS := true