summaryrefslogtreecommitdiff
path: root/CleanSpec.mk
diff options
context:
space:
mode:
authorShawn Willden <swillden@google.com>2018-03-02 16:07:04 -0700
committerShawn Willden <swillden@google.com>2018-04-03 14:00:19 -0600
commit244a701e6c75112858f43ccc97fbf4d002c508f8 (patch)
tree7854dad47cc148ccb9eb7f5184271bb7d8fec173 /CleanSpec.mk
parenta59ee40dfdfbae58d3633b85e38975af99d0747e (diff)
downloadbonito-244a701e6c75112858f43ccc97fbf4d002c508f8.tar.gz
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
Diffstat (limited to 'CleanSpec.mk')
-rw-r--r--CleanSpec.mk3
1 files changed, 3 insertions, 0 deletions
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)
+