From 561267566eb13bcbd9478292d32b25761b8aa9a1 Mon Sep 17 00:00:00 2001 From: KOUSHIK PANUGANTI Date: Tue, 18 Dec 2018 16:27:58 -0800 Subject: [PATCH] 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 --- services/core/java/com/android/server/am/TEST_MAPPING | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/core/java/com/android/server/am/TEST_MAPPING b/services/core/java/com/android/server/am/TEST_MAPPING index 48b414581d451..c84b5c74c1e78 100644 --- a/services/core/java/com/android/server/am/TEST_MAPPING +++ b/services/core/java/com/android/server/am/TEST_MAPPING @@ -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" } ] },