From: Aaron Kling Date: Sat, 26 Dec 2020 18:15:56 +0000 (-0600) Subject: libretro: android: remove flag allowing text relocations X-Git-Tag: r24l~600^2 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14f55d927385290d76b19e7e931bd7a566b163d8;p=pcsx_rearmed.git libretro: android: remove flag allowing text relocations This is not allowed on api 23+ --- diff --git a/jni/Android.mk b/jni/Android.mk index 1c3e18ff..eabe464e 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)