From e9b98b53b46a647d7fb34123100f3ded39649d0d Mon Sep 17 00:00:00 2001 From: Antonio Ospite Date: Thu, 13 Feb 2025 11:33:17 +0100 Subject: [PATCH] ci/android: disable audio in cuttlefish, it is not needed Part-of: --- .gitlab-ci/cuttlefish-runner.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci/cuttlefish-runner.sh b/.gitlab-ci/cuttlefish-runner.sh index 5826fb96208..23555aa75b5 100755 --- a/.gitlab-ci/cuttlefish-runner.sh +++ b/.gitlab-ci/cuttlefish-runner.sh @@ -53,6 +53,7 @@ HOME=/cuttlefish launch_cvd \ -verbosity=VERBOSE \ -file_verbosity=VERBOSE \ -use_overlay=false \ + -enable_audio=false \ -enable_bootanimation=false \ -enable_minimal_mode=true \ -guest_enforce_security=false \