Skip to content

Commit

Permalink
build: change gradle managed device system image source to aosp-atd.
Browse files Browse the repository at this point in the history
  • Loading branch information
oxyroid committed Oct 25, 2024
1 parent 274ed31 commit 2649831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion baselineprofile/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ android {
create<ManagedVirtualDevice>("pixel6Api34") {
device = "Pixel 6"
apiLevel = 34
systemImageSource = "aosp"
systemImageSource = "aosp-atd"
}
}
}
Expand Down

0 comments on commit 2649831

Please sign in to comment.