Add ApexSystemServicesTestCases to mts-core.

Bug: 192880996
Test: m mts && mts-tradefed run mts -m ApexSystemServicesTestCases
Change-Id: Ice4b6689ba58c5b8cd683c5477a25f5730a9455a
This commit is contained in:
satayev
2022-01-14 18:37:02 +00:00
parent 265aab1329
commit c01608b59c

View File

@@ -37,5 +37,8 @@ java_test_host {
"truth-prebuilt",
"modules-utils-build-testing",
],
test_suites: ["device-tests"],
test_suites: [
"device-tests",
"mts-core",
],
}