diff --git a/target/product/core_minimal.mk b/target/product/core_minimal.mk index ff2d9ffca7..c3eb9eac09 100644 --- a/target/product/core_minimal.mk +++ b/target/product/core_minimal.mk @@ -60,7 +60,6 @@ PRODUCT_PACKAGES += \ iptables \ gatekeeperd \ keystore \ - keystore.default \ ld.config.txt \ ld.mc \ libaaudio \ diff --git a/target/product/core_tiny.mk b/target/product/core_tiny.mk index e47341365b..944be748b4 100644 --- a/target/product/core_tiny.mk +++ b/target/product/core_tiny.mk @@ -59,7 +59,6 @@ PRODUCT_PACKAGES += \ iptables \ gatekeeperd \ keystore \ - keystore.default \ ld.mc \ libaaudio \ libOpenMAXAL \