Android: use c++_shared library instead of c++_static
authorLoic Blot <loic.blot@unix-experience.fr>
Sun, 10 Jun 2018 15:46:47 +0000 (17:46 +0200)
committerLoic Blot <loic.blot@unix-experience.fr>
Sun, 10 Jun 2018 15:48:48 +0000 (17:48 +0200)
MT doesn't launch without that

build/android/jni/Application.mk
build/android/jni/Deps.mk

index f6e2f6b2204566410cb701ce5faf44a323c17b37..d3d8b352dbee56be85174b71712717c0b6330de3 100644 (file)
@@ -1,6 +1,6 @@
 APP_PLATFORM := ${APP_PLATFORM}
 APP_ABI := ${TARGET_ABI}
-APP_STL := c++_static
+APP_STL := c++_shared
 APP_MODULES := minetest
 
 APP_CPPFLAGS += -fexceptions -frtti
index 6a58c542810b83a8f73c4a9795aba59770b23fee..a4b6dde12ea2f001d244780b01969d55cb67f157 100644 (file)
@@ -1,6 +1,6 @@
 APP_PLATFORM := ${APP_PLATFORM}
 APP_ABI := ${TARGET_ABI}
-APP_STL := c++_static
+APP_STL := c++_shared
 APP_DEPRECATED_HEADERS := true
 
 APP_CFLAGS += -mfloat-abi=softfp -mfpu=vfpv3 -O3