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 /otautil/Android.bp
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 'otautil/Android.bp')
-rw-r--r--otautil/Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/otautil/Android.bp b/otautil/Android.bp
index 9cde7baa..5905ba64 100644
--- a/otautil/Android.bp
+++ b/otautil/Android.bp
@@ -15,6 +15,8 @@
15cc_library_static { 15cc_library_static {
16 name: "libotautil", 16 name: "libotautil",
17 17
18 host_supported: true,
19
18 srcs: [ 20 srcs: [
19 "SysUtil.cpp", 21 "SysUtil.cpp",
20 "DirUtil.cpp", 22 "DirUtil.cpp",