diff options
author | 2024-12-13 09:21:17 -0800 | |
---|---|---|
committer | 2024-12-13 09:21:17 -0800 | |
commit | c064b1b4cc6c6c5106fefbca3871e4af15bead29 (patch) | |
tree | c2d61d1b2efa18196c8cce1879997fd7aeed4a39 /filesystem/filesystem.go | |
parent | adc0c7dff169bdf97082c20f5a7624455ad19aa5 (diff) | |
parent | ba27322da61cab8b46aab9df3dfcb0cf2b5f5727 (diff) |
Merge "Pass build_datetime_file to soong partitions" into main
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 4b4dc4054..bff0a1014 100644 --- a/filesystem/filesystem.go +++ b/filesystem/filesystem.go @@ -606,6 +606,7 @@ func (f *filesystem) buildImageUsingBuildImage(ctx android.ModuleContext) androi Input(propFile). Implicits(toolDeps). Implicit(fec). + FlagWithArg("--build_datetime_file ", ctx.Config().Getenv("BUILD_DATETIME_FILE")). Output(output). Text(rootDir.String()) // directory where to find fs_config_files|dirs |