Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #11411 from t895/managed-device-update
Android: Update managed device for baseline profile generation
  • Loading branch information
JosJuice committed Jan 8, 2023
2 parents dcded04 + 6fe46fc commit 1af8602
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/Android/benchmark/build.gradle
Expand Up @@ -28,8 +28,8 @@ android {
testOptions {
managedDevices {
devices {
pixel2Api31 (ManagedVirtualDevice) {
device = "Pixel 2"
pixel6Api31 (ManagedVirtualDevice) {
device = "Pixel 6"
apiLevel = 31
systemImageSource = "aosp"
}
Expand Down

0 comments on commit 1af8602

Please sign in to comment.