mirror of
https://github.com/FWGS/xash3d-fwgs
synced 2024-11-29 05:20:23 +01:00
compile.sh: allow to override API version
This commit is contained in:
parent
e18d0976ef
commit
fa4c023961
@ -19,7 +19,9 @@ if [ -z "$ARCHS" ]; then
|
||||
ARCHS="armeabi-v7a armeabi x86"
|
||||
fi
|
||||
|
||||
API=9
|
||||
if [ -z "$API" ]; then
|
||||
API=9
|
||||
fi
|
||||
ROOT="$PWD" # compile.sh must be run from root of android project sources
|
||||
|
||||
if [ -z "$1" ]; then
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit fea49e2187b0152bdf2a55eed0850d27c1b84161
|
||||
Subproject commit e068ebf61079fdfcd4755b838d89c81b335a4488
|
@ -1 +1 @@
|
||||
Subproject commit fa622168a096a768046a1271a783e6d034c624c3
|
||||
Subproject commit 4dba8219ca5dd95fc75fe0ecd3bbecd5a880ce14
|
Loading…
Reference in New Issue
Block a user