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

Commit 9ec5022b authored by Victor Hsieh's avatar Victor Hsieh
Browse files

Add TEST_MAPPING for ApkVerityTest

Test: atest -p frameworks/base/tests/ApkVerityTest:presubmit
Bug: 112039386
Change-Id: Ic814bc5e5c51e581684968f8f20632a4fbffc8f4
parent e880831d
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
{
  "presubmit": [
    // nextgen test only runs during postsubmit.
    {
      "name": "ApkVerityTest",
      "keywords": ["nextgen"]
    }
  ],
  "postsubmit": [
    // TODO: move to presubmit once it's confirmed stable.
    {
      "name": "ApkVerityTest"
    }
  ]
}