Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 944e6eb7 authored by Joanne Chung's avatar Joanne Chung Committed by Android (Google) Code Review
Browse files

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

parents 779ea7fe ffcd1fd1
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
{
 "imports": [
    {
      "path": "frameworks/base/services/translation/java/com/android/server/translation"
    }
  ]
}
+7 −0
Original line number Diff line number Diff line
{
 "imports": [
    {
      "path": "frameworks/base/services/translation/java/com/android/server/translation"
    }
  ]
}
+12 −0
Original line number Diff line number Diff line
{
  "presubmit": [
    {
      "name": "CtsTranslationTestCases",
      "options": [
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        }
      ]
    }
  ]
}