From 54d737fe3e0c47d12ecf4423570323642dfe10ec Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Thu, 31 Jul 2025 02:34:59 +0500 Subject: [PATCH] scripts: gha: temporarily switch hlsdk-portable branch to android_library_naming for testing --- scripts/gha/deps_android.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/gha/deps_android.sh b/scripts/gha/deps_android.sh index f9f9ed15..1436e19d 100755 --- a/scripts/gha/deps_android.sh +++ b/scripts/gha/deps_android.sh @@ -12,7 +12,7 @@ export JAVA_HOME=$GITHUB_WORKSPACE/jdk-17.0.7+7 export PATH=$PATH:$JAVA_HOME/bin echo "Download hlsdk-portable" -git clone --depth 1 --recursive https://github.com/FWGS/hlsdk-portable -b mobile_hacks 3rdparty/hlsdk-portable || exit 1 +git clone --depth 1 --recursive https://github.com/FWGS/hlsdk-portable -b android_library_naming 3rdparty/hlsdk-portable || exit 1 echo "Download SDL" pushd 3rdparty