Tag CopyEfsTest as device-pixel-tests
This will allow to run the tests out of the pixel tests set rather than the super large device-tests set. Which will save build resources. Flag: TEST_ONLY Change-Id: I7d902662dff05dfdc88808c5647793ff5bde6107 Test: presubmit Bug: 342232954
This commit is contained in:
parent
48ca1bcab6
commit
dca09aa056
1 changed files with 4 additions and 1 deletions
|
@ -30,6 +30,9 @@ java_test_host {
|
|||
"compatibility-host-util",
|
||||
"compatibility-tradefed",
|
||||
],
|
||||
test_suites: ["device-tests"],
|
||||
test_suites: [
|
||||
"device-tests",
|
||||
"device-pixel-tests"
|
||||
],
|
||||
test_config: "AndroidTest.xml",
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue