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

Change-Id: I65f416560de9d65c57e6cfcb9a6fe26b0140d4a6
This commit is contained in:
Jiyong Park 2017-01-14 19:58:02 +09:00
parent 7f729e0068
commit 1d6ab958ca
1 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,8 @@
PRODUCT_PACKAGES += \
adb \
adbd \
android.hardware.configstore@1.0-impl \
android.hardware.configstore@1.0-service \
android.hidl.memory@1.0-service \
android.hidl.memory@1.0-impl \
atrace \