From 9fb997ec603520de1e8ac39df5432a8301500f7d Mon Sep 17 00:00:00 2001 From: Sebastiano Barezzi Date: Wed, 18 May 2022 09:43:16 +0200 Subject: [PATCH] sm6375-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 --- holi.mk | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 4dea191..75230d5 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -59,9 +59,6 @@ BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := $(COMMON_PATH)/bluetooth/include TARGET_BOOTLOADER_BOARD_NAME := holi TARGET_NO_BOOTLOADER := true -# Camera -TARGET_USES_QTI_CAMERA_DEVICE := true - # DRM TARGET_ENABLE_MEDIADRM_64 := true diff --git a/holi.mk b/holi.mk index 9d168d0..9bacf39 100644 --- a/holi.mk +++ b/holi.mk @@ -104,6 +104,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