Run zipalign tests in presubmit.

Test: treehugger
Change-Id: I2779c04313976d29c29c50920c0b356309c08439
This commit is contained in:
Elliott Hughes
2020-11-05 14:58:12 -08:00
parent d41b82563f
commit c2039151ba
2 changed files with 9 additions and 0 deletions

View File

@@ -65,4 +65,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
}
]
}