aboutsummaryrefslogtreecommitdiff
path: root/libavb_ab
diff options
context:
space:
mode:
authorDavid Zeuthen <zeuthen@google.com>2017-04-13 11:56:21 -0400
committerDavid Zeuthen <zeuthen@google.com>2017-04-17 12:08:49 -0400
commitb60834f7a4a8e86001059584f26820adb2a7e651 (patch)
tree28f90a125c1d17a34456cc36cdc7bc2b16beb757 /libavb_ab
parent3a580159499c7d3eace638882040cd6e16aa7729 (diff)
downloadavb-b60834f7a4a8e86001059584f26820adb2a7e651.tar.gz
uefi: Set both androidboot.slot and androidboot.slot_suffix.
See https://android-review.googlesource.com/#/c/371053/ and elsewhere for discussion for why we're now doing this. Also update docs for libavb/ to emphasize that the suffixes used there are to be full e.g. include the leading underscore. Bug: 34124301 Test: All unit tests pass. Test: Manually tested on UEFI-based bootloader. Change-Id: I8682b39f8e3afd94d1ab1adcfa4c74e346a3239e
Diffstat (limited to 'libavb_ab')
-rw-r--r--libavb_ab/avb_ab_flow.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libavb_ab/avb_ab_flow.h b/libavb_ab/avb_ab_flow.h
index b2584d8..44e7d0e 100644
--- a/libavb_ab/avb_ab_flow.h
+++ b/libavb_ab/avb_ab_flow.h
@@ -189,9 +189,9 @@ const char* avb_ab_flow_result_to_string(AvbABFlowResult result);
* AVB_SLOT_VERIFY_RESULT_ERROR_ROLLBACK_INDEX for the slot in
* question.
*
- * Note that androidboot.slot_suffix is not set in the |cmdline| field
- * in |AvbSlotVerifyData| - you will have to pass this command-line
- * option yourself.
+ * Note that neither androidboot.slot_suffix nor androidboot.slot are
+ * set in the |cmdline| field in |AvbSlotVerifyData| - you will have
+ * to pass these yourself.
*
* If a slot was selected and it verified then AVB_AB_FLOW_RESULT_OK
* is returned.