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:
@@ -1,12 +1,7 @@
|
||||
{
|
||||
"presubmit": [
|
||||
"imports": [
|
||||
{
|
||||
"name": "CtsWidgetTestCases",
|
||||
"options": [
|
||||
{
|
||||
"instrumentation-arg": "size:=small"
|
||||
}
|
||||
]
|
||||
"path": "cts/tests/tests/widget"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user