summaryrefslogtreecommitdiffstats
path: root/error_code.h
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2016-07-13 02:41:01 +0200
committerandroid-build-merger <android-build-merger@google.com>2016-07-13 02:41:01 +0200
commit7831762308d6800f9e8c38f19cdd4162699ede7b (patch)
tree7a5c8ed5b9b4017a6a31ab501d4cb2f9c2ece6c6 /error_code.h
parentSupport landscape layouts. (diff)
parentSkip update-on-boot for bootreason in blacklist (diff)
downloadandroid_bootable_recovery-7831762308d6800f9e8c38f19cdd4162699ede7b.tar
android_bootable_recovery-7831762308d6800f9e8c38f19cdd4162699ede7b.tar.gz
android_bootable_recovery-7831762308d6800f9e8c38f19cdd4162699ede7b.tar.bz2
android_bootable_recovery-7831762308d6800f9e8c38f19cdd4162699ede7b.tar.lz
android_bootable_recovery-7831762308d6800f9e8c38f19cdd4162699ede7b.tar.xz
android_bootable_recovery-7831762308d6800f9e8c38f19cdd4162699ede7b.tar.zst
android_bootable_recovery-7831762308d6800f9e8c38f19cdd4162699ede7b.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 259319ab4..fe38ba476 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 {