summaryrefslogtreecommitdiff
path: root/libfec/test/Android.bp
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2019-12-02 12:42:14 -0800
committerTianjie Xu <xunchang@google.com>2020-01-21 21:01:14 -0800
commit398e8c30ccb062ced809c11e9335b87352af5582 (patch)
tree713dd69e11ec9be3fe2278368e7f27af7e78f8fc /libfec/test/Android.bp
parent4f94e91035fd4b0275f7559be3970ea971c0f826 (diff)
downloadextras-398e8c30ccb062ced809c11e9335b87352af5582.tar.gz
Suport parsing hashtree and ecc data from avb
Add support to parse the AvbHashtreeFooter in the avb image. We are in particular looking for the ecc and hashtree data so that they can laster be used for error correction. Bug: 144388532 Test: unittests pass Change-Id: I3e53e3e84a58b00346274f9946cafc135702ac82
Diffstat (limited to 'libfec/test/Android.bp')
-rw-r--r--libfec/test/Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/libfec/test/Android.bp b/libfec/test/Android.bp
index 1bbad077..75182a27 100644
--- a/libfec/test/Android.bp
+++ b/libfec/test/Android.bp
@@ -24,6 +24,7 @@ cc_test_host {
static_libs: [
"libfec",
"libfec_rs",
+ "libavb",
"libcrypto_utils",
"libcrypto",
"libext4_utils",
@@ -47,12 +48,14 @@ cc_test_host {
gtest: true,
required: [
+ "avbtool",
"fec",
],
static_libs: [
"libverity_tree",
"libfec",
"libfec_rs",
+ "libavb",
"libcrypto_utils",
"libext4_utils",
"libsquashfs_utils",