summaryrefslogtreecommitdiffstats
path: root/otautil/include
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2020-07-24 22:14:30 +0200
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-07-24 22:14:30 +0200
commit88963fb8f608f2dd560e8c680156f28233f6e759 (patch)
tree4a84e4051e4c162128d9d3eb24feb25a606bc140 /otautil/include
parent[automerger skipped] Import translations. DO NOT MERGE ANYWHERE am: fe58fdea5e -s ours am: 9955de88ad -s ours (diff)
parentMerge changes I0f3f0333,If447b2cf am: 435a5fc0c2 am: 74538db684 am: 435f3d3f16 am: 8885ef0529 (diff)
downloadandroid_bootable_recovery-88963fb8f608f2dd560e8c680156f28233f6e759.tar
android_bootable_recovery-88963fb8f608f2dd560e8c680156f28233f6e759.tar.gz
android_bootable_recovery-88963fb8f608f2dd560e8c680156f28233f6e759.tar.bz2
android_bootable_recovery-88963fb8f608f2dd560e8c680156f28233f6e759.tar.lz
android_bootable_recovery-88963fb8f608f2dd560e8c680156f28233f6e759.tar.xz
android_bootable_recovery-88963fb8f608f2dd560e8c680156f28233f6e759.tar.zst
android_bootable_recovery-88963fb8f608f2dd560e8c680156f28233f6e759.zip
Diffstat (limited to 'otautil/include')
-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,