summaryrefslogtreecommitdiffstats
path: root/error_code.h
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2017-05-24 20:54:04 +0200
committerandroid-build-merger <android-build-merger@google.com>2017-05-24 20:54:04 +0200
commitda1fcf7ab2c0f63c85fa0d2596fc64699225989e (patch)
tree49b294b8f3507b22f257504808d2f54b00c1a7ab /error_code.h
parentMerge "Print SHA1 of the patch if bsdiff fails with data error" am: 1f9808bd48 am: 8f68accc9d (diff)
parentMerge "Retry the update if ApplyBSDiffPatch | ApplyImagePatch fails" am: 9c1a114789 (diff)
downloadandroid_bootable_recovery-da1fcf7ab2c0f63c85fa0d2596fc64699225989e.tar
android_bootable_recovery-da1fcf7ab2c0f63c85fa0d2596fc64699225989e.tar.gz
android_bootable_recovery-da1fcf7ab2c0f63c85fa0d2596fc64699225989e.tar.bz2
android_bootable_recovery-da1fcf7ab2c0f63c85fa0d2596fc64699225989e.tar.lz
android_bootable_recovery-da1fcf7ab2c0f63c85fa0d2596fc64699225989e.tar.xz
android_bootable_recovery-da1fcf7ab2c0f63c85fa0d2596fc64699225989e.tar.zst
android_bootable_recovery-da1fcf7ab2c0f63c85fa0d2596fc64699225989e.zip
Diffstat (limited to 'error_code.h')
-rw-r--r--error_code.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/error_code.h b/error_code.h
index 0e79c87ca..9fe047c91 100644
--- a/error_code.h
+++ b/error_code.h
@@ -44,6 +44,7 @@ enum CauseCode {
kTune2FsFailure,
kRebootFailure,
kPackageExtractFileFailure,
+ kPatchApplicationFailure,
kVendorFailure = 200
};