Merge "Add TEST_MAPPING for translation." into sc-dev

This commit is contained in:
Joanne Chung
2021-03-08 06:34:41 +00:00
committed by Android (Google) Code Review
3 changed files with 26 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
{
"imports": [
{
"path": "frameworks/base/services/translation/java/com/android/server/translation"
}
]
}

View File

@@ -0,0 +1,7 @@
{
"imports": [
{
"path": "frameworks/base/services/translation/java/com/android/server/translation"
}
]
}

View File

@@ -0,0 +1,12 @@
{
"presubmit": [
{
"name": "CtsTranslationTestCases",
"options": [
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
}
]
}
]
}