From a1d99c1351ad824b82a170f2c454aa4d3a32d50b Mon Sep 17 00:00:00 2001 From: Jaesoo Lee Date: Mon, 20 Mar 2017 14:01:24 +0900 Subject: [PATCH] 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 --- target/product/embedded.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/target/product/embedded.mk b/target/product/embedded.mk index c77bce2cc..681b2c44b 100644 --- a/target/product/embedded.mk +++ b/target/product/embedded.mk @@ -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 \