diff options
author | dimitry <dimitry@google.com> | 2019-03-20 13:25:28 +0100 |
---|---|---|
committer | dimitry <dimitry@google.com> | 2019-03-28 12:45:52 +0100 |
commit | 4f5990497566a2c2ff3780537c0a4565cf366f1e (patch) | |
tree | 7f27c830d8105df7fdec7e4201716dae0f126273 /NativeCode.bp | |
parent | c850021a47c1713cb2b152a40806b7c6f90b09c0 (diff) |
Add dependency on libdl_android
platform private symbols have been moved to libdl_android.so
since they are not intended to be accessible from apps.
Test: make
Bug: http://b/129387775
Change-Id: I4e74aed595eeb61fd956b7fc9b07c2cd60ccc29b
(cherry picked from commit b026bae8b183c1007d06b6143243be809b50f704)
Diffstat (limited to 'NativeCode.bp')
-rw-r--r-- | NativeCode.bp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/NativeCode.bp b/NativeCode.bp index c5341e0213..38f57b364f 100644 --- a/NativeCode.bp +++ b/NativeCode.bp @@ -143,6 +143,9 @@ cc_defaults { // for more information. "-DANDROID_LINK_SHARED_ICU4C", ], + shared_libs: [ + "libdl_android", + ], }, }, |