From 4ed780c4549ba6ef06f733e2930b32f1d2304e03 Mon Sep 17 00:00:00 2001 From: Jiyong Park Date: Sat, 14 Jan 2017 19:58:02 +0900 Subject: [PATCH] configstore: add default implementation of configstore@1.0 HAL This change adds default implementation of configstore@1.0 HAL to all embedded devices. Bug: 34314793 Test: build. make sure /system/bin/hw has file android.hardware.configstore@1.0-service cherry-picked 1d6ab958c configstore: add default implementation of configstore@1.0 HAL Merged-in: I65f416560de9d65c57e6cfcb9a6fe26b0140d4a6 Change-Id: Ib68fa325a0f0ce60db0701e16a5a9056411fb398 --- target/product/embedded.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/target/product/embedded.mk b/target/product/embedded.mk index e26c62858..15438df94 100644 --- a/target/product/embedded.mk +++ b/target/product/embedded.mk @@ -20,6 +20,8 @@ PRODUCT_PACKAGES += \ adb \ adbd \ + android.hardware.configstore@1.0-impl \ + android.hardware.configstore@1.0-service \ android.hidl.allocator@1.0-service \ android.hidl.memory@1.0-impl \ atrace \