diff --git a/target/product/core_minimal.mk b/target/product/core_minimal.mk index 523df7a0dd..dd23a354b7 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 5ced1a6ab1..e49ef19193 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 \