summaryrefslogtreecommitdiffstats
path: root/otautil
diff options
context:
space:
mode:
authorTianjie <xunchang@google.com>2020-07-23 02:25:11 +0200
committerTianjie <xunchang@google.com>2020-07-23 22:07:24 +0200
commit1bc976a74ed26a5dcdbf9baef53e280f04eb272f (patch)
treea326338cf4a7522342327493e9c95c9ae9ca89ea /otautil
parentMerge "Add recovery support of dynamic fingerprints" (diff)
downloadandroid_bootable_recovery-1bc976a74ed26a5dcdbf9baef53e280f04eb272f.tar
android_bootable_recovery-1bc976a74ed26a5dcdbf9baef53e280f04eb272f.tar.gz
android_bootable_recovery-1bc976a74ed26a5dcdbf9baef53e280f04eb272f.tar.bz2
android_bootable_recovery-1bc976a74ed26a5dcdbf9baef53e280f04eb272f.tar.lz
android_bootable_recovery-1bc976a74ed26a5dcdbf9baef53e280f04eb272f.tar.xz
android_bootable_recovery-1bc976a74ed26a5dcdbf9baef53e280f04eb272f.tar.zst
android_bootable_recovery-1bc976a74ed26a5dcdbf9baef53e280f04eb272f.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,