forked from openkylin/platform_build
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:
parent
7f729e0068
commit
1d6ab958ca
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue