summaryrefslogtreecommitdiff
path: root/filesystem/filesystem.go
diff options
context:
space:
mode:
author Spandan Das <spandandas@google.com> 2025-01-09 19:37:47 +0000
committer Spandan Das <spandandas@google.com> 2025-01-10 00:32:32 +0000
commit3ec6d067389a74ea01b86e6cc16c8cfb5ba14afc (patch)
tree09536cd698fe33a06fdacace3b3ae6096b351069 /filesystem/filesystem.go
parente51ff957ad1fb2ecc03d82e293069c764c014c3c (diff)
Assemble ROOT/ files of target_files.zip
rsync will be used to copy the root files of the system_image dep Test: verified that ROOT/ in target_files.zip is same when built with make and soong Bug: 385383524 Change-Id: I84279109308d36ec147a63000bb1912c2ffb1273
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 64b79319f..b112568f6 100644
--- a/filesystem/filesystem.go
+++ b/filesystem/filesystem.go
@@ -459,6 +459,7 @@ func (f *filesystem) GenerateAndroidBuildActions(ctx android.ModuleContext) {
FileListFile: fileListFile,
RootDir: rootDir,
})
+
f.fileListFile = fileListFile
if proptools.Bool(f.properties.Unchecked_module) {