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

Commit d7efb117 authored by Neil Fuller's avatar Neil Fuller Committed by Android (Google) Code Review
Browse files

Merge "Add explicit TEST_MAPPING files for tz detector tests"

parents 6732fd9e b1d9bf78
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
{
  "presubmit": [
    {
      "name": "FrameworksCoreTests",
      "options": [
        {
          "include-filter": "android.app.timezonedetector."
        }
      ]
    }
  ]
}
+12 −0
Original line number Diff line number Diff line
{
  "presubmit": [
    {
      "name": "FrameworksServicesTests",
      "options": [
        {
          "include-filter": "com.android.server.timezonedetector."
        }
      ]
    }
  ]
}