Test: atest -p frameworks/base/tests/ApkVerityTest:presubmit Bug: 112039386 Change-Id: Ic814bc5e5c51e581684968f8f20632a4fbffc8f4
16 lines
271 B
Plaintext
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"
|
|
}
|
|
]
|
|
}
|