fix(benchmark): give up on emulators
Trusty old Pixel 4a will have to do
This commit is contained in:
@@ -29,21 +29,11 @@ android {
|
|||||||
matchingFallbacks += "release"
|
matchingFallbacks += "release"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
testOptions {
|
|
||||||
managedDevices {
|
|
||||||
localDevices.create("pixel6Api31") {
|
|
||||||
device = "Pixel 6"
|
|
||||||
apiLevel = 31
|
|
||||||
systemImageSource = "aosp-atd"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
targetProjectPath = ":android"
|
targetProjectPath = ":android"
|
||||||
}
|
}
|
||||||
|
|
||||||
baselineProfile {
|
baselineProfile {
|
||||||
managedDevices += "pixel6Api31"
|
useConnectedDevices = true
|
||||||
useConnectedDevices = false
|
|
||||||
enableEmulatorDisplay = false
|
enableEmulatorDisplay = false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user