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-22 11:23:45 +0800
commit063a3fa4d2b1d195eca512b3bd479a9fed882c12 (patch)
tree74026ffbb951aaadc7cf89e38451e5fec1a542d9 /CleanSpec.mk
parent202fedd1fe7795ccc6cf68e3c56016e773d112cb (diff)
downloadsystem_core-063a3fa4d2b1d195eca512b3bd479a9fed882c12.tar.gz
system_core-063a3fa4d2b1d195eca512b3bd479a9fed882c12.tar.bz2
system_core-063a3fa4d2b1d195eca512b3bd479a9fed882c12.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. Test: mmm BOARD_VNDK_VERSION=current system/core/trusty Change-Id: I7f6d897b86c69d06923a18d28154760e006dd193
Diffstat (limited to 'CleanSpec.mk')
-rw-r--r--CleanSpec.mk10
1 files changed, 10 insertions, 0 deletions
diff --git a/CleanSpec.mk b/CleanSpec.mk
index 5b5eff406..d5b755461 100644
--- a/CleanSpec.mk
+++ b/CleanSpec.mk
@@ -60,3 +60,13 @@ $(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/secure-storage-unit-test)
+$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/bin/storageproxyd)
+$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/bin/tipc-test)
+$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/bin/trusty_keymaster_tipc)