summaryrefslogtreecommitdiffstats
path: root/trusty/storage
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 /trusty/storage
parent42a2f5c992fa1eeb0ddde4b34ae87bfd2983489a (diff)
downloadcore-7d81b4e08172037674f378ffb6f45ad694c01077.tar.gz
core-7d81b4e08172037674f378ffb6f45ad694c01077.tar.bz2
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 'trusty/storage')
-rw-r--r--trusty/storage/proxy/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/trusty/storage/proxy/Android.bp b/trusty/storage/proxy/Android.bp
index eb34df014..4088696ce 100644
--- a/trusty/storage/proxy/Android.bp
+++ b/trusty/storage/proxy/Android.bp
@@ -16,6 +16,7 @@
cc_binary {
name: "storageproxyd",
+ vendor: true,
srcs: [
"ipc.c",