Android: Update managed device for baseline profile generation

This commit is contained in:
Charles Lombardo 2023-01-06 18:33:51 -05:00
parent 2da39f7e00
commit 6fe46fcf03
1 changed files with 2 additions and 2 deletions

View File

@ -28,8 +28,8 @@ android {
testOptions {
managedDevices {
devices {
pixel2Api31 (ManagedVirtualDevice) {
device = "Pixel 2"
pixel6Api31 (ManagedVirtualDevice) {
device = "Pixel 6"
apiLevel = 31
systemImageSource = "aosp"
}