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
This commit is contained in:
Kohsuke Yatoh
2021-02-16 16:29:11 -08:00
parent e3ff87dd32
commit b01ceaccec
2 changed files with 8 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
{
"presubmit": [
{
"name": "UpdatableSystemFontTest"
}
]
}

View File

@@ -1,5 +1,5 @@
{
"postsubmit": [
"presubmit": [
{
"name": "UpdatableSystemFontTest"
}