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:
Julien Desprez 2024-06-25 02:58:28 +00:00
parent 48ca1bcab6
commit dca09aa056

View file

@ -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",
}