add incremental installation test to presubmit

BUG: b/147373090 b/133435829
Test: atest PackageManagerShellCommandIncrementalTest
Change-Id: I27b456134c4a6bdb88db3483d42cb024d432e698
This commit is contained in:
Songchun Fan
2020-02-20 15:36:19 -08:00
parent fe348ebe91
commit bf35024b94

View File

@@ -34,6 +34,9 @@
"options": [
{
"include-filter": "android.content.pm.cts.PackageManagerShellCommandTest"
},
{
"include-filter": "android.content.pm.cts.PackageManagerShellCommandIncrementalTest"
}
]
},