summaryrefslogtreecommitdiff
path: root/filesystem/super_image.go
diff options
context:
space:
mode:
Diffstat (limited to 'filesystem/super_image.go')
-rw-r--r--filesystem/super_image.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/filesystem/super_image.go b/filesystem/super_image.go
index 5e62fa702..9e4412c13 100644
--- a/filesystem/super_image.go
+++ b/filesystem/super_image.go
@@ -183,6 +183,8 @@ func (s *superImage) GenerateAndroidBuildActions(ctx android.ModuleContext) {
})
ctx.SetOutputFiles([]android.Path{output}, "")
ctx.CheckbuildFile(output)
+
+ buildComplianceMetadata(ctx, subImageDepTag)
}
func (s *superImage) installFileName() string {