travis: android: switch to mobile_hacks hlsdk

This commit is contained in:
Alibek Omarov #SupportRMS 2021-05-26 18:18:22 +03:00 committed by GitHub
parent 1369c2029b
commit 163225e180
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
echo "Download HLSDK"
cd $TRAVIS_BUILD_DIR
git clone --depth 1 --recursive https://github.com/FWGS/hlsdk-xash3d hlsdk || exit 1
git clone --depth 1 --recursive https://github.com/FWGS/hlsdk-xash3d -b mobile_hacks hlsdk || exit 1
echo "Download and unpack Android SDK"
mkdir -p sdk && cd sdk