You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
622 B
25 lines
622 B
{
|
|
"presubmit": [
|
|
{
|
|
"name": "FrameworksCoreTests",
|
|
"options": [
|
|
{
|
|
"include-filter": "android.view.inputmethod"
|
|
},
|
|
{
|
|
"include-filter": "com.android.internal.inputmethod"
|
|
},
|
|
{
|
|
"exclude-annotation": "androidx.test.filters.FlakyTest"
|
|
}
|
|
],
|
|
"file_patterns": [
|
|
"core/java/com/android/internal/inputmethod/.*",
|
|
"core/java/android/view/inputmethod/.*",
|
|
"core/tests/coretests/src/android/view/inputmethod/.*",
|
|
"core/tests/coretests/src/com/android/internal/inputmethod/.*"
|
|
]
|
|
}
|
|
]
|
|
}
|