diff options
author | Tao Bao <tbao@google.com> | 2017-04-18 05:20:48 +0200 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2017-04-18 05:20:49 +0200 |
commit | c1ca21a32d4cfdda773bad1c5da1657e4936b751 (patch) | |
tree | 9a3efa486d5aa4f83ebd2a19cace9eb85eba07be /error_code.h | |
parent | Merge "libmounts: Remove two dead functions." (diff) | |
parent | Add the missing LOCAL_CFLAGS for librecovery. (diff) | |
download | android_bootable_recovery-c1ca21a32d4cfdda773bad1c5da1657e4936b751.tar android_bootable_recovery-c1ca21a32d4cfdda773bad1c5da1657e4936b751.tar.gz android_bootable_recovery-c1ca21a32d4cfdda773bad1c5da1657e4936b751.tar.bz2 android_bootable_recovery-c1ca21a32d4cfdda773bad1c5da1657e4936b751.tar.lz android_bootable_recovery-c1ca21a32d4cfdda773bad1c5da1657e4936b751.tar.xz android_bootable_recovery-c1ca21a32d4cfdda773bad1c5da1657e4936b751.tar.zst android_bootable_recovery-c1ca21a32d4cfdda773bad1c5da1657e4936b751.zip |
Diffstat (limited to 'error_code.h')
-rw-r--r-- | error_code.h | 3 |
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 { |