Follow up to https://android-review.googlesource.com/114561
Looks like unbundled builds need to use --hash-style=sysv for the sake of compatibility Change-Id: Ia7b3a1cc3b2c91a8628551888a74925926dff855
This commit is contained in:
parent
e7a72de8c2
commit
64d3f78ee5
1 changed files with 3 additions and 0 deletions
|
@ -92,6 +92,9 @@ LOCAL_SDK_VERSION := 14
|
||||||
LOCAL_NDK_STL_VARIANT := c++_static
|
LOCAL_NDK_STL_VARIANT := c++_static
|
||||||
LOCAL_LDFLAGS += -ldl
|
LOCAL_LDFLAGS += -ldl
|
||||||
|
|
||||||
|
# TODO: Figure out what we should do with --hash-style=gnu for unbundled builds
|
||||||
|
LOCAL_LDFLAGS += -Wl,--hash-style=sysv
|
||||||
|
|
||||||
include $(BUILD_SHARED_LIBRARY)
|
include $(BUILD_SHARED_LIBRARY)
|
||||||
#################### Clean up the tmp vars
|
#################### Clean up the tmp vars
|
||||||
include $(LOCAL_PATH)/CleanupNativeFileList.mk
|
include $(LOCAL_PATH)/CleanupNativeFileList.mk
|
||||||
|
|
Loading…
Reference in a new issue