summaryrefslogtreecommitdiffstats
path: root/otautil
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2017-10-05 19:16:31 +0200
committerTao Bao <tbao@google.com>2017-10-05 19:16:31 +0200
commit26436d6d6010d5323349af7e119ff8f34f85c40c (patch)
tree538f084ed5750d2dc0992deec0c3dc372cd53794 /otautil
parentMove error_code.h into otautil. (diff)
downloadandroid_bootable_recovery-26436d6d6010d5323349af7e119ff8f34f85c40c.tar
android_bootable_recovery-26436d6d6010d5323349af7e119ff8f34f85c40c.tar.gz
android_bootable_recovery-26436d6d6010d5323349af7e119ff8f34f85c40c.tar.bz2
android_bootable_recovery-26436d6d6010d5323349af7e119ff8f34f85c40c.tar.lz
android_bootable_recovery-26436d6d6010d5323349af7e119ff8f34f85c40c.tar.xz
android_bootable_recovery-26436d6d6010d5323349af7e119ff8f34f85c40c.tar.zst
android_bootable_recovery-26436d6d6010d5323349af7e119ff8f34f85c40c.zip
Diffstat (limited to '')
-rw-r--r--error_code.h (renamed from otautil/include/otautil/error_code.h)2
-rw-r--r--otautil/Android.bp2
2 files changed, 1 insertions, 3 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_
diff --git a/otautil/Android.bp b/otautil/Android.bp
index 5905ba649..9cde7baa7 100644
--- a/otautil/Android.bp
+++ b/otautil/Android.bp
@@ -15,8 +15,6 @@
cc_library_static {
name: "libotautil",
- host_supported: true,
-
srcs: [
"SysUtil.cpp",
"DirUtil.cpp",