Added the heap size in API level 25 emulator.

This commit is contained in:
MohitMaliFtechiz 2024-05-13 18:06:36 +05:30
parent 34928323d5
commit 396e291028

View File

@ -65,7 +65,7 @@ jobs:
sdcard-path-or-size: 2048M
cores: 4
disable-animations: false
heap-size: ${{ matrix.api-level != 25 && '512M' || '' }}
heap-size: 512M
emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
channel: canary
script: echo "Generated AVD snapshot for caching."
@ -85,7 +85,7 @@ jobs:
force-avd-creation: false
sdcard-path-or-size: 2048M
disable-animations: true
heap-size: ${{ matrix.api-level != 25 && '512M' || '' }}
heap-size: 512M
channel: canary
script: bash contrib/instrumentation.sh