Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 412e36c6 authored by Tao Bao's avatar Tao Bao Committed by Android (Google) Code Review
Browse files

Merge "releasetools: Track the change to BuildInfo." into oc-mr1-dev-plus-aosp

parents 0e79a775 2a12ed7d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1152,7 +1152,7 @@ def WriteABOTAPackageWithBrilloScript(target_file, output_file,
  if source_file is not None:
    cmd.extend(["--source_image", source_file])
  if OPTIONS.downgrade:
    max_timestamp = GetBuildProp("ro.build.date.utc", OPTIONS.source_info_dict)
    max_timestamp = source_info.GetBuildProp("ro.build.date.utc")
  else:
    max_timestamp = metadata["post-timestamp"]
  cmd.extend(["--max_timestamp", max_timestamp])