aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTao Bao2017-10-05 12:16:31 -0500
committerTao Bao2017-10-05 12:16:31 -0500
commit26436d6d6010d5323349af7e119ff8f34f85c40c (patch)
tree538f084ed5750d2dc0992deec0c3dc372cd53794 /updater
parent623fe7e701d5d0fb17082d1ced14498af1b44e5b (diff)
downloadplatform-bootable-recovery-26436d6d6010d5323349af7e119ff8f34f85c40c.tar.gz
platform-bootable-recovery-26436d6d6010d5323349af7e119ff8f34f85c40c.tar.xz
platform-bootable-recovery-26436d6d6010d5323349af7e119ff8f34f85c40c.zip
Revert "Move error_code.h into otautil."
This reverts commit 623fe7e701d5d0fb17082d1ced14498af1b44e5b. Reason for revert: Need to address device-specific modules. Change-Id: Ib7a4191e7f193dfff49b02d3de76dda856800251
Diffstat (limited to 'updater')
-rw-r--r--updater/blockimg.cpp2
-rw-r--r--updater/install.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/updater/blockimg.cpp b/updater/blockimg.cpp
index 0f836444..696cddf4 100644
--- a/updater/blockimg.cpp
+++ b/updater/blockimg.cpp
@@ -50,8 +50,8 @@
50#include <ziparchive/zip_archive.h> 50#include <ziparchive/zip_archive.h>
51 51
52#include "edify/expr.h" 52#include "edify/expr.h"
53#include "error_code.h"
53#include "otafault/ota_io.h" 54#include "otafault/ota_io.h"
54#include "otautil/error_code.h"
55#include "print_sha1.h" 55#include "print_sha1.h"
56#include "rangeset.h" 56#include "rangeset.h"
57#include "updater/install.h" 57#include "updater/install.h"
diff --git a/updater/install.cpp b/updater/install.cpp
index 01210f51..fc085d5a 100644
--- a/updater/install.cpp
+++ b/updater/install.cpp
@@ -57,10 +57,10 @@
57#include <ziparchive/zip_archive.h> 57#include <ziparchive/zip_archive.h>
58 58
59#include "edify/expr.h" 59#include "edify/expr.h"
60#include "error_code.h"
60#include "mounts.h" 61#include "mounts.h"
61#include "otafault/ota_io.h" 62#include "otafault/ota_io.h"
62#include "otautil/DirUtil.h" 63#include "otautil/DirUtil.h"
63#include "otautil/error_code.h"
64#include "print_sha1.h" 64#include "print_sha1.h"
65#include "tune2fs.h" 65#include "tune2fs.h"
66#include "updater/updater.h" 66#include "updater/updater.h"