diff options
author | Hung-ying Tyan <tyanh@google.com> | 2017-07-28 19:09:33 +0800 |
---|---|---|
committer | Hung-ying Tyan <tyanh@google.com> | 2017-08-10 10:48:17 +0800 |
commit | 7d81b4e08172037674f378ffb6f45ad694c01077 (patch) | |
tree | b8ca1da8f9110d35f3fb37e55336ddfbfc347086 /trusty/libtrusty | |
parent | 42a2f5c992fa1eeb0ddde4b34ae87bfd2983489a (diff) | |
download | core-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/libtrusty')
-rw-r--r-- | trusty/libtrusty/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/trusty/libtrusty/Android.bp b/trusty/libtrusty/Android.bp index f316da229..88d624048 100644 --- a/trusty/libtrusty/Android.bp +++ b/trusty/libtrusty/Android.bp @@ -18,6 +18,7 @@ subdirs = [ cc_library { name: "libtrusty", + vendor: true, srcs: ["trusty.c"], export_include_dirs: ["include"], |