Add TEST_MAPPING files.

These TEST_MAPPING definitions ensure that the VTS tests for the
respective HAL services will be executed upon any changes committed to
the HAL services.

Test: hopefully this is the test
Change-Id: Icfaf3621f2c7b9608deb998ba4b5cfd6621a7310
This commit is contained in:
Max Bires 2022-11-29 02:50:45 -08:00
parent 254ae6c82b
commit 065a7207a2
2 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,7 @@
{
"presubmit": [
{
"name": "VtsHalGatekeeperTargetTest"
}
]
}

View File

@ -0,0 +1,13 @@
{
"presubmit": [
{
"name": "RemoteProvisionerUnitTests"
},
{
"name": "VtsAidlKeyMintTargetTest"
},
{
"name": "VtsHalRemotelyProvisionedComponentTargetTest"
}
]
}