From 4d3c55f60d938e6ba91b63a01ec657f4ad10c571 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jose=20Alc=C3=A9rreca?= Date: Fri, 24 May 2024 15:08:56 +0000 Subject: [PATCH] Adds emulator build to hopefully access pixel_fold Change-Id: I5a01983fb946158e193281b2737f66196943f843 --- .github/workflows/Build.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/Build.yaml b/.github/workflows/Build.yaml index f8a39b35f..0a01e4917 100644 --- a/.github/workflows/Build.yaml +++ b/.github/workflows/Build.yaml @@ -298,6 +298,10 @@ jobs: - name: Download build-tools;35.0.0-rc4 run: | $ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager --install "build-tools;35.0.0-rc4" + $ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager --list_installed + + - name: Print debug + run: $ANDROID_HOME/cmdline-tools/latest/bin/avdmanager list - name: Build projects and run instrumented screenshot tests id: dropshotsverify @@ -308,6 +312,7 @@ jobs: arch: x86_64 disable-animations: true disk-size: 6000M + emulator-build: 11834374 # 34.2.14 heap-size: 600M profile: ${{ matrix.profile }} emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none