commit | f45dffb0403fc00f83915bf4a87e018a5f0ddf25 | [log] [tgz] |
---|---|---|
author | Kelvin Zhang <zhangkelvin@google.com> | Sat Nov 21 01:06:30 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Sat Nov 21 01:06:30 2020 +0000 |
tree | 42929cde23200c5ad91892f352168a1208add950 | |
parent | a8064e39f82b5387f8a99db8795be58d117d8a70 [diff] | |
parent | 5437ec4377157cf0e7aa06e7db1d65ce7d678216 [diff] |
define full_boot flag in brillo_update_payload am: dde2ef4d52 am: 928feede41 am: 5437ec4377 Original change: https://android-review.googlesource.com/c/platform/system/update_engine/+/1507099 Change-Id: I0be236540dbeca991023fe251dbc3bbcb2e12231
diff --git a/scripts/brillo_update_payload b/scripts/brillo_update_payload index 6c90d97..f621479 100755 --- a/scripts/brillo_update_payload +++ b/scripts/brillo_update_payload
@@ -198,6 +198,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."