commit | ebd61e90291c5869769744787c993c79937e629f | [log] [tgz] |
---|---|---|
author | Andrew Scull <ascull@google.com> | Thu Jun 09 15:53:36 2022 +0000 |
committer | Andrew Scull <ascull@google.com> | Sat Jun 11 07:08:44 2022 +0000 |
tree | 811b2f666a43d0f7862bf3c1d1c712ccea0912ae | |
parent | 7d5cdb69ed140b62372f934cfea32684b810bfa1 [diff] [blame] |
Add rule for AVB signing an image This is used multiple times by Microdroid to generate signed images. Test: build and microdroid tests Bug: 234564414 Bug: 185115783 Change-Id: I7d0b2c9907913c8a42a02f9951f341d08b585b8e
diff --git a/filesystem/Android.bp b/filesystem/Android.bp index 857dfa7..dfcd405 100644 --- a/filesystem/Android.bp +++ b/filesystem/Android.bp
@@ -12,6 +12,7 @@ "soong-linkerconfig", ], srcs: [ + "avb_add_hash_footer.go", "bootimg.go", "filesystem.go", "logical_partition.go",