libretro: android: remove flag allowing text relocations
authorAaron Kling <webgeek1234@gmail.com>
Sat, 26 Dec 2020 18:15:56 +0000 (12:15 -0600)
committerAaron Kling <webgeek1234@gmail.com>
Sat, 26 Dec 2020 18:16:56 +0000 (12:16 -0600)
This is not allowed on api 23+

jni/Android.mk

index 1c3e18f..eabe464 100644 (file)
@@ -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)