diff options
Diffstat (limited to 'filesystem/filesystem.go')
-rw-r--r-- | filesystem/filesystem.go | 1 |
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) { |