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

Commit 05eab4eb authored by Wenshan Fu's avatar Wenshan Fu Committed by Automerger Merge Worker
Browse files

Merge "Create the TEST_MAPPING file" am: e0b709b9 am: 5a80e261 am: a49ad1b8 am: 7ce48d4d

parents 5dc1d890 7ce48d4d
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"
        }
      ]
    }
  ]
}