aboutsummaryrefslogtreecommitdiffstats
path: root/target/product/embedded.mk
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2017-01-14 19:58:02 +0900
committerJaesoo Lee <jaesoo@google.com>2017-03-10 10:13:17 +0900
commit4ed780c4549ba6ef06f733e2930b32f1d2304e03 (patch)
tree943db6d11f719262d906abae81d7432ec22a53f0 /target/product/embedded.mk
parent1e8364a8be7abb3e0affad0c5bcf9e2e31afef64 (diff)
downloadplatform_build-4ed780c4549ba6ef06f733e2930b32f1d2304e03.tar.gz
platform_build-4ed780c4549ba6ef06f733e2930b32f1d2304e03.tar.bz2
platform_build-4ed780c4549ba6ef06f733e2930b32f1d2304e03.zip
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
Diffstat (limited to 'target/product/embedded.mk')
-rw-r--r--target/product/embedded.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/target/product/embedded.mk b/target/product/embedded.mk
index e26c62858d..15438df940 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 \