mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-04 11:20:20 +01:00
ci/android: use ANDROID_SDK_VERSION for debian-android job too
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33188>
This commit is contained in:
parent
4b2996e749
commit
30740e3af9
1 changed files with 2 additions and 1 deletions
|
|
@ -410,6 +410,7 @@ fedora-release:
|
|||
|
||||
debian-android:
|
||||
extends:
|
||||
- .android-variables
|
||||
- .meson-cross
|
||||
- .use-debian/android_build
|
||||
- .ci-deqp-artifacts
|
||||
|
|
@ -439,7 +440,7 @@ debian-android:
|
|||
FORCE_FALLBACK_FOR: llvm
|
||||
EXTRA_OPTION: >
|
||||
-D android-stub=true
|
||||
-D platform-sdk-version=33
|
||||
-D platform-sdk-version=${ANDROID_SDK_VERSION}
|
||||
-D cpp_rtti=false
|
||||
-D valgrind=disabled
|
||||
-D android-libbacktrace=disabled
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue