diff --git a/benchmarks/build.gradle.kts b/benchmarks/build.gradle.kts index 114da1b01..297248b29 100644 --- a/benchmarks/build.gradle.kts +++ b/benchmarks/build.gradle.kts @@ -59,6 +59,7 @@ android { baselineProfile { // This specifies the managed devices to use that you run the tests on. + managedDevices.clear() managedDevices += "pixel5Api33" // Don't use a connected device but rely on a GMD for consistency between local and CI builds.