mirror of
https://github.com/minetest/minetest.git
synced 2024-11-04 23:03:46 +01:00
e41673820f
The old Ant build system has been deprecated for a while and new development is focused on Gradle. I also removed a hardcoded string that lint caught and moved the patch files to a subdirectory. I left the JNI files in the root directory.
10 lines
181 B
Makefile
10 lines
181 B
Makefile
# NDK_TOOLCHAIN_VERSION := clang3.8
|
|
|
|
APP_PLATFORM := android-9
|
|
APP_MODULES := minetest
|
|
APP_STL := gnustl_static
|
|
|
|
APP_CPPFLAGS += -fexceptions
|
|
APP_GNUSTL_FORCE_CPP_FEATURES := rtti
|
|
|