23 lines
461 B
Plaintext
23 lines
461 B
Plaintext
{
|
|
"presubmit": [
|
|
{
|
|
"name": "CtsOsHostTestCases",
|
|
"file_patterns": [
|
|
"(/|^)StaticSharedLib.*",
|
|
"(/|^)StaticSharedNativeLib.*"
|
|
],
|
|
"options": [
|
|
{
|
|
"include-filter": "android.os.cts.StaticSharedLibsHostTests"
|
|
},
|
|
{
|
|
"exclude-annotation": "androidx.test.filters.FlakyTest"
|
|
},
|
|
{
|
|
"exclude-annotation": "org.junit.Ignore"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|