aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorJulien Desprez <jdesprez@google.com>2021-01-21 11:29:14 -0800
committerJulien Desprez <jdesprez@google.com>2021-01-29 17:33:09 +0000
commit15e81d97aa7bb4bbe7793dcca7bfec9045e2fecc (patch)
tree15e1607a7887058810d814fb4d3dbc1d096f19eb /Android.bp
parent0d584b6e9569c329c1815a560e0682e9f38070d9 (diff)
downloadavb-15e81d97aa7bb4bbe7793dcca7bfec9045e2fecc.tar.gz
Set libavb_host_unittest as unit_tests
Test: presubmit Bug: 178121906 Change-Id: Ibf62ba09cd621855d2668971be145c70ed72ba59
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp7
1 files changed, 7 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 2cb7123..27d4ece 100644
--- a/Android.bp
+++ b/Android.bp
@@ -335,8 +335,15 @@ cc_test_host {
"img2simg",
"avbtool",
],
+ test_options: {
+ unit_test: true,
+ },
+ compile_multilib: "first",
data: [
+ ":img2simg",
+ ":simg2img",
"avbtool",
+ ":fec",
"test/avbtool_signing_helper_test.py",
"test/avbtool_signing_helper_with_files_test.py",
"test/data/*",