commit | dd8829a1332de6efe7dc08eccec7231faee9cb42 | [log] [tgz] |
---|---|---|
author | Ivan Lozano <ivanlozano@google.com> | Wed Feb 05 09:12:07 2025 -0800 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Feb 05 09:12:07 2025 -0800 |
tree | 9b305b2bf0a3fc8850cef6a4653e456ee970b2bd | |
parent | e85abb5a80e70c90df77cc978b63ced2369ff17d [diff] | |
parent | 36f783f32ed9c9c9c80b1108f317e43e5cb05c8f [diff] |
Merge "Add libcrypto dep to libopen_dice_cbor_bindgen" into main
diff --git a/libs/dice/open_dice/Android.bp b/libs/dice/open_dice/Android.bp index 75f70c3..986f496 100644 --- a/libs/dice/open_dice/Android.bp +++ b/libs/dice/open_dice/Android.bp
@@ -170,6 +170,7 @@ "libopen_dice_cbor_bindgen.rust_defaults", ], whole_static_libs: ["libopen_dice_cbor"], + shared_libs: ["libcrypto"], } rust_bindgen {