aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTao Bao2017-10-02 18:28:06 -0500
committerTao Bao2017-10-04 10:55:24 -0500
commit623fe7e701d5d0fb17082d1ced14498af1b44e5b (patch)
tree633bee4e09a586c4e9e8a35cecdbc2e7c801e711 /updater/blockimg.cpp
parent281d4eefb18292224b249ef1900073983ca9d7fc (diff)
downloadplatform-bootable-recovery-623fe7e701d5d0fb17082d1ced14498af1b44e5b.tar.gz
platform-bootable-recovery-623fe7e701d5d0fb17082d1ced14498af1b44e5b.tar.xz
platform-bootable-recovery-623fe7e701d5d0fb17082d1ced14498af1b44e5b.zip
Move error_code.h into otautil.
This way it stops requiring relative path ".." in LOCAL_C_INCLUDES (uncrypt and edify). Soong doesn't accept non-local ".." in "local_include_dirs". Test: mmma bootable/recovery Change-Id: Ia4649789cef2aaeb2785483660e9ea5a8b389c62
Diffstat (limited to 'updater/blockimg.cpp')
-rw-r--r--updater/blockimg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/updater/blockimg.cpp b/updater/blockimg.cpp
index 696cddf4..0f836444 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"
54#include "otafault/ota_io.h" 53#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"