1{ 2 "presubmit": [ 3 { 4 "name": "CtsPackageManagerHostTestCases_cts_splittests", 5 "file_patterns": ["SplitTests\\.java"] 6 }, 7 { 8 "name": "CtsInstantAppsHostTestCases", 9 "options": [ 10 { 11 "include-filter": "android.appsecurity.cts.EphemeralTest" 12 }, 13 { 14 "exclude-annotation": "android.platform.test.annotations.FlakyTest" 15 } 16 ] 17 }, 18 { 19 "name": "CtsPackageManagerHostTestCases_cts_isolatedsplitstests", 20 "file_patterns": ["IsolatedSplitsTests\\.java"] 21 } 22 ] 23} 24