diff options
author | Sebastiano Barezzi <barezzisebastiano@gmail.com> | 2022-05-18 09:43:16 +0200 |
---|---|---|
committer | sinanmohd <pcmsinan@gmail.com> | 2023-01-05 21:27:38 +0530 |
commit | abaf05236b945446e82ed803989da5b8bb412a4e (patch) | |
tree | e12e4db150612702d48932c1bc544b4b7fc99c46 | |
parent | eee56fc123a4579f2241d3682d65caf2e39df13c (diff) |
veux: Drop QTI camera device usage
* qcom-camera topic hasn't been ported to 19.1
* Keep building vendor.qti.hardware.camera.device@1.0 interface lib, IMS stack and possibly camera HAL still needs it
Change-Id: I87bcd5b54ad986d5844df50de243fc1a18507198
-rw-r--r-- | BoardConfig.mk | 3 | ||||
-rw-r--r-- | device.mk | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index f96cef8..4012518 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -66,9 +66,6 @@ TARGET_NO_BOOTLOADER := true # Bluetooth BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := $(DEVICE_PATH)/bluetooth/include -# Camera -TARGET_USES_QTI_CAMERA_DEVICE := true - # Display Density TARGET_SCREEN_DENSITY := 440 @@ -114,6 +114,7 @@ PRODUCT_PACKAGES += \ android.hardware.camera.provider@2.4-service_64 \ libcamera2ndk_vendor \ libstdc++.vendor \ + vendor.qti.hardware.camera.device@1.0.vendor \ vendor.qti.hardware.camera.postproc@1.0.vendor # Component Overrides |