mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-01-23 21:24:27 +00:00
7 lines
160 B
Bash
Executable File
7 lines
160 B
Bash
Executable File
#!/bin/sh
|
|
TMPDIR=/home/build/tmp
|
|
python makepak.py pak/ assets/extras.pak
|
|
ndk-build -j2 $1 && ant debug
|
|
|
|
#ndk-build -j2 APP_ABI="armeabi-v7a-hard" && ant debug
|