From a828a2f8e6fd5271787a7dea4c682cbf54425a14 Mon Sep 17 00:00:00 2001 From: "Torne (Richard Coles)" Date: Wed, 2 Sep 2015 14:14:08 +0100 Subject: linker: don't pass dlextinfo to dependent loads. Don't pass the parent load's dlextinfo to dependent loads, since this causes the linker to try to load the dependencies using the same addresses/relro/fds/etc as the main library, which is never going to work. This was how it worked before ae69a95 which broke this. Bug: 23742664 Change-Id: I53d8cdf0982d8758e6d2ced4864c704cdf74118f --- tests/libs/Android.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests') diff --git a/tests/libs/Android.mk b/tests/libs/Android.mk index a5ef622..5b96306 100644 --- a/tests/libs/Android.mk +++ b/tests/libs/Android.mk @@ -67,6 +67,8 @@ libdlext_test_src_files := \ libdlext_test_ldflags := \ -Wl,-z,relro \ +libdlext_test_shared_libraries := libtest_simple + module := libdlext_test module_tag := optional include $(LOCAL_PATH)/Android.build.testlib.mk -- cgit v1.1