Merge "mark zipalign_test as unit tests"

This commit is contained in:
Julien Desprez 2020-12-14 16:11:41 +00:00 committed by Gerrit Code Review
commit 31839fe1cd

View file

@ -57,6 +57,9 @@ cc_test_host {
srcs: [
"tests/src/*_test.cpp",
],
test_options: {
unit_test: true,
},
static_libs: [
"libbase",
"libzipalign",