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

Commit b1d9bf78 authored by Neil Fuller's avatar Neil Fuller
Browse files

Add explicit TEST_MAPPING files for tz detector tests

Add explicit TEST_MAPPING files for tz detector tests to include them in
presubmit.

Bug: 149014708
Test: treehugger
Change-Id: I2133280072ce1b65ddcfc620fdee91be7fef32f8
parent a223581e
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."
        }
      ]
    }
  ]
}