mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-09 14:50:11 +01:00
ci/android: use a native adb connection
Use a "native" adb connection, it seems to have better stability, especially when transferring a lot of files with `adb push`. Reviewed-by: Eric Engestrom <None> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30895>
This commit is contained in:
parent
030b5f310b
commit
a3e444ff1d
1 changed files with 2 additions and 3 deletions
|
|
@ -63,10 +63,9 @@ sleep 1
|
|||
|
||||
popd
|
||||
|
||||
adb connect vsock:3:5555
|
||||
ADB="adb -s vsock:3:5555"
|
||||
ADB=adb
|
||||
|
||||
$ADB root
|
||||
$ADB wait-for-device root
|
||||
sleep 1
|
||||
$ADB shell echo Hi from Android
|
||||
# shellcheck disable=SC2035
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue