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

Commit 88f044f9 authored by Kweku Adams's avatar Kweku Adams
Browse files

Adding pre/postsubmit tests for AppStandbyController.

Enabling pre- and post-submit tests for the AppStandby files in the
JobScheduler mainline module.

Bug: 146453470
Test: cd to directory and run "atest"
Change-Id: I7db80309cd172a94f99737ff7333833a99e17b52
parent 9ee1d945
Loading
Loading
Loading
Loading
+19 −0
Original line number Diff line number Diff line
{
  "presubmit": [
    {
      "name": "FrameworksServicesTests",
      "options": [
        {"include-filter": "com.android.server.usage"},
        {"exclude-annotation": "androidx.test.filters.FlakyTest"}
      ]
    }
  ],
  "postsubmit": [
    {
      "name": "FrameworksServicesTests",
      "options": [
        {"include-filter": "com.android.server.usage"}
      ]
    }
  ]
}
 No newline at end of file