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

Commit 1f5b3809 authored by Song Chun Fan's avatar Song Chun Fan
Browse files

Add presubmit for changes in frameworks/base/core/java/com/android/internal/pm/

BUG: 414373723
Test: presubmit
FLAG: TEST_ONLY
Change-Id: I922353d3cae75f13d19411ba3f33d931e129c915
parent 56f9a213
Loading
Loading
Loading
Loading
+31 −0
Original line number Diff line number Diff line
{
  "presubmit-large": [
    {
      "name": "CtsPackageManagerTestCases",
      "options": [
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        },
        {
          "exclude-annotation": "org.junit.Ignore"
        },
        {
          "exclude-filter": "android.content.pm.cts.PackageManagerShellCommandMultiUserTest"
        }
      ]
    }
  ],
  "postsubmit": [
    {
      "name": "CtsPackageManagerTestCases",
      "options": [
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        },
        {
          "exclude-annotation": "org.junit.Ignore"
        }
      ]
    }
  ]
}
 No newline at end of file