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

Commit b5661d6e authored by Kelvin Zhang's avatar Kelvin Zhang
Browse files

Add per partition timestamp to 16K boot OTA

update_engine requiers per partition timestamp if this partition's build
prop includes build.date.utc.

Test: th
Bug: 293313353
Change-Id: I6bf3de8e855f0830b26bdbe2cbdc78ba891662a7
parent dfa0c857
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -84,6 +84,7 @@ def main(argv):
    cmd.append("--is_partial_update")
    if args.max_timestamp:
      cmd.append("--max_timestamp=" + str(args.max_timestamp))
      cmd.append("--partition_timestamps=boot:" + str(args.max_timestamp))
    logger.info("Running %s", cmd)

    subprocess.check_call(cmd)