This commit is contained in:
Star1xr 2026-03-30 16:59:22 +03:00 committed by GitHub
parent baa8c9b57a
commit 0307f03c9f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,6 +5,6 @@ wget https://dl.google.com/android/repository/android-ndk-r10e-linux-x86_64.zip
unzip android-ndk-r10e-linux-x86_64.zip
export ANDROID_NDK_HOME=$PWD/android-ndk-r10e/
export NDK_HOME=$PWD/android-ndk-r10e/
./waf configure -T debug --android=armeabi-v7a-hard,4.9,21 --togles --disable-warns &&
./waf configure -T release --android=armeabi-v7a-hard,4.9,21 --togles --disable-warns &&
./waf build
zip -r android-armv7a-build.zip build/