mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 09:38:07 +02:00
android/ci: fix removal of inexistent file
file libEGL_mesa.so doesn't exist and the rm command was failing, replace by libGLES_mesa.so which exists. 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
89590c1d84
commit
cbe11f6f8d
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ $ADB push install/deqp-$DEQP_SUITE.toml /data/.
|
|||
|
||||
$ADB shell rm /vendor/lib/dri/${ANDROID_DRIVER}_dri.so
|
||||
$ADB shell rm /vendor/lib/libglapi.so
|
||||
$ADB shell rm /vendor/lib/egl/libEGL_mesa.so
|
||||
$ADB shell rm /vendor/lib/egl/libGLES_mesa.so
|
||||
|
||||
$ADB shell rm /vendor/lib/egl/libEGL_angle.so
|
||||
$ADB shell rm /vendor/lib/egl/libEGL_emulation.so
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue