commit | 92ec98ee958d6c1404ef5e9eaa0155ea634cc8e9 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Tue Feb 14 13:51:12 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Feb 14 13:51:12 2023 +0000 |
tree | 15dbb3164a9dde5c7965448dbf648f3616737c7a | |
parent | 81ca080ab40ad574ff6c5e0bece33bb40c2c3a50 [diff] | |
parent | f2479c17be38a70a58ca33ce5c4101b6827d86f6 [diff] |
Merge "libs/dice: Only depend on rust bindgens"
diff --git a/libs/dice/Android.bp b/libs/dice/Android.bp index 71cf0f1..31a39b2 100644 --- a/libs/dice/Android.bp +++ b/libs/dice/Android.bp
@@ -15,10 +15,5 @@ "libopen_dice_cbor_bindgen_nostd", "libopen_dice_bcc_bindgen_nostd", ], - whole_static_libs: [ - "libopen_dice_bcc", - "libopen_dice_cbor", - "libcrypto_baremetal", - ], apex_available: ["com.android.virt"], }