From 1ff87e5993646eaeecd8325edae0ac0cf0e99c2f Mon Sep 17 00:00:00 2001 From: Stricted Date: Sat, 22 Sep 2018 00:15:07 +0200 Subject: [PATCH] universal7580: build common camera packages Change-Id: I1d11d138a077bd19b5a423e05f80c2f2c6be5f8d --- device-common.mk | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/device-common.mk b/device-common.mk index 64dfdd9..4edcaba 100644 --- a/device-common.mk +++ b/device-common.mk @@ -30,6 +30,11 @@ PRODUCT_COPY_FILES += \ $(LOCAL_PATH)/configs/audio/audio_policy.conf:system/etc/audio_policy.conf \ $(LOCAL_PATH)/configs/audio/audio_effects.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_effects.xml +# Camera +PRODUCT_PACKAGES += \ + android.hardware.camera.provider@2.4-impl-legacy \ + android.hardware.camera.provider@2.4-service + # Permissions PRODUCT_COPY_FILES += \ frameworks/native/data/etc/android.hardware.camera.front.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.camera.front.xml \ -- 2.20.1