aboutsummaryrefslogtreecommitdiff
path: root/rust/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'rust/Android.bp')
-rw-r--r--rust/Android.bp10
1 files changed, 10 insertions, 0 deletions
diff --git a/rust/Android.bp b/rust/Android.bp
index b4d20e3..61fe0db 100644
--- a/rust/Android.bp
+++ b/rust/Android.bp
@@ -181,6 +181,7 @@ rust_defaults {
":avb_testkey_rsa4096_pub_bin",
":avbrs_test_image",
":avbrs_test_image_with_vbmeta_footer",
+ ":avbrs_test_image_with_vbmeta_footer_for_boot",
":avbrs_test_vbmeta",
":avbrs_test_vbmeta_2_parts",
":avbrs_test_vbmeta_persistent_digest",
@@ -289,3 +290,12 @@ avb_add_hash_footer {
private_key: ":avb_testkey_rsa4096",
salt: "A000",
}
+
+// Combined test image + signed vbmeta footer for "boot".
+avb_add_hash_footer {
+ name: "avbrs_test_image_with_vbmeta_footer_for_boot",
+ src: ":avbrs_test_image",
+ partition_name: "boot",
+ private_key: ":avb_testkey_rsa4096",
+ salt: "A001",
+}