Skip to content
Permalink
Browse files
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.
@@ -28,8 +28,8 @@ android {
testOptions {
managedDevices {
devices {
pixel2Api31 (ManagedVirtualDevice) {
device = "Pixel 2"
pixel6Api31 (ManagedVirtualDevice) {
device = "Pixel 6"
apiLevel = 31
systemImageSource = "aosp"
}

0 comments on commit 1af8602

Please sign in to comment.