Skip to content

Commit

Permalink
Revert "build: change gradle managed device system image source to ao…
Browse files Browse the repository at this point in the history
…sp-atd."

This reverts commit 2649831.
  • Loading branch information
oxyroid committed Oct 25, 2024
1 parent 2649831 commit b87fd23
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-atd"
systemImageSource = "aosp"
}
}
}
Expand Down

0 comments on commit b87fd23

Please sign in to comment.