Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
Merge "Add per partition timestamp to 16K boot OTA" into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Treehugger Robot authored and Gerrit Code Review committed Sep 8, 2023
2 parents 7995507 + b5661d6 commit 6f0db02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/releasetools/ota_from_raw_img.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 6f0db02

Please sign in to comment.