[Trust] Add test target for tablets.

Add a target for tablets that we can point to in order to run tests
during pre and post-submit.

Test: local atest
Bug: 228851008
Change-Id: Ie0a1186cc97388c1b9c282c81e8bfcab5eec814b
This commit is contained in:
Derek Jedral
2022-04-13 11:27:37 -07:00
parent 9e7e2b5c32
commit 3c4a8625b9
3 changed files with 39 additions and 0 deletions

View File

@@ -11,5 +11,18 @@
}
]
}
],
"trust-tablet": [
{
"name": "TrustTests",
"options": [
{
"include-filter": "android.trust.test"
},
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
}
]
}
]
}

View File

@@ -11,5 +11,18 @@
}
]
}
],
"trust-tablet": [
{
"name": "TrustTests",
"options": [
{
"include-filter": "android.trust.test"
},
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
}
]
}
]
}

View File

@@ -11,5 +11,18 @@
}
]
}
],
"trust-tablet": [
{
"name": "TrustTests",
"options": [
{
"include-filter": "android.trust.test"
},
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
}
]
}
]
}