commit | 03ddd96b48077d0844544fb2bc6c1a35f2ce7e13 | [log] [tgz] |
---|---|---|
author | Dai Li <lidai@google.com> | Thu Jan 26 20:05:12 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Jan 26 20:05:12 2023 +0000 |
tree | 25fe30834bd22db12ad0ed4c74483d3233611a4c | |
parent | 1eaf3302ffb8492a026edffb7ad298b66d3306f9 [diff] | |
parent | 17ac2b606159b38516981dee9aa41c2597be9831 [diff] |
Merge "Add libtrusty to recovery image"
diff --git a/trusty/libtrusty/Android.bp b/trusty/libtrusty/Android.bp index 086051d..9d94ec4 100644 --- a/trusty/libtrusty/Android.bp +++ b/trusty/libtrusty/Android.bp
@@ -33,5 +33,6 @@ // TODO(b/170753563): cc_fuzz can't deal with vendor components. Build // libtrusty for system and vendor. vendor_available: true, + recovery_available: true, defaults: ["libtrusty_defaults"], }