diff options
author | 2021-02-16 16:29:11 -0800 | |
---|---|---|
committer | 2021-02-16 16:46:57 -0800 | |
commit | b01ceaccecc81334afe23709c723cb84bf67220c (patch) | |
tree | 69946eaaaf77e58fced42be1065024a3962a4822 | |
parent | e3ff87dd32045481a82d48d05a69cd6e32832ebf (diff) |
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
-rw-r--r-- | services/core/java/com/android/server/graphics/fonts/TEST_MAPPING | 7 | ||||
-rw-r--r-- | tests/UpdatableSystemFontTest/TEST_MAPPING | 2 |
2 files changed, 8 insertions, 1 deletions
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 000000000000..7fbf426c71c4 --- /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 a5c447934f43..7fbf426c71c4 100644 --- a/tests/UpdatableSystemFontTest/TEST_MAPPING +++ b/tests/UpdatableSystemFontTest/TEST_MAPPING @@ -1,5 +1,5 @@ { - "postsubmit": [ + "presubmit": [ { "name": "UpdatableSystemFontTest" } |