mirror of
https://github.com/minetest/minetest.git
synced 2024-11-04 23:03:46 +01:00
1cc40c0a7c
There have been plenty of ppl involved in creating this version. I don't wanna mention names as I'm sure I'd forget someone so I just tell where help has been done: - The partial android versions done by various ppl - Testing on different android devices - reviewing code (especially the in core changes) - testing controls - reviewing texts A big thank you to everyone helping this to be completed!
9 lines
180 B
Makefile
9 lines
180 B
Makefile
# NDK_TOOLCHAIN_VERSION := clang3.3
|
|
|
|
APP_PLATFORM := android-9
|
|
APP_MODULES := minetest
|
|
APP_STL := gnustl_static
|
|
|
|
APP_CPPFLAGS += -fexceptions
|
|
APP_GNUSTL_FORCE_CPP_FEATURES := rtti
|