summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth Moore <sethmo@google.com>2023-08-31 19:00:54 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2023-08-31 19:00:54 +0000
commitdaff0e6c64759354e9ddd47c036d4bf7f34970e9 (patch)
tree54d3ebf54670d1f3b7caf19e450b991efd1a18e0
parent19e80fc8a00dfa26f8f9a3c9bb4cbf5ae3fa03c4 (diff)
parent9b0fb4573acb7bab48270ec9d7994139810a9726 (diff)
downloadsecurity-daff0e6c64759354e9ddd47c036d4bf7f34970e9.tar.gz
Merge "Static link libcrypto into rkp_factory_extraction_tool" into main
-rw-r--r--provisioner/Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/provisioner/Android.bp b/provisioner/Android.bp
index 605abb49..0bf687db 100644
--- a/provisioner/Android.bp
+++ b/provisioner/Android.bp
@@ -30,7 +30,6 @@ cc_defaults {
],
shared_libs: [
"libbinder_ndk",
- "libcrypto",
"liblog",
],
static_libs: [
@@ -40,6 +39,7 @@ cc_defaults {
"libbase",
"libcppbor_external",
"libcppcose_rkp",
+ "libcrypto_static",
"libjsoncpp",
"libkeymint_remote_prov_support",
"libmediadrmrkp",