commit | 9d60a269dc46e277cabe6072344adbd4ca88f954 | [log] [tgz] |
---|---|---|
author | Andrew Scull <ascull@google.com> | Mon Jan 24 14:31:27 2022 +0000 |
committer | Andrew Scull <ascull@google.com> | Mon Jan 24 14:56:10 2022 +0000 |
tree | d7473e0423e1a272bddd1b2a1bc1d384e5239167 | |
parent | 97566d32000c166c44f269ea48e478b9f1cdd636 [diff] |
Set prefer_rlibs for the DICE HAL to keep size down Bug: 214231981 Test: build Change-Id: I6f5a491314ff7582a7512d17fd117fa0d6a2c155
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",