Delete scripts/build-android-arm64.sh

This commit is contained in:
Star1xr 2026-05-15 15:10:43 +03:00 committed by GitHub
parent 0fe75f546b
commit ab6ea44c1c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,9 +0,0 @@
git submodule init && git submodule update
wget https://dl.google.com/android/repository/android-ndk-r10e-linux-x86_64.zip -o /dev/null
unzip android-ndk-r10e-linux-x86_64.zip
export ANDROID_NDK_HOME=$PWD/android-ndk-r10e/
export NDK_HOME=$PWD/android-ndk-r10e/
CFLAGS="-Os -fdata-sections -ffunction-sections" \
CXXFLAGS="-Os -fdata-sections -ffunction-sections -fno-exceptions -fno-rtti -fvisibility=hidden" \
LINKFLAGS="-Wl,--gc-sections -Wl,--strip-all" \
CXXFLAGS="-fexceptions" CFLAGS="-fexceptions" ./waf configure -T release --android=aarch64,4.9,21 --togles --disable-warns --skip-sdl2-sanity-check && ./waf build