From a0583d7375b93dfa599df2892242a154ae35de89 Mon Sep 17 00:00:00 2001 From: Volodymyr Zhdanov Date: Tue, 20 Oct 2020 11:08:57 +0300 Subject: [PATCH] sm6250-common: build camera stack from source --- common.mk | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/common.mk b/common.mk index 9e686ef..9c642b3 100644 --- a/common.mk +++ b/common.mk @@ -105,13 +105,16 @@ TARGET_SCREEN_WIDTH := 1080 # Camera PRODUCT_PACKAGES += \ + libgui_vendor \ Snap PRODUCT_PACKAGES += \ libshim_megvii +# Camera PRODUCT_PACKAGES += \ - libgui_vendor + android.hardware.camera.provider@2.4-impl \ + android.hardware.camera.provider@2.4-service_64 PRODUCT_COPY_FILES += \ frameworks/native/data/etc/android.hardware.camera.flash-autofocus.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.camera.flash-autofocus.xml \