Add Gitea Actions workflow for automated builds
Some checks failed
Build Android Emulator Images / build (android-30) (push) Failing after 5s
Some checks failed
Build Android Emulator Images / build (android-30) (push) Failing after 5s
This commit is contained in:
@@ -1,39 +1,40 @@
|
||||
avd.ini.encoding=UTF-8
|
||||
AvdId=x86
|
||||
PlayStore.enabled=true
|
||||
abi.type=x86
|
||||
avd.ini.displayname=x86
|
||||
disk.dataPartition.size=800M
|
||||
abi.type=x86_64
|
||||
disk.dataPartition.size=2G
|
||||
fastboot.forceColdBoot=no
|
||||
hw.accelerometer=yes
|
||||
hw.arc=false
|
||||
hw.audioInput=no
|
||||
hw.audioOutput=no
|
||||
hw.battery=yes
|
||||
hw.camera.back=none
|
||||
hw.camera.front=none
|
||||
hw.cpu.arch=x86
|
||||
hw.cpu.arch=x86_64
|
||||
hw.cpu.ncore=2
|
||||
hw.dPad=no
|
||||
hw.device.hash2=MD5:1be89bc42ec9644d4b77968b23474980
|
||||
hw.device.hash2=MD5:6b5943207fe196d842659d2e43022e20
|
||||
hw.device.manufacturer=Google
|
||||
hw.device.name=Nexus 5X
|
||||
hw.device.name=pixel_2
|
||||
hw.gps=yes
|
||||
hw.gpu.enabled=on
|
||||
hw.gpu.enabled=yes
|
||||
hw.gpu.mode=swiftshader_indirect
|
||||
hw.initialOrientation=Portrait
|
||||
hw.keyboard=no
|
||||
hw.lcd.density=160
|
||||
hw.keyboard=yes
|
||||
hw.lcd.density=420
|
||||
hw.lcd.height=1920
|
||||
hw.lcd.width=1080
|
||||
hw.mainKeys=no
|
||||
hw.ramSize=1536
|
||||
hw.ramSize=2048
|
||||
hw.sdCard=no
|
||||
hw.sensors.orientation=yes
|
||||
hw.sensors.proximity=yes
|
||||
hw.trackBall=no
|
||||
image.sysdir.1=system-images/{{ platform }}/google_apis/x86/
|
||||
runtime.network.latency=none
|
||||
runtime.network.speed=full
|
||||
image.sysdir.1=system-images/{{ platform }}/google_apis/x86_64/
|
||||
showDeviceFrame=no
|
||||
skin.dynamic=yes
|
||||
skin.name=480x800
|
||||
skin.name=1080x1920
|
||||
skin.path=_no_skin
|
||||
skin.path.backup=_no_skin
|
||||
tag.display=Google APIs
|
||||
tag.id=google_apis
|
||||
vm.heapSize=192
|
||||
vm.heapSize=256
|
||||
|
||||
Reference in New Issue
Block a user