fix(benchmark): give up on emulators

Trusty old Pixel 4a will have to do
This commit is contained in:
Harsh Shandilya
2026-03-09 15:42:10 +05:30
parent 389de2f9af
commit 51c62bb441
+1 -11
View File
@@ -29,21 +29,11 @@ android {
matchingFallbacks += "release"
}
}
testOptions {
managedDevices {
localDevices.create("pixel6Api31") {
device = "Pixel 6"
apiLevel = 31
systemImageSource = "aosp-atd"
}
}
}
targetProjectPath = ":android"
}
baselineProfile {
managedDevices += "pixel6Api31"
useConnectedDevices = false
useConnectedDevices = true
enableEmulatorDisplay = false
}