mirror of
https://gitlab.shinice.net/pixeldroid/PixelDroid
synced 2025-01-19 18:39:50 +01:00
cirrus
This commit is contained in:
parent
fc745c624d
commit
bc942fb003
@ -13,6 +13,7 @@ connected_check_task:
|
||||
create_device_script:
|
||||
echo no | avdmanager create avd --force --name "api-${API_LEVEL}" --abi "${TARGET}/${ARCH}" --package "system-images;android-${API_LEVEL};${TARGET};${ARCH}"
|
||||
start_emulator_background_script:
|
||||
export QEMU_AUDIO_DRV=none
|
||||
$ANDROID_HOME/emulator/emulator -avd "api-${API_LEVEL}" -no-window -gpu swiftshader_indirect -no-snapshot -noaudio -no-boot-anim -camera-back none
|
||||
wait_for_emulator_script:
|
||||
adb wait-for-device shell 'while [[ -z $(getprop sys.boot_completed) ]]; do sleep 3; done; input keyevent 82'
|
||||
|
Loading…
Reference in New Issue
Block a user