mirror of
				https://github.com/luanti-org/luanti.git
				synced 2025-10-28 22:25:20 +01:00 
			
		
		
		
	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
 |