changed build system for Android from Ant to Gradle
authorHolger Schemel <info@artsoft.org>
Mon, 27 Jul 2020 23:44:27 +0000 (01:44 +0200)
committerHolger Schemel <info@artsoft.org>
Tue, 28 Jul 2020 22:35:19 +0000 (00:35 +0200)
commit51d5e483a5d8b50e0c0956053e0e264c20382928
treecdb67383ba48597b921e06561417ec36a8ca6f29
parent233a6e8536ef2ff2c799011417b9f55e1db54300
changed build system for Android from Ant to Gradle

This change is due to an upgrade of the SDL library version used
for building the Android version from 2.0.5 to 2.0.12, which does
not use Ant anymore, but switched to Gradle several versions ago.
53 files changed:
Makefile
build-projects/android/AndroidManifest.xml.tmpl [deleted file]
build-projects/android/Makefile
build-projects/android/README.txt [deleted file]
build-projects/android/SDL_VERSIONS [new file with mode: 0644]
build-projects/android/ant.properties [deleted file]
build-projects/android/app/build.gradle.tmpl [new file with mode: 0644]
build-projects/android/app/jni/Android.mk [new file with mode: 0644]
build-projects/android/app/jni/Application.mk [new file with mode: 0644]
build-projects/android/app/jni/src [new symlink]
build-projects/android/app/src/main/AndroidManifest.xml.tmpl [new file with mode: 0644]
build-projects/android/app/src/main/java/org/artsoft/rocksndiamonds/RocksNDiamonds.java [new file with mode: 0644]
build-projects/android/app/src/main/java/org/libsdl/app/HIDDevice.java [new file with mode: 0644]
build-projects/android/app/src/main/java/org/libsdl/app/HIDDeviceBLESteamController.java [new file with mode: 0644]
build-projects/android/app/src/main/java/org/libsdl/app/HIDDeviceManager.java [new file with mode: 0644]
build-projects/android/app/src/main/java/org/libsdl/app/HIDDeviceUSB.java [new file with mode: 0644]
build-projects/android/app/src/main/java/org/libsdl/app/SDL.java [new file with mode: 0644]
build-projects/android/app/src/main/java/org/libsdl/app/SDLActivity.java [new file with mode: 0644]
build-projects/android/app/src/main/java/org/libsdl/app/SDLAudioManager.java [new file with mode: 0644]
build-projects/android/app/src/main/java/org/libsdl/app/SDLControllerManager.java [new file with mode: 0644]
build-projects/android/app/src/main/res/mipmap-hdpi/ic_launcher.png [new file with mode: 0644]
build-projects/android/app/src/main/res/mipmap-ldpi/ic_launcher.png [new file with mode: 0644]
build-projects/android/app/src/main/res/mipmap-mdpi/ic_launcher.png [new file with mode: 0644]
build-projects/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png [new file with mode: 0644]
build-projects/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png [new file with mode: 0644]
build-projects/android/app/src/main/res/values/strings.xml [new file with mode: 0644]
build-projects/android/build-scripts/create_assets.sh [new file with mode: 0755]
build-projects/android/build-scripts/create_manifest.sh
build-projects/android/build-scripts/create_sdl.sh [new file with mode: 0755]
build-projects/android/build.gradle [new file with mode: 0644]
build-projects/android/build.properties [deleted file]
build-projects/android/build.xml [deleted file]
build-projects/android/default.properties [deleted file]
build-projects/android/gradle.properties [new file with mode: 0644]
build-projects/android/gradle/wrapper/gradle-wrapper.jar [new file with mode: 0644]
build-projects/android/gradle/wrapper/gradle-wrapper.properties [new file with mode: 0644]
build-projects/android/gradlew [new file with mode: 0755]
build-projects/android/jni/Android.mk [deleted file]
build-projects/android/jni/Application.mk [deleted file]
build-projects/android/jni/src [deleted symlink]
build-projects/android/project.properties [deleted file]
build-projects/android/res/drawable-hdpi/ic_launcher.png [deleted file]
build-projects/android/res/drawable-ldpi/ic_launcher.png [deleted file]
build-projects/android/res/drawable-mdpi/ic_launcher.png [deleted file]
build-projects/android/res/drawable-xhdpi/ic_launcher.png [deleted file]
build-projects/android/res/drawable-xxhdpi/ic_launcher.png [deleted file]
build-projects/android/res/layout/main.xml [deleted file]
build-projects/android/res/values/strings.xml [deleted file]
build-projects/android/settings.gradle [new file with mode: 0644]
build-projects/android/src/org/artsoft/rocksndiamonds/RocksNDiamonds.java [deleted file]
build-projects/android/src/org/libsdl/app/SDLActivity.java [deleted file]
src/Android.mk
src/Makefile