ddnet/scripts/compile_libs
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
..
cmake_lib_compile.sh Fix minimum Android API version and linking errors 2024-09-08 17:59:41 +02:00
gen_libs.sh Fix minimum Android API version and linking errors 2024-09-08 17:59:41 +02:00
make_lib_openssl.sh Use shfmt as formatter for shell scripts 2024-05-23 08:05:00 +08:00
make_lib_opusfile.sh Use shfmt as formatter for shell scripts 2024-05-23 08:05:00 +08:00
make_lib_sqlite3.sh Use shfmt as formatter for shell scripts 2024-05-23 08:05:00 +08:00