summaryrefslogtreecommitdiffstats
path: root/native
diff options
context:
space:
mode:
authorKen Wakasa <kwakasa@google.com>2014-11-17 22:18:03 +0000
committerKen Wakasa <kwakasa@google.com>2014-11-17 22:18:03 +0000
commitfc811967411dece7ce21c58457998f6c513590a7 (patch)
treeca5f5758ed63ef4ba1a8b36417e6b16db103ba3d /native
parent64d3f78ee5d9dabf7df6106241dfae3334b34714 (diff)
downloadandroid_packages_inputmethods_LatinIME-fc811967411dece7ce21c58457998f6c513590a7.tar.gz
android_packages_inputmethods_LatinIME-fc811967411dece7ce21c58457998f6c513590a7.tar.bz2
android_packages_inputmethods_LatinIME-fc811967411dece7ce21c58457998f6c513590a7.zip
Revert "Follow up to https://android-review.googlesource.com/114561"
This reverts commit 64d3f78ee5d9dabf7df6106241dfae3334b34714 per https://android-review.googlesource.com/114664 Change-Id: I2acab828d41e79847db72f8d2677c12173a323b6
Diffstat (limited to 'native')
-rw-r--r--native/jni/Android.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/native/jni/Android.mk b/native/jni/Android.mk
index 402cb3b67..6003a6f64 100644
--- a/native/jni/Android.mk
+++ b/native/jni/Android.mk
@@ -92,9 +92,6 @@ 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