projects
/
oweals
/
minetest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
057f157
)
Android: use c++_shared library instead of c++_static
author
Loic Blot
<loic.blot@unix-experience.fr>
Sun, 10 Jun 2018 15:46:47 +0000
(17:46 +0200)
committer
Loic Blot
<loic.blot@unix-experience.fr>
Sun, 10 Jun 2018 15:57:29 +0000
(17:57 +0200)
MT doesn't launch without that
build/android/jni/Deps.mk
patch
|
blob
|
history
diff --git
a/build/android/jni/Deps.mk
b/build/android/jni/Deps.mk
index ebed40adc8c3a37d7684ab712f522f7a68dbb35b..73db2353f604ce7df5242bd584cef4a87f65a548 100644
(file)
--- a/
build/android/jni/Deps.mk
+++ b/
build/android/jni/Deps.mk
@@
-1,7
+1,6
@@
APP_PLATFORM := ${APP_PLATFORM}
APP_ABI := ${TARGET_ABI}
APP_STL := c++_shared
-NDK_TOOLCHAIN_VERSION := ${COMPILER_VERSION}
APP_DEPRECATED_HEADERS := true
APP_CFLAGS += ${TARGET_CFLAGS_ADDON}