summaryrefslogtreecommitdiffstats
path: root/CleanSpec.mk
diff options
context:
space:
mode:
authorHung-ying Tyan <tyanh@google.com>2017-07-28 19:09:33 +0800
committerHung-ying Tyan <tyanh@google.com>2017-08-10 10:48:17 +0800
commit7d81b4e08172037674f378ffb6f45ad694c01077 (patch)
treeb8ca1da8f9110d35f3fb37e55336ddfbfc347086 /CleanSpec.mk
parent42a2f5c992fa1eeb0ddde4b34ae87bfd2983489a (diff)
downloadsystem_core-7d81b4e08172037674f378ffb6f45ad694c01077.tar.gz
system_core-7d81b4e08172037674f378ffb6f45ad694c01077.tar.bz2
system_core-7d81b4e08172037674f378ffb6f45ad694c01077.zip
Move trusty reference implementations to /vendor
Trusty implementations are provided by vendors. This patch moves the AOSP reference implementations to the vendor partition. Bug: 63085384 Test: build gordon_peak which adopts trusty as the TEE and confirm that libtrusty and gateway.trusty are moved to /vendor. Test: build marlin which does not adopt trusty as the TEE and confirm that this patch has no effect on the build result. Change-Id: I9a5440071386b929058207fdef560ed2d7223ba3
Diffstat (limited to 'CleanSpec.mk')
-rw-r--r--CleanSpec.mk8
1 files changed, 8 insertions, 0 deletions
diff --git a/CleanSpec.mk b/CleanSpec.mk
index 5b5eff406..9fe59086c 100644
--- a/CleanSpec.mk
+++ b/CleanSpec.mk
@@ -60,3 +60,11 @@ $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib/hw/gatekeeper.$(TARGET_D
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib64/hw/gatekeeper.$(TARGET_DEVICE).so)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/root/vendor)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/root/init.rc)
+$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib/libtrusty.so)
+$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib64/libtrusty.so)
+$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib/hw/keystore.trusty.so)
+$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib64/hw/keystore.trusty.so)
+$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib/hw/gatekeeper.trusty.so)
+$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib64/hw/gatekeeper.trusty.so)
+$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/bin/storageproxyd.so)
+$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/bin/trusty_keymaster_tipc.so)