Add TEST_MAPPINGs for autofill tests under inputmethod related paths

Add inline related tests into TEST_MAPPING to make sure the tests can
be tested in presubmit.

Bug: 154961272
Test: TreeHugger
Change-Id: I8227cee82f27fb02e93ad1e40600f19f5c7495b7
This commit is contained in:
Joanne Chung
2020-08-12 22:45:52 +08:00
parent 5f358680cf
commit 46a8aff03f
3 changed files with 32 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
{
"imports": [
{
"path": "frameworks/base/core/java/android/view/inputmethod"
}
]
}

View File

@@ -0,0 +1,18 @@
{
"presubmit": [
{
"name": "CtsAutoFillServiceTestCases",
"options": [
{
"include-filter": "android.autofillservice.cts.inline"
},
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
},
{
"exclude-annotation": "android.platform.test.annotations.AppModeFull"
}
]
}
]
}

View File

@@ -0,0 +1,7 @@
{
"imports": [
{
"path": "frameworks/base/core/java/android/view/inputmethod"
}
]
}