2
0
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:
Alibek Omarov 2019-11-07 07:08:06 +03:00
parent e18d0976ef
commit fa4c023961
3 changed files with 5 additions and 3 deletions

View File

@ -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