26 lines
436 B
Plaintext
26 lines
436 B
Plaintext
{
|
|
"presubmit": [
|
|
{
|
|
"name": "CtsInlineMockingTestCases",
|
|
"options": [
|
|
{
|
|
"exclude-annotation": "androidx.test.filters.LargeTest"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "CtsExtendedMockingTestCases",
|
|
"options": [
|
|
{
|
|
"exclude-annotation": "androidx.test.filters.LargeTest"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"imports": [
|
|
{
|
|
"path": "cts/hostsidetests/jvmti"
|
|
}
|
|
]
|
|
}
|