Merge "Run zipalign tests in presubmit."

This commit is contained in:
Elliott Hughes 2020-11-10 00:19:31 +00:00 committed by Gerrit Code Review
commit 3fc740b7cb
2 changed files with 9 additions and 0 deletions

View File

@ -66,4 +66,5 @@ cc_test_host {
"tests/data/unaligned.zip",
],
defaults: ["zipalign_defaults"],
test_suites: ["general-tests"],
}

View File

@ -0,0 +1,8 @@
{
"presubmit": [
{
"name": "zipalign_tests",
"host": true
}
]
}