diff options
author | Tao Bao <tbao@google.com> | 2017-10-05 19:28:20 +0200 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2017-10-05 19:28:20 +0200 |
commit | 4f63cc5e099b0f79145b66768483c45912ad66f6 (patch) | |
tree | a37acc9b3b0285a2f2cc458e5724494da69a4261 /error_code.h | |
parent | Merge "Move error_code.h into otautil." am: 916e155bab (diff) | |
parent | Merge "Revert "Move error_code.h into otautil."" (diff) | |
download | android_bootable_recovery-4f63cc5e099b0f79145b66768483c45912ad66f6.tar android_bootable_recovery-4f63cc5e099b0f79145b66768483c45912ad66f6.tar.gz android_bootable_recovery-4f63cc5e099b0f79145b66768483c45912ad66f6.tar.bz2 android_bootable_recovery-4f63cc5e099b0f79145b66768483c45912ad66f6.tar.lz android_bootable_recovery-4f63cc5e099b0f79145b66768483c45912ad66f6.tar.xz android_bootable_recovery-4f63cc5e099b0f79145b66768483c45912ad66f6.tar.zst android_bootable_recovery-4f63cc5e099b0f79145b66768483c45912ad66f6.zip |
Diffstat (limited to '')
-rw-r--r-- | error_code.h (renamed from otautil/include/otautil/error_code.h) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otautil/include/otautil/error_code.h b/error_code.h index 943c7622d..4e3032bc9 100644 --- a/otautil/include/otautil/error_code.h +++ b/error_code.h @@ -75,4 +75,4 @@ enum UncryptErrorCode { kUncryptBlockDeviceFindError, }; -#endif // _ERROR_CODE_H_ +#endif // _ERROR_CODE_H_ |