mark zipalign_test as unit tests

Test: make
Bug: 175408655
Change-Id: I03a7a0bb19ea408830acbf1ebe12ffb25012af91
This commit is contained in:
Julien Desprez
2020-12-11 11:52:45 -08:00
parent 43943c65e2
commit 74b8e09094

View File

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