diff options
| author | Nolen Johnson <johnsonnolen@gmail.com> | 2022-05-19 12:25:04 -0400 |
|---|---|---|
| committer | Nolen Johnson <johnsonnolen@gmail.com> | 2022-05-19 18:26:22 +0200 |
| commit | 92a8e0bae11564c701caec4e921b0e15f53c290e (patch) | |
| tree | bb05b11d4ab1ba7103928f5a1598d9d74cee2548 | |
| parent | ef728be829217055ea483545cc1ada370c5fbaee (diff) | |
pro1: 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
| -rw-r--r-- | BoardConfig.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index 1e73bb8..c59ff99 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -94,9 +94,6 @@ USE_CUSTOM_AUDIO_POLICY := 1 # Bluetooth BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := $(DEVICE_PATH)/bluetooth/include -# Camera -TARGET_USES_QTI_CAMERA_DEVICE := true - # Display TARGET_SCREEN_DENSITY := 400 TARGET_USES_HWC2 := true |
