Use Nexus 4 screen size in build.sh; adjust BackupSteps accordingly

This commit is contained in:
2021-01-30 19:42:10 -06:00
parent 5be2c51d79
commit c006659ba4
2 changed files with 2 additions and 2 deletions

View File

@@ -176,7 +176,7 @@ create_avd() {
$AVDMANAGER create avd \
--name $AVDNAME \
--package "system-images;android-$API;default;x86_64" \
--device pixel_xl || fail
--device "Nexus 4" || fail
}
wait_for_device() {