From b01ceaccecc81334afe23709c723cb84bf67220c Mon Sep 17 00:00:00 2001 From: Kohsuke Yatoh Date: Tue, 16 Feb 2021 16:29:11 -0800 Subject: [PATCH] Move UpdatableSystemFontTest to presubmit. Bug: 180370699 Test: atest --test-mapping frameworks/base/services/core/java/com/android/server/graphics/fonts --dry-run Test: atest --test-mapping frameworks/base/tests/UpdatableSystemFontTest --dry-run Change-Id: I084c641eeb52b2b9e63251ae1e21f5ceb192803a --- .../java/com/android/server/graphics/fonts/TEST_MAPPING | 7 +++++++ tests/UpdatableSystemFontTest/TEST_MAPPING | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 services/core/java/com/android/server/graphics/fonts/TEST_MAPPING diff --git a/services/core/java/com/android/server/graphics/fonts/TEST_MAPPING b/services/core/java/com/android/server/graphics/fonts/TEST_MAPPING new file mode 100644 index 0000000000000..7fbf426c71c4a --- /dev/null +++ b/services/core/java/com/android/server/graphics/fonts/TEST_MAPPING @@ -0,0 +1,7 @@ +{ + "presubmit": [ + { + "name": "UpdatableSystemFontTest" + } + ] +} diff --git a/tests/UpdatableSystemFontTest/TEST_MAPPING b/tests/UpdatableSystemFontTest/TEST_MAPPING index a5c447934f43e..7fbf426c71c4a 100644 --- a/tests/UpdatableSystemFontTest/TEST_MAPPING +++ b/tests/UpdatableSystemFontTest/TEST_MAPPING @@ -1,5 +1,5 @@ { - "postsubmit": [ + "presubmit": [ { "name": "UpdatableSystemFontTest" }