summaryrefslogtreecommitdiffstats
path: root/otautil
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2018-08-02 01:40:00 +0200
committerTianjie Xu <xunchang@google.com>2018-08-06 21:17:50 +0200
commit69ffa15338503376c2dad1e33d23ebb42fba60d1 (patch)
treeec8de3151e9a221a500ede59dc7fc2fb380e4d53 /otautil
parentMerge "minadbd: avoid overrriding services_to_fd." (diff)
downloadandroid_bootable_recovery-69ffa15338503376c2dad1e33d23ebb42fba60d1.tar
android_bootable_recovery-69ffa15338503376c2dad1e33d23ebb42fba60d1.tar.gz
android_bootable_recovery-69ffa15338503376c2dad1e33d23ebb42fba60d1.tar.bz2
android_bootable_recovery-69ffa15338503376c2dad1e33d23ebb42fba60d1.tar.lz
android_bootable_recovery-69ffa15338503376c2dad1e33d23ebb42fba60d1.tar.xz
android_bootable_recovery-69ffa15338503376c2dad1e33d23ebb42fba60d1.tar.zst
android_bootable_recovery-69ffa15338503376c2dad1e33d23ebb42fba60d1.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 b0ff42d8d..0f6c9f85f 100644
--- a/otautil/include/otautil/error_code.h
+++ b/otautil/include/otautil/error_code.h
@@ -48,6 +48,7 @@ enum CauseCode : int {
kRebootFailure,
kPackageExtractFileFailure,
kPatchApplicationFailure,
+ kHashTreeComputationFailure,
kVendorFailure = 200
};