summaryrefslogtreecommitdiff
path: root/CleanSpec.mk
diff options
context:
space:
mode:
authorShawn Willden <swillden@google.com>2018-05-09 12:00:17 -0600
committerShawn Willden <swillden@google.com>2018-05-09 15:03:47 -0600
commit7dd837d2838ef0bb59b56b411e34132d2bf36c14 (patch)
tree2245aedc6a5a42165c5ced69e37ecb82d05876f0 /CleanSpec.mk
parent8efedfc2d52c2115b774537104a52face9f7d51b (diff)
downloadbonito-7dd837d2838ef0bb59b56b411e34132d2bf36c14.tar.gz
Disable Citadel Strongbox until it's functional
We have some workarounds in vold and keystore to prevent the not-yet-complete Citadel StrongBox from breaking the system. To allow the workarounds to be removed, this removes the .rc file so the Citadel Strongbox HAL does not get started by init. Bug: 77533310, 77338527 Test: Build and boot Change-Id: I32a3e196882733a1aefade271a0e799e05f8ed56
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 61b150f4..ecc9ea66 100644
--- a/CleanSpec.mk
+++ b/CleanSpec.mk
@@ -95,3 +95,6 @@ $(call add-clean-step, rm -rf $(PRODUCT_OUT)/vendor/etc/init/hardware.google.med
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/vendor/bin/hw/android.hardware.graphics.composer@2.1-service)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/vendor/etc/init/android.hardware.graphics.composer@2.1-service.rc)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/vendor/lib64/hw/android.hardware.graphics.composer@2.1-impl.so)
+
+# Remove StrongBox RC
+$(call add-clean-step, rm -rf $(PRODUCT_OUT)/vendor/etc/init/android.hardware.keymaster@4.0-service.citadel.rc)