OSDN Git Service

Make dt_runpath work for libraries opened from apk
authorDmitriy Ivanov <dimitry@google.com>
Fri, 2 Oct 2015 01:41:57 +0000 (18:41 -0700)
committerDmitriy Ivanov <dimitry@google.com>
Wed, 7 Oct 2015 18:44:53 +0000 (11:44 -0700)
commita1feb117e4d5614548574f28dede3443e073512b
tree6078618ff745b802f986119d0534433a8d7df2d1
parent748421beef0ed8625920a27b3753a79c2652b6ef
Make dt_runpath work for libraries opened from apk

This patch also fixes realpath for libraries opened directly
from apks.

Bug: http://b/21960914
Bug: http://b/21961857
Change-Id: I35ade661c87f1d448191f385811f6e9fd3cacf11
linker/Android.mk
linker/linker.cpp
linker/linker_utils.cpp [new file with mode: 0644]
linker/linker_utils.h [new file with mode: 0644]
linker/tests/Android.mk
linker/tests/linker_globals.cpp [new file with mode: 0644]
linker/tests/linker_utils_test.cpp [new file with mode: 0644]
tests/dlext_test.cpp
tests/libs/Android.build.dlext_testzip.mk
tests/libs/Android.build.dt_runpath.mk
tests/libs/dlopen_b.cpp