Merge "identity: add TEST_MAPPING file to run CTS, VTS, and unit tests in presubmit."

This commit is contained in:
David Zeuthen
2021-03-31 13:27:02 +00:00
committed by Gerrit Code Review

13
identity/TEST_MAPPING Normal file
View File

@@ -0,0 +1,13 @@
{
"presubmit": [
{
"name": "CtsIdentityTestCases"
},
{
"name": "VtsHalIdentityTargetTest"
},
{
"name": "android.hardware.identity-support-lib-test"
}
]
}