commit | 2d6be9a751685b4c307632bf27e8c100310ad500 | [log] [tgz] |
---|---|---|
author | dimitry <dimitry@google.com> | Tue Mar 19 13:01:42 2019 +0100 |
committer | dimitry <dimitry@google.com> | Wed Mar 20 12:16:57 2019 +0100 |
tree | 5f8489e99e8805f5e7ac24953b6272156125fb6e | |
parent | 4d78eb9a6d58e00fd723370353644e2d00a02a13 [diff] [blame] |
Move platform-private symbols out of libdl.so Symbols not intended to be accessible from apps are moved to libdl_android.so Test: bionic-unit-tests Change-Id: Ib8ba6147a20cf56550c9a008f66570a2d419565a
diff --git a/tests/Android.bp b/tests/Android.bp index c200ef4..894a7cb 100644 --- a/tests/Android.bp +++ b/tests/Android.bp
@@ -467,6 +467,7 @@ shared_libs: [ "ld-android", "libdl", + "libdl_android", "libdl_preempt_test_1", "libdl_preempt_test_2", "libdl_test_df_1_global",