From 163225e18051fc2b6ddeda12e26cce88aef4bf1d Mon Sep 17 00:00:00 2001 From: Alibek Omarov #SupportRMS Date: Wed, 26 May 2021 18:18:22 +0300 Subject: [PATCH] travis: android: switch to mobile_hacks hlsdk --- scripts/travis_android_deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/travis_android_deps.sh b/scripts/travis_android_deps.sh index 06d6a8d9..ce9c9b2b 100755 --- a/scripts/travis_android_deps.sh +++ b/scripts/travis_android_deps.sh @@ -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