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.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/filesystem/super_image.go b/filesystem/super_image.go
index cd7df027a..cf7e125a0 100644
--- a/filesystem/super_image.go
+++ b/filesystem/super_image.go
@@ -122,6 +122,8 @@ type SuperImageInfo struct {
DynamicPartitionsInfo android.Path
SuperEmptyImage android.Path
+
+ AbUpdate bool
}
var SuperImageProvider = blueprint.NewProvider[SuperImageInfo]()
@@ -201,6 +203,7 @@ func (s *superImage) GenerateAndroidBuildActions(ctx android.ModuleContext) {
SubImageInfo: subImageInfos,
DynamicPartitionsInfo: s.generateDynamicPartitionsInfo(ctx),
SuperEmptyImage: superEmptyImage,
+ AbUpdate: proptools.Bool(s.properties.Ab_update),
})
ctx.SetOutputFiles([]android.Path{output}, "")
ctx.CheckbuildFile(output)