1{ 2 "presubmit": [ 3 { 4 "name": "CtsOsHostTestCases", 5 "options": [ 6 { 7 "include-filter": "android.os.cts.StaticSharedLibsHostTests" 8 }, 9 { 10 "include-annotation": "android.platform.test.annotations.Presubmit" 11 }, 12 { 13 "exclude-annotation": "androidx.test.filters.FlakyTest" 14 }, 15 { 16 "exclude-annotation": "org.junit.Ignore" 17 } 18 ] 19 } 20 ] 21} 22