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:
committed by
Marge Bot
parent
c036736e2e
commit
6ef9213524
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user