diff options
author | Jooyung Han <jooyung@google.com> | 2019-12-16 23:36:50 +0900 |
---|---|---|
committer | Jooyung Han <jooyung@google.com> | 2019-12-18 12:52:48 +0000 |
commit | 826f28e7c95e0383aa9b66af08620b6cb25fbf71 (patch) | |
tree | 13086559b88dbbb8c8f693e8317fdfe08de009ac | |
parent | 76033cbc1b377a13fb2ccf5f2f8ea94847924ab1 (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
-rw-r--r-- | NativeCode.bp | 1 |
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", |