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

Commit e0b709b9 authored by Wenshan Fu's avatar Wenshan Fu Committed by Gerrit Code Review
Browse files

Merge "Create the TEST_MAPPING file"

parents f81a3793 13be0a5f
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
{
  "presubmit": [
    {
      // Ensure changes on aconfig auto generated library is compatible with
      // test testing filtering logic. Breakage on this test means all tests
      // that using the flag annotations to do filtering will get affected.
      "name": "FlagAnnotationTests",
      "options": [
        {
          "include-filter": "android.cts.flags.tests.FlagAnnotationTest"
        }
      ]
    }
  ]
}