diff --git a/.gitlab-ci/container/create-android-cross-file.sh b/.gitlab-ci/container/create-android-cross-file.sh index 303b6ae53c6..98ab89ad64f 100644 --- a/.gitlab-ci/container/create-android-cross-file.sh +++ b/.gitlab-ci/container/create-android-cross-file.sh @@ -5,9 +5,10 @@ arch=$2 cpu_family=$3 cpu=$4 cross_file="/cross_file-$arch.txt" +sdk_version=$5 # armv7 has the toolchain split between two names. -arch2=${5:-$2} +arch2=${6:-$2} # Note that we disable C++ exceptions, because Mesa doesn't use exceptions, # and allowing it in code generation means we get unwind symbols that break @@ -16,8 +17,8 @@ arch2=${5:-$2} cat > "$cross_file" <$pcdir/$pc <