Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 065a7207 authored by Max Bires's avatar Max Bires
Browse files

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
parent 254ae6c8
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
{
  "presubmit": [
      {
        "name": "VtsHalGatekeeperTargetTest"
      }
  ]
}
+13 −0
Original line number Diff line number Diff line
{
  "presubmit": [
      {
        "name": "RemoteProvisionerUnitTests"
      },
      {
        "name": "VtsAidlKeyMintTargetTest"
      },
      {
        "name": "VtsHalRemotelyProvisionedComponentTargetTest"
      }
  ]
}