Ensuring only one device is used for bp / benchmark

Change-Id: Ibf64e73238d660772757c01b7d1595e0aa9bc8a4
pull/1603/head
Ben Weiss 1 year ago
parent 97bb642ae9
commit 784393df2e
No known key found for this signature in database
GPG Key ID: 8424F9C1E763A74C

@ -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.

Loading…
Cancel
Save