commit | daff0e6c64759354e9ddd47c036d4bf7f34970e9 | [log] [tgz] |
---|---|---|
author | Seth Moore <sethmo@google.com> | Thu Aug 31 19:00:54 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Aug 31 19:00:54 2023 +0000 |
tree | 54d3ebf54670d1f3b7caf19e450b991efd1a18e0 | |
parent | 19e80fc8a00dfa26f8f9a3c9bb4cbf5ae3fa03c4 [diff] | |
parent | 9b0fb4573acb7bab48270ec9d7994139810a9726 [diff] |
Merge "Static link libcrypto into rkp_factory_extraction_tool" into main
diff --git a/provisioner/Android.bp b/provisioner/Android.bp index 605abb4..0bf687d 100644 --- a/provisioner/Android.bp +++ b/provisioner/Android.bp
@@ -30,7 +30,6 @@ ], shared_libs: [ "libbinder_ndk", - "libcrypto", "liblog", ], static_libs: [ @@ -40,6 +39,7 @@ "libbase", "libcppbor_external", "libcppcose_rkp", + "libcrypto_static", "libjsoncpp", "libkeymint_remote_prov_support", "libmediadrmrkp",