Add GTS tests as presubmit blocker for integrity component.

Bug: 145674131
Test: N/A
Change-Id: Ibe66dbb041a0ba244afbe69f222704796cf2122f
This commit is contained in:
Song Pan
2020-03-06 12:20:20 +00:00
parent 3b91ac3e6c
commit f8f9cdd33b

View File

@@ -7,6 +7,14 @@
"include-filter": "com.android.server.integrity."
}
]
},
{
"name": "GtsSecurityHostTestCases",
"options": [
{
"include-filter": "com.google.android.security.gts.AppIntegrityManagerTest"
}
]
}
]
}