summaryrefslogtreecommitdiff
path: root/NativeCode.bp
diff options
context:
space:
mode:
authorJooyung Han <jooyung@google.com>2019-12-16 23:36:50 +0900
committerJooyung Han <jooyung@google.com>2019-12-18 12:52:48 +0000
commit826f28e7c95e0383aa9b66af08620b6cb25fbf71 (patch)
tree13086559b88dbbb8c8f693e8317fdfe08de009ac /NativeCode.bp
parent76033cbc1b377a13fb2ccf5f2f8ea94847924ab1 (diff)
Make libandroidio visible to externals/conscrypt
libjavacrypto(externals/conscrypt) dlopen()s libandroidio and this is tracked by 'runtime_libs' prop in externals/conscrypt/Android.bp. Bug: 144659031 Test: m Change-Id: I7f8ff046293a4c47e01366e541d2161add37eb9f
Diffstat (limited to 'NativeCode.bp')
-rw-r--r--NativeCode.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/NativeCode.bp b/NativeCode.bp
index a27fa74821..ef2f554035 100644
--- a/NativeCode.bp
+++ b/NativeCode.bp
@@ -88,6 +88,7 @@ cc_library_shared {
name: "libandroidio",
visibility: [
"//art/build/apex",
+ "//external/conscrypt",
],
defaults: [
"core_native_default_flags",