Merge "Add per partition timestamp to 16K boot OTA" into main am: 6f0db025d0
Original change: https://android-review.googlesource.com/c/platform/build/+/2744293 Change-Id: I96a6db27c937060b3c374802921590598693ecf0 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
7677eb46cd
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue