1{ 2 "presubmit": [ 3 { 4 "name": "CtsOsHostTestCases", 5 "file_patterns": [ 6 "(/|^)StaticSharedLib.*", 7 "(/|^)StaticSharedNativeLib.*" 8 ], 9 "options": [ 10 { 11 "include-filter": "android.os.cts.StaticSharedLibsHostTests" 12 }, 13 { 14 "exclude-annotation": "androidx.test.filters.FlakyTest" 15 }, 16 { 17 "exclude-annotation": "org.junit.Ignore" 18 } 19 ] 20 } 21 ] 22} 23