Skip to content

Commit

Permalink
Switch espresso web tests to aosp atd image.
Browse files Browse the repository at this point in the history
  • Loading branch information
brettchabot committed Dec 15, 2023
1 parent 16bdd91 commit e017d03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle-tests/espresso/web/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ android {
// A lower resolution device is used here for better emulator performance
device = "Nexus One"
apiLevel = rootProject.ext.emulatorApi
systemImageSource = "aosp"
systemImageSource = "aosp-atd"
}
}
}
Expand Down

0 comments on commit e017d03

Please sign in to comment.