aboutsummaryrefslogtreecommitdiffstats
path: root/native
diff options
context:
space:
mode:
authorKen Wakasa <kwakasa@google.com>2014-11-17 10:05:33 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-11-17 10:05:34 +0000
commit1a8ae0549dda4b0e3bb80623f4f87027a0fbfabf (patch)
tree39a5bfafc6e1f97f90ec565e77be307555fe9b29 /native
parent76f47ee433d7cacbd0b735b63e000b7a02755900 (diff)
parent64d3f78ee5d9dabf7df6106241dfae3334b34714 (diff)
downloadlatinime-1a8ae0549dda4b0e3bb80623f4f87027a0fbfabf.tar.gz
latinime-1a8ae0549dda4b0e3bb80623f4f87027a0fbfabf.tar.xz
latinime-1a8ae0549dda4b0e3bb80623f4f87027a0fbfabf.zip
Merge "Follow up to https://android-review.googlesource.com/114561"
Diffstat (limited to 'native')
-rw-r--r--native/jni/Android.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/native/jni/Android.mk b/native/jni/Android.mk
index 6003a6f64..402cb3b67 100644
--- a/native/jni/Android.mk
+++ b/native/jni/Android.mk
@@ -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