sm7250-common: 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
Signed-off-by: aswin7469 <aswinas@pixysos.com>
Signed-off-by: Sandeep-FED <sandymankara11@gmail.com>
This commit is contained in:
Sebastiano Barezzi
2022-05-18 09:43:16 +02:00
committed by Sandeep P S
parent 1748d6510c
commit 4f16df691b
2 changed files with 2 additions and 3 deletions

View File

@@ -101,9 +101,6 @@ USE_CUSTOM_AUDIO_POLICY := 1
# Bluetooth # Bluetooth
TARGET_USE_QTI_BT_STACK := true TARGET_USE_QTI_BT_STACK := true
# Camera
TARGET_USES_QTI_CAMERA_DEVICE := true
# Display # Display
TARGET_USES_COLOR_METADATA := true TARGET_USES_COLOR_METADATA := true
TARGET_USES_DISPLAY_RENDER_INTENTS := true TARGET_USES_DISPLAY_RENDER_INTENTS := true

View File

@@ -192,6 +192,8 @@ PRODUCT_PACKAGES_DEBUG += \
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
android.hardware.camera.provider@2.4-impl \ android.hardware.camera.provider@2.4-impl \
android.hardware.camera.provider@2.4-service_64 \ android.hardware.camera.provider@2.4-service_64 \
libcamera2ndk_vendor \
vendor.qti.hardware.camera.device@1.0.vendor \
vendor.qti.hardware.camera.postproc@1.0.vendor vendor.qti.hardware.camera.postproc@1.0.vendor
# Common init scripts # Common init scripts