Victor Hsieh 9ec5022b43 Add TEST_MAPPING for ApkVerityTest
Test: atest -p frameworks/base/tests/ApkVerityTest:presubmit
Bug: 112039386
Change-Id: Ic814bc5e5c51e581684968f8f20632a4fbffc8f4
2019-12-09 14:59:00 -08:00

16 lines
271 B
Plaintext

{
"presubmit": [
// nextgen test only runs during postsubmit.
{
"name": "ApkVerityTest",
"keywords": ["nextgen"]
}
],
"postsubmit": [
// TODO: move to presubmit once it's confirmed stable.
{
"name": "ApkVerityTest"
}
]
}