diff --git a/baselineprofile/build.gradle.kts b/baselineprofile/build.gradle.kts index 9661d082..0ffd0a8a 100644 --- a/baselineprofile/build.gradle.kts +++ b/baselineprofile/build.gradle.kts @@ -41,7 +41,7 @@ android { create("pixel6Api34") { device = "Pixel 6" apiLevel = 34 - systemImageSource = "aosp" + systemImageSource = "aosp-atd" } } }