aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Kling2020-12-26 12:15:56 -0600
committerAaron Kling2020-12-26 12:16:56 -0600
commit14f55d927385290d76b19e7e931bd7a566b163d8 (patch)
tree52dd073cef28f4c6f6931f19ba70f67e5ee5a1aa
parentf788d3074cc52e244a5462494bc3626c0a9690d5 (diff)
downloadpcsx_rearmed-14f55d927385290d76b19e7e931bd7a566b163d8.tar.gz
pcsx_rearmed-14f55d927385290d76b19e7e931bd7a566b163d8.tar.bz2
pcsx_rearmed-14f55d927385290d76b19e7e931bd7a566b163d8.zip
libretro: android: remove flag allowing text relocations
This is not allowed on api 23+
-rw-r--r--jni/Android.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/jni/Android.mk b/jni/Android.mk
index 1c3e18f..eabe464 100644
--- a/jni/Android.mk
+++ b/jni/Android.mk
@@ -208,8 +208,5 @@ LOCAL_ARM_MODE := arm
ifeq ($(TARGET_ARCH_ABI),armeabi-v7a)
LOCAL_ARM_NEON := true
endif
-ifeq ($(TARGET_ARCH),arm)
- LOCAL_LDLIBS += -Wl,-no-warn-shared-textrel
-endif
include $(BUILD_SHARED_LIBRARY)