From 41be05a790e708f9b1f7841f791b3bb73b434136 Mon Sep 17 00:00:00 2001 From: Martin Stjernholm Date: Mon, 8 Apr 2024 20:08:30 +0100 Subject: Allow linking libcrypto_static from standalone dex2oat tests. 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 --- Android.bp | 1 + 1 file changed, 1 insertion(+) 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", -- cgit v1.2.3