* commit '1a8ae0549dda4b0e3bb80623f4f87027a0fbfabf':
  Follow up to https://android-review.googlesource.com/114561
main
Ken Wakasa 2014-11-17 10:09:33 +00:00 committed by Android Git Automerger
commit 35e8e828bd
1 changed files with 3 additions and 0 deletions

View File

@ -92,6 +92,9 @@ LOCAL_SDK_VERSION := 14
LOCAL_NDK_STL_VARIANT := c++_static
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)
#################### Clean up the tmp vars
include $(LOCAL_PATH)/CleanupNativeFileList.mk