Implement lookup by DT_SONAME
This CL also fixes SEARCH_NAME hack and resolves https://code.google.com/p/android/issues/detail?id=6670 once and for all. Bug: https://code.google.com/p/android/issues/detail?id=6670 Change-Id: I9b8d6a672cd722f30fbfbb40cdee8d9b39cfe56e
This commit is contained in:
@@ -117,6 +117,17 @@ build_type := target
|
||||
build_target := SHARED_LIBRARY
|
||||
include $(TEST_PATH)/Android.build.mk
|
||||
|
||||
# ----------------------------------------------------------------------------
|
||||
# Library with soname which does not match filename
|
||||
# ----------------------------------------------------------------------------
|
||||
libdlext_test_different_soname_src_files := \
|
||||
dlext_test_library.cpp \
|
||||
|
||||
module := libdlext_test_different_soname
|
||||
module_tag := optional
|
||||
libdlext_test_different_soname_ldflags := -Wl,-soname=libdlext_test_soname.so
|
||||
include $(LOCAL_PATH)/Android.build.testlib.mk
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
# Library used by dlext tests - zipped and aligned
|
||||
# -----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user