summaryrefslogtreecommitdiffstats
path: root/otautil
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2018-08-07 00:19:04 +0200
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-08-07 00:19:04 +0200
commitdbe44203257917d2610a3fc3f0e9e84ec49e6b34 (patch)
tree2a3c4b55ada448fa197aca768032532160c25fbb /otautil
parentMerge "Dynamically load device-specific recovery UI lib." (diff)
parentAdd an updater function to compute hash tree (diff)
downloadandroid_bootable_recovery-dbe44203257917d2610a3fc3f0e9e84ec49e6b34.tar
android_bootable_recovery-dbe44203257917d2610a3fc3f0e9e84ec49e6b34.tar.gz
android_bootable_recovery-dbe44203257917d2610a3fc3f0e9e84ec49e6b34.tar.bz2
android_bootable_recovery-dbe44203257917d2610a3fc3f0e9e84ec49e6b34.tar.lz
android_bootable_recovery-dbe44203257917d2610a3fc3f0e9e84ec49e6b34.tar.xz
android_bootable_recovery-dbe44203257917d2610a3fc3f0e9e84ec49e6b34.tar.zst
android_bootable_recovery-dbe44203257917d2610a3fc3f0e9e84ec49e6b34.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
};