mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-24 11:20:44 +01:00
android/ci: Fix call to adb
Call to adb should be made with ADB variable, following the pattern from the script. Signed-off-by: Helen Koike <helen.koike@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21941>
This commit is contained in:
parent
cbe11f6f8d
commit
89432213ef
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ $ADB shell mkdir -p "$OV_TMPFS/vendor-upper"
|
|||
$ADB shell mkdir -p "$OV_TMPFS/vendor-work"
|
||||
|
||||
opts="lowerdir=/vendor,upperdir=$OV_TMPFS/vendor-upper,workdir=$OV_TMPFS/vendor-work"
|
||||
adb shell mount -t overlay -o "$opts" none /vendor
|
||||
$ADB shell mount -t overlay -o "$opts" none /vendor
|
||||
|
||||
$ADB shell setenforce 0
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue