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

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1650507

Change-Id: If4c29daf9c16dcb8b66a5aa90d14bf3fa2049ba2
This commit is contained in:
David Zeuthen
2021-03-31 14:05:10 +00:00
committed by Automerger Merge Worker

13
identity/TEST_MAPPING Normal file
View File

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