mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-05-14 23:20:15 +00:00
Add zip command to package Android build artifacts
This commit is contained in:
parent
0c25f28a44
commit
ac79fe951e
@ -7,3 +7,4 @@ 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 build
|
||||
zip -r android-armv7a-build.zip build/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user