summaryrefslogtreecommitdiff
path: root/filesystem/filesystem.go
diff options
context:
space:
mode:
author Alice Wang <aliceywang@google.com> 2023-01-03 16:11:20 +0000
committer Alice Wang <aliceywang@google.com> 2023-01-09 22:04:16 +0000
commitfafe064fe1bf4854891c49546a4c166c23b26be0 (patch)
tree2a804946ce487e760c06560446f6a7a932baa2d3 /filesystem/filesystem.go
parent939673bf6b81ae1af7f1e6985a72e24b06aa46ab (diff)
[avb_footer] Add avb_gen_vbmeta_image to generate vbmeta image
Bug: 260821553 Test: m microdroid_kernel_signed and inspect the output using `avbtool info_image --image <output>` Change-Id: Iacdf34aca15f5480766b6d4f971704f85f6bf44b
Diffstat (limited to 'filesystem/filesystem.go')
-rw-r--r--filesystem/filesystem.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/filesystem/filesystem.go b/filesystem/filesystem.go
index d01608f33..577e9805e 100644
--- a/filesystem/filesystem.go
+++ b/filesystem/filesystem.go
@@ -35,6 +35,7 @@ func registerBuildComponents(ctx android.RegistrationContext) {
ctx.RegisterModuleType("android_filesystem", filesystemFactory)
ctx.RegisterModuleType("android_system_image", systemImageFactory)
ctx.RegisterModuleType("avb_add_hash_footer", avbAddHashFooterFactory)
+ ctx.RegisterModuleType("avb_gen_vbmeta_image", avbGenVbmetaImageFactory)
}
type filesystem struct {