summaryrefslogtreecommitdiffstats
path: root/error_code.h
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2016-10-26 18:08:40 +0200
committerGerrit Code Review <noreply-gerritcodereview@google.com>2016-10-26 18:08:40 +0200
commitebc141dff27c53d7043bf7fc61cd435ac4d13160 (patch)
tree80d0fb9005425e89933b99f5d8a829271eb4a235 /error_code.h
parentMerge "tests: Generate testdata for 2nd arch." (diff)
parentSkip update-on-boot for bootreason in blacklist (diff)
downloadandroid_bootable_recovery-ebc141dff27c53d7043bf7fc61cd435ac4d13160.tar
android_bootable_recovery-ebc141dff27c53d7043bf7fc61cd435ac4d13160.tar.gz
android_bootable_recovery-ebc141dff27c53d7043bf7fc61cd435ac4d13160.tar.bz2
android_bootable_recovery-ebc141dff27c53d7043bf7fc61cd435ac4d13160.tar.lz
android_bootable_recovery-ebc141dff27c53d7043bf7fc61cd435ac4d13160.tar.xz
android_bootable_recovery-ebc141dff27c53d7043bf7fc61cd435ac4d13160.tar.zst
android_bootable_recovery-ebc141dff27c53d7043bf7fc61cd435ac4d13160.zip
Diffstat (limited to 'error_code.h')
-rw-r--r--error_code.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/error_code.h b/error_code.h
index 09ea82019..92e93bdea 100644
--- a/error_code.h
+++ b/error_code.h
@@ -21,7 +21,8 @@ enum ErrorCode {
kNoError = -1,
kLowBattery = 20,
kZipVerificationFailure,
- kZipOpenFailure
+ kZipOpenFailure,
+ kBootreasonInBlacklist
};
enum CauseCode {