1{ 2 "presubmit": [ 3 { 4 "name": "AppEnumerationInternalTests" 5 }, 6 { 7 "name": "PackageManagerServiceServerTests", 8 "options": [ 9 { 10 "include-filter": "com.android.server.pm." 11 }, 12 { 13 "include-annotation": "android.platform.test.annotations.Presubmit" 14 }, 15 { 16 "exclude-annotation": "androidx.test.filters.FlakyTest" 17 }, 18 { 19 "exclude-annotation": "org.junit.Ignore" 20 } 21 ] 22 } 23 ], 24 "postsubmit": [ 25 { 26 "name": "PackageManagerServiceHostTests" 27 }, 28 { 29 "name": "PackageManagerServiceServerTests", 30 "options": [ 31 { 32 "include-filter": "com.android.server.pm." 33 }, 34 { 35 "include-annotation": "android.platform.test.annotations.Postsubmit" 36 }, 37 { 38 "exclude-annotation": "androidx.test.filters.FlakyTest" 39 }, 40 { 41 "exclude-annotation": "org.junit.Ignore" 42 } 43 ] 44 } 45 ], 46 "imports": [ 47 { 48 "path": "frameworks/base/services/tests/PackageManagerServiceTests/unit" 49 } 50 ] 51} 52 53