commit | 5437ec4377157cf0e7aa06e7db1d65ce7d678216 | [log] [tgz] |
---|---|---|
author | Kelvin Zhang <zhangkelvin@google.com> | Sat Nov 21 00:40:36 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Sat Nov 21 00:40:36 2020 +0000 |
tree | e2226e2776de36a6afd3eefda912a46395a15c7d | |
parent | d929a1ce591119d168493144565524f9375f1208 [diff] | |
parent | 928feede415de8bec1b743fe7f996e31c765bd89 [diff] |
define full_boot flag in brillo_update_payload am: dde2ef4d52 am: 928feede41 Original change: https://android-review.googlesource.com/c/platform/system/update_engine/+/1507099 Change-Id: I5ca3234eeeb6013778ec55613c404f0355b9f7c7
diff --git a/scripts/brillo_update_payload b/scripts/brillo_update_payload index 4137dfd..32bb92c 100755 --- a/scripts/brillo_update_payload +++ b/scripts/brillo_update_payload
@@ -196,6 +196,7 @@ DEFINE_string is_partial_update "" \ "Optional: True if the payload is for partial update. i.e. it only updates \ a subset of partitions on device." + DEFINE_string full_boot "" "Will include full boot image" fi if [[ "${COMMAND}" == "hash" || "${COMMAND}" == "sign" ]]; then DEFINE_string unsigned_payload "" "Path to the input unsigned payload."