From 6ef92135246e6c93936d79b1f37c5bfbf62c5fe5 Mon Sep 17 00:00:00 2001 From: Antonio Ospite Date: Mon, 10 Mar 2025 20:18:53 +0100 Subject: [PATCH] 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: --- .gitlab-ci/cuttlefish-runner.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci/cuttlefish-runner.sh b/.gitlab-ci/cuttlefish-runner.sh index 5658b8b09fd..df86a6c9466 100755 --- a/.gitlab-ci/cuttlefish-runner.sh +++ b/.gitlab-ci/cuttlefish-runner.sh @@ -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)