diff options
| author | 2019-03-20 15:39:23 -0700 | |
|---|---|---|
| committer | 2019-03-20 15:39:23 -0700 | |
| commit | efab4dfa451707424d109519f7b51b925b435488 (patch) | |
| tree | aaebe73754acd6e70a05556f25f47a0ee28f579f | |
| parent | f7c5693f7dadea23b0fdbf0b0f9b82a613c5170d (diff) | |
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
| -rw-r--r-- | core/java/android/widget/TEST_MAPPING | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/core/java/android/widget/TEST_MAPPING b/core/java/android/widget/TEST_MAPPING index ee378ff72218..99a6cdcbe60c 100644 --- a/core/java/android/widget/TEST_MAPPING +++ b/core/java/android/widget/TEST_MAPPING @@ -1,12 +1,7 @@ { - "presubmit": [ + "imports": [ { - "name": "CtsWidgetTestCases", - "options": [ - { - "instrumentation-arg": "size:=small" - } - ] + "path": "cts/tests/tests/widget" } ] } |