summaryrefslogtreecommitdiffstats
path: root/otautil
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2020-07-24 20:57:26 +0200
committerGerrit Code Review <noreply-gerritcodereview@google.com>2020-07-24 20:57:26 +0200
commit435a5fc0c288c0134edc597c2297a602602be108 (patch)
treec7a4a5e7fb5b66842c745aef778e6d4cfc2b886d /otautil
parentMerge "Add recovery support of dynamic fingerprints" (diff)
parentUpdate language to comply with Android’s inclusive language guidance (diff)
downloadandroid_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.h2
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,