commit | 7cce6d43739b41392139587882040f79e8a87bb9 | [log] [tgz] |
---|---|---|
author | Andrew Scull <ascull@google.com> | Mon Jan 24 17:02:10 2022 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Jan 24 17:02:10 2022 +0000 |
tree | 860f7226f5990c85f76829f7904baea0b60d7d14 | |
parent | a03e2f6e0208b52af5971a47bd285e37e2459fd9 [diff] | |
parent | 9d60a269dc46e277cabe6072344adbd4ca88f954 [diff] |
Merge "Set prefer_rlibs for the DICE HAL to keep size down"
diff --git a/microdroid/dice/Android.bp b/microdroid/dice/Android.bp index 1342a84..8026581 100644 --- a/microdroid/dice/Android.bp +++ b/microdroid/dice/Android.bp
@@ -7,6 +7,7 @@ srcs: ["service.rs"], relative_install_path: "hw", vendor: true, + prefer_rlib: true, rustlibs: [ "android.hardware.security.dice-V1-rust", "libandroid_logger",