blob: dc88ada03435137b9c0fc55fa251ab4cdffd5ab4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{
"presubmit": [
{
// small test which assumes the output format of dumpsys, however
// there are many other parts of Android that expect the output
// to be a specific way (see b/141728094)
"name": "timezone_data_e2e_tests"
},
{
"name": "dumpsys_test"
}
]
}
|