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:
Helen Koike 2023-03-16 10:10:51 -03:00 committed by Marge Bot
parent cbe11f6f8d
commit 89432213ef

View file

@ -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