From fb7286f854165133ea1cca55b120eb42397fb2c6 Mon Sep 17 00:00:00 2001 From: Nolen Johnson Date: Sun, 22 May 2022 11:35:49 +0530 Subject: [PATCH] sdm660-common: Remove deprecated TARGET_USES_QTI_CAMERA_DEVICE * Dead as of https://review.lineageos.org/c/LineageOS/android_vendor_lineage/+/331507. * We already build vendor.qti.hardware.camera.device@1.0 so we have what we need. Change-Id: I8ec420d6264fee70a1602eecdbb4f34f2e5db3dc Signed-off-by: wHo-EM-i Signed-off-by: pix106 --- BoardConfigCommon.mk | 2 -- 1 file changed, 2 deletions(-) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 0b7dc100..ec23ec80 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -86,8 +86,6 @@ BUILD_BROKEN_DUP_RULES := true # Camera USE_DEVICE_SPECIFIC_CAMERA := true -TARGET_USES_QTI_CAMERA_DEVICE := true -TARGET_USES_QTI_CAMERA2CLIENT := true BOARD_QTI_CAMERA_32BIT_ONLY := true TARGET_USES_MEDIA_EXTENSIONS := true