Skip to content

Commit

Permalink
Change GMD to Api 30 aosp-atd
Browse files Browse the repository at this point in the history
See https://issuetracker.google.com/287312019 for details

Change-Id: Ieac8b2e687d875809d5f123620868f4302784fa9
  • Loading branch information
keyboardsurfer committed Aug 25, 2023
1 parent ddf5857 commit 9e60d34
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions benchmarks/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ android {
}

testOptions.managedDevices.devices {
create<com.android.build.api.dsl.ManagedVirtualDevice>("pixel6Api31") {
create<com.android.build.api.dsl.ManagedVirtualDevice>("pixel6Api30") {
device = "Pixel 6"
apiLevel = 31
systemImageSource = "aosp"
apiLevel = 30
systemImageSource = "aosp-atd"
}
}

Expand All @@ -79,7 +79,7 @@ android {
baselineProfile {
// This specifies the managed devices to use that you run the tests on. The default
// is none.
managedDevices += "pixel6Api31"
managedDevices += "pixel6Api30"

// This enables using connected devices to generate profiles. The default is true.
// When using connected devices, they must be rooted or API 33 and higher.
Expand Down

0 comments on commit 9e60d34

Please sign in to comment.