notaz.gp2x.de
/
pcsx_rearmed.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f788d30
)
libretro: android: remove flag allowing text relocations
author
Aaron Kling
<webgeek1234@gmail.com>
Sat, 26 Dec 2020 18:15:56 +0000
(12:15 -0600)
committer
Aaron 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
patch
|
blob
|
blame
|
history
diff --git
a/jni/Android.mk
b/jni/Android.mk
index
1c3e18f
..
eabe464
100644
(file)
--- 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)