1{ 2 "presubmit": [ 3 { 4 "name": "CtsContentTestCases", 5 "options": [ 6 { 7 "include-filter": "android.content.pm.cts.PackageManagerShellCommandTest" 8 }, 9 { 10 "include-filter": "android.content.pm.cts.PackageManagerShellCommandIncrementalTest" 11 }, 12 { 13 "include-filter": "android.content.pm.cts.ChecksumsTest" 14 } 15 ] 16 }, 17 { 18 "name": "CtsPackageManagerStatsHostTestCases", 19 "options": [ 20 { 21 "include-filter": "com.android.cts.packagemanager.stats.host.PackageInstallerV2StatsTests" 22 } 23 ] 24 }, 25 { 26 "name": "CtsIncrementalInstallHostTestCases" 27 } 28 ], 29 "presubmit-large": [ 30 { 31 "name": "CtsInstalledLoadingProgressHostTests" 32 } 33 ] 34} 35