53 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
			
		
		
	
	
			53 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
{
 | 
						|
  "presubmit": [
 | 
						|
    {
 | 
						|
      "name": "AppEnumerationInternalTests"
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "name": "PackageManagerServiceServerTests",
 | 
						|
      "options": [
 | 
						|
        {
 | 
						|
          "include-filter": "com.android.server.pm."
 | 
						|
        },
 | 
						|
        {
 | 
						|
          "include-annotation": "android.platform.test.annotations.Presubmit"
 | 
						|
        },
 | 
						|
        {
 | 
						|
          "exclude-annotation": "androidx.test.filters.FlakyTest"
 | 
						|
        },
 | 
						|
        {
 | 
						|
          "exclude-annotation": "org.junit.Ignore"
 | 
						|
        }
 | 
						|
      ]
 | 
						|
    }
 | 
						|
  ],
 | 
						|
  "postsubmit": [
 | 
						|
    {
 | 
						|
      "name": "PackageManagerServiceHostTests"
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "name": "PackageManagerServiceServerTests",
 | 
						|
      "options": [
 | 
						|
        {
 | 
						|
          "include-filter": "com.android.server.pm."
 | 
						|
        },
 | 
						|
        {
 | 
						|
          "include-annotation": "android.platform.test.annotations.Postsubmit"
 | 
						|
        },
 | 
						|
        {
 | 
						|
          "exclude-annotation": "androidx.test.filters.FlakyTest"
 | 
						|
        },
 | 
						|
        {
 | 
						|
          "exclude-annotation": "org.junit.Ignore"
 | 
						|
        }
 | 
						|
      ]
 | 
						|
    }
 | 
						|
  ],
 | 
						|
  "imports": [
 | 
						|
    {
 | 
						|
      "path": "frameworks/base/services/tests/PackageManagerServiceTests/unit"
 | 
						|
    }
 | 
						|
  ]
 | 
						|
}
 | 
						|
 |