ci/android: don't set EGL_PLATFORM on the host before launching cuttlefish

Setting EGL_PLATFORM on the host system is not really necessary for
running cuttlefish, this is probably a left-over from previous
experiments.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34111>
This commit is contained in:
Antonio Ospite
2025-03-10 20:18:53 +01:00
committed by Marge Bot
parent c036736e2e
commit 6ef9213524

View File

@@ -15,7 +15,6 @@ fi
export PATH=/cuttlefish/bin:/android-tools/platform-tools:$PATH
export LD_LIBRARY_PATH=/cuttlefish/lib64:${CI_PROJECT_DIR}/install/lib:$LD_LIBRARY_PATH
export EGL_PLATFORM=surfaceless
# Pick up a vulkan driver
ARCH=$(uname -m)