diff options
author | Hung-ying Tyan <tyanh@google.com> | 2017-08-11 08:02:21 +0000 |
---|---|---|
committer | Hung-ying Tyan <tyanh@google.com> | 2017-08-11 08:02:21 +0000 |
commit | 5505eb783b0fdf12fda9b3e0613a12af52bd80b2 (patch) | |
tree | 9b388a15eba8003319eaa056ddb7c8008b7d8977 /trusty/libtrusty | |
parent | 7d81b4e08172037674f378ffb6f45ad694c01077 (diff) | |
download | core-5505eb783b0fdf12fda9b3e0613a12af52bd80b2.tar.gz core-5505eb783b0fdf12fda9b3e0613a12af52bd80b2.tar.bz2 core-5505eb783b0fdf12fda9b3e0613a12af52bd80b2.zip |
Revert "Move trusty reference implementations to /vendor"
The CL is not complete and will cause build break when BOARD_VNDK_VERSION is set.
This reverts commit 7d81b4e08172037674f378ffb6f45ad694c01077.
Change-Id: If9632fb7ee8147c39f1ad0860ddc3bed62ba89db
Diffstat (limited to 'trusty/libtrusty')
-rw-r--r-- | trusty/libtrusty/Android.bp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/trusty/libtrusty/Android.bp b/trusty/libtrusty/Android.bp index 88d624048..f316da229 100644 --- a/trusty/libtrusty/Android.bp +++ b/trusty/libtrusty/Android.bp @@ -18,7 +18,6 @@ subdirs = [ cc_library { name: "libtrusty", - vendor: true, srcs: ["trusty.c"], export_include_dirs: ["include"], |