From 2c89c465c55d0c7d684ef51400e0b1054ae607de Mon Sep 17 00:00:00 2001 From: Sebastiano Barezzi Date: Wed, 18 May 2022 09:43:16 +0200 Subject: [PATCH] sm8350-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 | 3 --- common.mk | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index fcf96e0..f02cba8 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -60,9 +60,6 @@ TARGET_USE_QTI_BT_STACK := true # Bootloader TARGET_NO_BOOTLOADER := true -# Camera -TARGET_USES_QTI_CAMERA_DEVICE := true - # Display TARGET_SCREEN_DENSITY := 440 diff --git a/common.mk b/common.mk index a88e95b..02747d0 100644 --- a/common.mk +++ b/common.mk @@ -139,6 +139,7 @@ PRODUCT_PACKAGES_DEBUG += \ PRODUCT_PACKAGES += \ android.hardware.camera.provider@2.4-impl \ android.hardware.camera.provider@2.4-service_64 \ + vendor.qti.hardware.camera.device@1.0.vendor \ vendor.qti.hardware.camera.postproc@1.0.vendor PRODUCT_PACKAGES += \