From 244a701e6c75112858f43ccc97fbf4d002c508f8 Mon Sep 17 00:00:00 2001 From: Shawn Willden Date: Fri, 2 Mar 2018 16:07:04 -0700 Subject: Upgrade B1C1 to Keymaster4 B1C1 already have the Keymaster4 app in the trusted OS. This CL updates the manifest to use KM4, makes the necessary SEPolicy change and removes the KM3 RC file. Test: Boots Bug: 68727003 Change-Id: Ib08228d944919f0945f17434e86bf15b17e8f638 --- CleanSpec.mk | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CleanSpec.mk') diff --git a/CleanSpec.mk b/CleanSpec.mk index 25c80737..ea5d3f65 100644 --- a/CleanSpec.mk +++ b/CleanSpec.mk @@ -75,3 +75,6 @@ $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/media) $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/priv-app) $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/product) $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/usr) + +$(call add-clean-step, rm -rf $(PRODUCT_OUT)/vendor/etc/init/android.hardware.keymaster@3.0-service-qti.rc) + -- cgit v1.2.3