summaryrefslogtreecommitdiff
path: root/filesystem/android_device.go
diff options
context:
space:
mode:
author Spandan Das <spandandas@google.com> 2025-02-12 10:30:51 -0800
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2025-02-12 10:30:51 -0800
commitd8db8faba62a3cb77f75294e96deda9e53c15786 (patch)
tree6ceaf7a9b85725abc9829803912b6f99e3813d1b /filesystem/android_device.go
parentd604240a568f94ae6edbba7c1a38ebc28e1653f3 (diff)
parent5ef1a9ca49b520fb82a64f360820811edc79462e (diff)
Merge "Include hermetic .img files in target_files.zip" into main
Diffstat (limited to 'filesystem/android_device.go')
-rw-r--r--filesystem/android_device.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/filesystem/android_device.go b/filesystem/android_device.go
index b783d0f57..960c96acf 100644
--- a/filesystem/android_device.go
+++ b/filesystem/android_device.go
@@ -153,7 +153,7 @@ func (a *androidDevice) GenerateAndroidBuildActions(ctx android.ModuleContext) {
}
}
- //a.buildTargetFilesZip(ctx) TODO(b/393203512): re-enable target_files.zip
+ a.buildTargetFilesZip(ctx)
var deps []android.Path
if proptools.String(a.partitionProps.Super_partition_name) != "" {
superImage := ctx.GetDirectDepProxyWithTag(*a.partitionProps.Super_partition_name, superPartitionDepTag)