summaryrefslogtreecommitdiff
path: root/libfec
diff options
context:
space:
mode:
authorJulien Desprez <jdesprez@google.com>2021-01-27 14:08:24 -0800
committerJulien Desprez <jdesprez@google.com>2021-01-27 14:08:24 -0800
commit5be78d150e29f3f42a63bddcb69364af8de5f870 (patch)
treefa2fab2e4f66e0ee7e221bf70197a1aa1d03a297 /libfec
parent32151fb4b1c5062362d839f6e53db2cd8bd7ecc6 (diff)
downloadextras-5be78d150e29f3f42a63bddcb69364af8de5f870.tar.gz
Clean the build rules now that the avbtool can compile
With the fix to get avbtool compiled cleanly for multilib "first", we can clean this. Test: make host-unit-tests Bug: 178591423 Change-Id: I036e5a8e6a754dd7357b063dee3de0f542710a0e
Diffstat (limited to 'libfec')
-rw-r--r--libfec/test/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/libfec/test/Android.bp b/libfec/test/Android.bp
index b3dca297..60879c1a 100644
--- a/libfec/test/Android.bp
+++ b/libfec/test/Android.bp
@@ -51,6 +51,7 @@ cc_test_host {
":avbtool",
":fec",
],
+ compile_multilib: "first",
test_options: {
unit_test: true,
},