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."