Instead of duplicating test config, use imports.

TEST_MAPPING allows sharing test configs, use that
to avoid duplication.

Test: atest --test-mapping frameworks/base/core/java/android/widget
Change-Id: I441f36fabcc26bc8198ab49eebc433932b344ae7
This commit is contained in:
Aurimas Liutikas
2019-03-20 15:39:23 -07:00
parent f7c5693f7d
commit efab4dfa45

View File

@@ -1,12 +1,7 @@
{
"presubmit": [
"imports": [
{
"name": "CtsWidgetTestCases",
"options": [
{
"instrumentation-arg": "size:=small"
}
]
"path": "cts/tests/tests/widget"
}
]
}