commit | 14669a939d113214a4a20b9318fca0992d5453f0 | [log] [tgz] |
---|---|---|
author | Dmitriy Ivanov <dimitry@google.com> | Fri Sep 05 16:42:53 2014 -0700 |
committer | Dmitriy Ivanov <dimitry@google.com> | Mon Sep 08 13:02:50 2014 -0700 |
tree | 160b15f09cb7edc2da5b02e47cf3d5ce1461df97 | |
parent | 320a01d51693408dad859094ca52e5f315ff1d15 [diff] [blame] |
Load libraries in breadth-first order This patch fixes the problem with symbol search order for dlsym(RTLD_DEFAULT/RTLD_NEXT, .) by loading libraries and ld_preloads in correct order. Bug: https://code.google.com/p/android/issues/detail?id=74255 Change-Id: If1ba5c807322409faa914e27ecb675e2c4541f0d Attempt: 2
diff --git a/tests/Android.mk b/tests/Android.mk index 3bd4ec0..49efdad 100644 --- a/tests/Android.mk +++ b/tests/Android.mk
@@ -114,6 +114,7 @@ system_properties_test.cpp \ time_test.cpp \ uchar_test.cpp \ + uniqueptr_test.cpp \ unistd_test.cpp \ wchar_test.cpp \