summaryrefslogtreecommitdiffstats
path: root/otautil
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2018-08-28 04:05:17 +0200
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-08-28 04:05:17 +0200
commita1e3d67bd7fca7228780752872ca482589c3be45 (patch)
tree52cbaff31cc4737469b1a66e1a2e51ca8494b7cc /otautil
parentMerge "uncrypt: Depend on commonly used shared libs." (diff)
parentRemove otafault (diff)
downloadandroid_bootable_recovery-a1e3d67bd7fca7228780752872ca482589c3be45.tar
android_bootable_recovery-a1e3d67bd7fca7228780752872ca482589c3be45.tar.gz
android_bootable_recovery-a1e3d67bd7fca7228780752872ca482589c3be45.tar.bz2
android_bootable_recovery-a1e3d67bd7fca7228780752872ca482589c3be45.tar.lz
android_bootable_recovery-a1e3d67bd7fca7228780752872ca482589c3be45.tar.xz
android_bootable_recovery-a1e3d67bd7fca7228780752872ca482589c3be45.tar.zst
android_bootable_recovery-a1e3d67bd7fca7228780752872ca482589c3be45.zip
Diffstat (limited to 'otautil')
-rw-r--r--otautil/include/otautil/error_code.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/otautil/include/otautil/error_code.h b/otautil/include/otautil/error_code.h
index 0f6c9f85f..2b73c1353 100644
--- a/otautil/include/otautil/error_code.h
+++ b/otautil/include/otautil/error_code.h
@@ -49,6 +49,7 @@ enum CauseCode : int {
kPackageExtractFileFailure,
kPatchApplicationFailure,
kHashTreeComputationFailure,
+ kEioFailure,
kVendorFailure = 200
};