From 10ada3c141b493a24055e6293425f307c95cf34d Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Mon, 4 Aug 2025 10:39:04 +0500 Subject: [PATCH] Revert "scripts: gha: temporarily switch hlsdk-portable branch to android_library_naming for testing" This reverts commit c1c0c2761d05441d8f8ed7ca70a552e6615d1e85. --- 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 abda2ba5..e1624c4f 100755 --- a/scripts/gha/deps_android.sh +++ b/scripts/gha/deps_android.sh @@ -13,7 +13,7 @@ export JAVA_HOME=$GITHUB_WORKSPACE/jdk-17.0.15+6 export PATH=$PATH:$JAVA_HOME/bin echo "Download hlsdk-portable" -git clone --depth 1 --recursive https://github.com/FWGS/hlsdk-portable -b android_library_naming 3rdparty/hlsdk-portable || exit 1 +git clone --depth 1 --recursive https://github.com/FWGS/hlsdk-portable -b mobile_hacks 3rdparty/hlsdk-portable || exit 1 echo "Download SDL" pushd 3rdparty