diff options
author | Tianjie Xu <xunchang@google.com> | 2018-08-07 01:04:15 +0200 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2018-08-07 01:04:15 +0200 |
commit | f82ff97029ae187e7918595cf64f572ac4c74979 (patch) | |
tree | 1400bb11b184445ea709448e611db9ea5ca5ae1e /otautil | |
parent | Merge "Dynamically load device-specific recovery UI lib." am: 9cf9b689d9 (diff) | |
parent | Merge "Add an updater function to compute hash tree" (diff) | |
download | android_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.h | 1 |
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 }; |