forked from openkylin/platform_build
removed "android.hardware.configstore@1.0-impl" from PRODUCT_PACKAGES
This change removes the passthough mode implemention of Configstore. Bug: 35325577 Test: android.hardware.configstore@1.0-impl.so not exist in outputs and Configstore works in binderized mode Change-Id: Ie9ec24c33701356b7fa8c4f6cfc372c09051f62c Merged-In: Ic16d5ebe30fabfd62ba4e444fe2775ddfbe2a18a
This commit is contained in:
parent
5b216025ba
commit
a1d99c1351
|
@ -20,7 +20,6 @@
|
|||
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 \
|
||||
|
|
Loading…
Reference in New Issue