diff options
author | Tianjie Xu <xunchang@google.com> | 2020-07-24 20:57:26 +0200 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2020-07-24 20:57:26 +0200 |
commit | 435a5fc0c288c0134edc597c2297a602602be108 (patch) | |
tree | c7a4a5e7fb5b66842c745aef778e6d4cfc2b886d /otautil | |
parent | Merge "Add recovery support of dynamic fingerprints" (diff) | |
parent | Update language to comply with Android’s inclusive language guidance (diff) | |
download | android_bootable_recovery-435a5fc0c288c0134edc597c2297a602602be108.tar android_bootable_recovery-435a5fc0c288c0134edc597c2297a602602be108.tar.gz android_bootable_recovery-435a5fc0c288c0134edc597c2297a602602be108.tar.bz2 android_bootable_recovery-435a5fc0c288c0134edc597c2297a602602be108.tar.lz android_bootable_recovery-435a5fc0c288c0134edc597c2297a602602be108.tar.xz android_bootable_recovery-435a5fc0c288c0134edc597c2297a602602be108.tar.zst android_bootable_recovery-435a5fc0c288c0134edc597c2297a602602be108.zip |
Diffstat (limited to 'otautil')
-rw-r--r-- | otautil/include/otautil/error_code.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otautil/include/otautil/error_code.h b/otautil/include/otautil/error_code.h index 2b73c1353..7b52ce599 100644 --- a/otautil/include/otautil/error_code.h +++ b/otautil/include/otautil/error_code.h @@ -22,7 +22,7 @@ enum ErrorCode : int { kLowBattery = 20, kZipVerificationFailure, kZipOpenFailure, - kBootreasonInBlacklist, + kBootreasonInBlocklist, kPackageCompatibilityFailure, kScriptExecutionFailure, kMapFileFailure, |