diff options
author | 2014-11-17 22:18:03 +0000 | |
---|---|---|
committer | 2014-11-17 22:18:03 +0000 | |
commit | fc811967411dece7ce21c58457998f6c513590a7 (patch) | |
tree | ca5f5758ed63ef4ba1a8b36417e6b16db103ba3d | |
parent | 64d3f78ee5d9dabf7df6106241dfae3334b34714 (diff) | |
download | latinime-fc811967411dece7ce21c58457998f6c513590a7.tar.gz latinime-fc811967411dece7ce21c58457998f6c513590a7.tar.xz 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
-rw-r--r-- | native/jni/Android.mk | 3 |
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 |