frameworks/native/cmds/dumpstate/TEST_MAPPING

29 lines
443 B
Plaintext
Raw Normal View History

2025-08-25 08:17:13 +08:00
{
"presubmit": [
{
"name": "BugreportManagerTestCases",
"options": [
{
"exclude-annotation": "androidx.test.filters.LargeTest"
}
]
},
{
"name": "dumpstate_smoke_test"
},
{
"name": "dumpstate_test"
}
],
"postsubmit": [
{
"name": "BugreportManagerTestCases"
}
],
"imports": [
{
"path": "frameworks/base/packages/Shell"
}
]
}