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

Commit 56126756 authored by KOUSHIK PANUGANTI's avatar KOUSHIK PANUGANTI
Browse files

Migrate frameworks/base/services/core/java/com/android/server/am to androidx.test

See go/jetpack-test-android-migration

Test: make checkbuild
Change-Id: I67475472a01d365852b00e9cadc825c8fa9fdc18
parent 2da29013
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
          "include-annotation": "android.platform.test.annotations.Presubmit"
        },
        {
          "exclude-annotation": "android.support.test.filters.FlakyTest"
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        }
      ]
    },
@@ -21,7 +21,7 @@
          "include-annotation": "android.platform.test.annotations.Presubmit"
        },
        {
          "exclude-annotation": "android.support.test.filters.FlakyTest"
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        }
      ]
    },