From 9c65a54dca9094f4fd6da69ce3a42c380aaf43af Mon Sep 17 00:00:00 2001 From: Sebastiano Barezzi Date: Wed, 18 May 2022 09:43:16 +0200 Subject: [PATCH] sm6250-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 --- BoardConfigCommon.mk | 1 - atoll.mk | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 132f1d1..826d04d 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -46,7 +46,6 @@ TARGET_BOOTLOADER_BOARD_NAME := atoll TARGET_NO_BOOTLOADER := true # Camera -TARGET_USES_QTI_CAMERA_DEVICE := true TARGET_DISABLED_UBWC := true # Display diff --git a/atoll.mk b/atoll.mk index bfb92a0..f5077ba 100644 --- a/atoll.mk +++ b/atoll.mk @@ -89,7 +89,8 @@ PRODUCT_PACKAGES += \ # Camera PRODUCT_PACKAGES += \ android.hardware.camera.provider@2.4-impl \ - android.hardware.camera.provider@2.4-service_64 + android.hardware.camera.provider@2.4-service_64 \ + vendor.qti.hardware.camera.device@1.0.vendor PRODUCT_PACKAGES += \ libMegviiFacepp-0.5.2 \