From a08cb4d93374d43a104ae5ab8a4f2e4d6abe1806 Mon Sep 17 00:00:00 2001 From: Stricted Date: Sat, 22 Sep 2018 00:16:54 +0200 Subject: [PATCH] universal7580: build configstore HIDL HAL Change-Id: If2d406bff9a2d8ba57c2184e0075ea99204fb141 --- device-common.mk | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/device-common.mk b/device-common.mk index 4edcaba..c055510 100644 --- a/device-common.mk +++ b/device-common.mk @@ -35,6 +35,11 @@ PRODUCT_PACKAGES += \ android.hardware.camera.provider@2.4-impl-legacy \ android.hardware.camera.provider@2.4-service +# Configstore +PRODUCT_PACKAGES += \ + android.hardware.configstore@1.0-impl \ + android.hardware.configstore@1.0-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