blob: 71e9ad37dd3c2531eca17be205f8b0bacc661106 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
{
"presubmit": [
{
"name": "frameworks-base-testutils-tests"
}
],
"postsubmit": [
{
"name": "frameworks-base-testutils-tests",
"options": [
{
"exclude-annotation": "org.junit.Ignore"
}
]
}
]
}
|