From 069c01e33f53ee0b80635d3616e1c1a3038b6ec2 Mon Sep 17 00:00:00 2001 From: Spandan Das Date: Fri, 3 Jan 2025 17:28:14 -0800 Subject: Revert "Pass build_datetime_file to soong partitions" Revert submission 3411237-build_datetime_build_image Reason for revert: b/385995921. Causes a full push on the first adb sync Reverted changes: /q/submissionid:3411237-build_datetime_build_image Change-Id: I3171345025ddd2fd7c8dd16329b3ddb4abdc3940 --- filesystem/filesystem.go | 1 - 1 file changed, 1 deletion(-) (limited to 'filesystem/filesystem.go') diff --git a/filesystem/filesystem.go b/filesystem/filesystem.go index bff0a1014..4b4dc4054 100644 --- a/filesystem/filesystem.go +++ b/filesystem/filesystem.go @@ -606,7 +606,6 @@ 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 -- cgit v1.2.3-59-g8ed1b