ddnet/scripts/android/files
Robert Müller d536bceed6 Fix minimum Android API version and linking errors
The minimum supported API version must be specified when building the native libraries, otherwise this may cause linking errors when launching the app.

The minimum API level is increased to 24 (Android 7.0, covering 97.2% of usages) because:

- Vulkan is only available from API 24+ on ARM64 and x64.
- curl only compiles with API 23+.
- The NDK version we use supports only API 21+.

Ensure that the C++/Linker flags are set when building Android libraries, which was causing errors due to `-fPIC` not being set for all libraries.
2024-09-08 17:59:41 +02:00
..
java/org/ddnet/client Add Android shortcuts for launching with Vulkan/OpenGL 2024-08-27 21:04:43 +02:00
res Add Android shortcuts for launching with Vulkan/OpenGL 2024-08-27 21:04:43 +02:00
AndroidManifest.xml Adopt changes to AndroidManifest.xml from SDL sample project 2024-09-07 12:09:41 +02:00
build.gradle Fix minimum Android API version and linking errors 2024-09-08 17:59:41 +02:00
build.sh Remove unnecessary ndkVersion from Gradle build 2024-08-28 18:12:05 +02:00
gradle-wrapper.jar Add Android build scripts 2021-08-24 12:18:20 +02:00
gradle-wrapper.properties Upgrade Gradle and fix Android deprecation errors 2024-05-21 17:38:42 +02:00
gradle.properties Add Android build scripts 2021-08-24 12:18:20 +02:00
proguard-rules.pro Preserve filenames and line numbers in ProGuard for debugging 2024-05-23 22:08:42 +02:00
settings.gradle Add Android build scripts 2021-08-24 12:18:20 +02:00