1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-12-06 15:35:26 +01:00

Upgrade Android build to Gradle build system

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.
This commit is contained in:
ShadowNinja
2016-04-13 14:14:04 -04:00
parent 7baddd1735
commit e41673820f
29 changed files with 291 additions and 287 deletions

15
.gitignore vendored
View File

@@ -73,15 +73,14 @@ locale/
*.a
## Android build files
build/android/assets
build/android/bin
build/android/Debug
build/android/src/main/assets
build/android/build
build/android/deps
build/android/gen
build/android/jni/src
build/android/libs
build/android/jni/src
build/android/src/main/jniLibs
build/android/obj
build/android/path.cfg
build/android/and_env
build/android/AndroidManifest.xml
build/android/local.properties
build/android/.gradle
timestamp