aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorTao Bao2017-10-05 12:16:31 -0500
committerTao Bao2017-10-05 12:16:31 -0500
commit26436d6d6010d5323349af7e119ff8f34f85c40c (patch)
tree538f084ed5750d2dc0992deec0c3dc372cd53794 /tests
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 'tests')
-rw-r--r--tests/component/updater_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/component/updater_test.cpp b/tests/component/updater_test.cpp
index e35870dc..2a0575a3 100644
--- a/tests/component/updater_test.cpp
+++ b/tests/component/updater_test.cpp
@@ -39,8 +39,8 @@
39 39
40#include "common/test_constants.h" 40#include "common/test_constants.h"
41#include "edify/expr.h" 41#include "edify/expr.h"
42#include "error_code.h"
42#include "otautil/SysUtil.h" 43#include "otautil/SysUtil.h"
43#include "otautil/error_code.h"
44#include "print_sha1.h" 44#include "print_sha1.h"
45#include "updater/blockimg.h" 45#include "updater/blockimg.h"
46#include "updater/install.h" 46#include "updater/install.h"