From 7912a9e760eb5ffb5b9cc21703f59cc7ba8ae806 Mon Sep 17 00:00:00 2001 From: Bowgo Tsai Date: Tue, 17 Oct 2017 18:16:35 +0800 Subject: [PATCH] Removing keystore.default from core_tiny.mk and core_minimal.mk keystore.default is not the current default implementation and is not needed on running devices. Bug: 65613798 Test: boot device Change-Id: Ide82473d358719f7e01cd2a4a85db954f3722f14 --- target/product/core_minimal.mk | 1 - target/product/core_tiny.mk | 1 - 2 files changed, 2 deletions(-) diff --git a/target/product/core_minimal.mk b/target/product/core_minimal.mk index 523df7a0d..dd23a354b 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 5ced1a6ab..e49ef1919 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 \