aboutsummaryrefslogtreecommitdiffstats
path: root/native
diff options
context:
space:
mode:
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