summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stjernholm <mast@google.com>2024-04-08 20:08:30 +0100
committerMartin Stjernholm <mast@google.com>2024-04-11 16:35:34 +0100
commit41be05a790e708f9b1f7841f791b3bb73b434136 (patch)
tree5b4a617e6082bd37c6bc09bcc02c18c1a8a0f5ec
parentc96e8a23bd17b228bf41661b565242a0e5947a3b (diff)
downloadboringssl-main.tar.gz
Allow linking libcrypto_static from standalone dex2oat tests.HEADmastermain
They cannot link it dynamically since it doesn't have a stable ABI. Test: See https://r.android.com/3027746 Bug: 247108425 Change-Id: Ic32c78dd174f514005ed07910bff1914af7e7d97
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 1e6a2314..5b802671 100644
--- a/Android.bp
+++ b/Android.bp
@@ -349,6 +349,7 @@ cc_library_static {
name: "libcrypto_static",
visibility: [
"//art/build/sdk",
+ "//art/dex2oat", // Only for test use (note this module isn't in apex_available).
"//bootable/recovery/updater",
"//bootable/deprecated-ota/updater",
"//external/conscrypt",