summaryrefslogtreecommitdiffstats
path: root/otautil
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2018-08-07 01:04:15 +0200
committerandroid-build-merger <android-build-merger@google.com>2018-08-07 01:04:15 +0200
commitf82ff97029ae187e7918595cf64f572ac4c74979 (patch)
tree1400bb11b184445ea709448e611db9ea5ca5ae1e /otautil
parentMerge "Dynamically load device-specific recovery UI lib." am: 9cf9b689d9 (diff)
parentMerge "Add an updater function to compute hash tree" (diff)
downloadandroid_bootable_recovery-f82ff97029ae187e7918595cf64f572ac4c74979.tar
android_bootable_recovery-f82ff97029ae187e7918595cf64f572ac4c74979.tar.gz
android_bootable_recovery-f82ff97029ae187e7918595cf64f572ac4c74979.tar.bz2
android_bootable_recovery-f82ff97029ae187e7918595cf64f572ac4c74979.tar.lz
android_bootable_recovery-f82ff97029ae187e7918595cf64f572ac4c74979.tar.xz
android_bootable_recovery-f82ff97029ae187e7918595cf64f572ac4c74979.tar.zst
android_bootable_recovery-f82ff97029ae187e7918595cf64f572ac4c74979.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
};