• Benjamin Deroche's avatar
    Problem: Android build script is severely outdated · d2099b75
    Benjamin Deroche authored
    Solution: Migrate build scripts from Android NDK r11c to r20.
    - Standalone toolchain
    - Migration from GCC to Clang
    - Migration from libgnustl to libc++
    - Dropped support for API level below 16 (Android 4.1), previously it was API level 9 (Android 2.3)
    - Dropped support for mips architecture
    - The build script now start the build of all 4 Android architectures (arm, arm64, x86, x86_64)
    d2099b75
android_build_helper.sh 10.6 KB