diff options
author | Nolen Johnson <johnsonnolen@gmail.com> | 2022-05-19 12:25:04 -0400 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2022-08-07 12:34:51 +0200 |
commit | 7b727c5d2b4b8606c79b1df9e070e67ac2bf37ee (patch) | |
tree | 34a7fdf09509feba6d6218b8a83f240225eeae6f | |
parent | e45a44ff621543c3cd8d4c9d95956b4be067fb27 (diff) |
msm8996-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
-rw-r--r-- | BoardConfigCommon.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 7cf42a6..f844d1e 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -99,7 +99,6 @@ QCOM_BT_USE_BTNV := true BOARD_QTI_CAMERA_32BIT_ONLY := true TARGET_SUPPORT_HAL1 := false TARGET_USES_MEDIA_EXTENSIONS := true -TARGET_USES_QTI_CAMERA_DEVICE := true DEVICE_SPECIFIC_CAMERA_PATH := $(VENDOR_PATH)/camera # Charger |