summaryrefslogtreecommitdiffstats
path: root/error_code.h
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2017-04-11 01:55:57 +0200
committerTao Bao <tbao@google.com>2017-04-13 07:46:09 +0200
commit1d866050eba7614109a1edec42529d4d80b0998f (patch)
tree36905d2bd8d5121a9ecb6d87996bc32fa480c009 /error_code.h
parentMerge "Protect filename_cache with lock in ota fault" (diff)
downloadandroid_bootable_recovery-1d866050eba7614109a1edec42529d4d80b0998f.tar
android_bootable_recovery-1d866050eba7614109a1edec42529d4d80b0998f.tar.gz
android_bootable_recovery-1d866050eba7614109a1edec42529d4d80b0998f.tar.bz2
android_bootable_recovery-1d866050eba7614109a1edec42529d4d80b0998f.tar.lz
android_bootable_recovery-1d866050eba7614109a1edec42529d4d80b0998f.tar.xz
android_bootable_recovery-1d866050eba7614109a1edec42529d4d80b0998f.tar.zst
android_bootable_recovery-1d866050eba7614109a1edec42529d4d80b0998f.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 5dad6b263..cde4ee6de 100644
--- a/error_code.h
+++ b/error_code.h
@@ -22,7 +22,8 @@ enum ErrorCode {
kLowBattery = 20,
kZipVerificationFailure,
kZipOpenFailure,
- kBootreasonInBlacklist
+ kBootreasonInBlacklist,
+ kPackageCompatibilityFailure,
};
enum CauseCode {