summaryrefslogtreecommitdiffstats
path: root/otautil
diff options
context:
space:
mode:
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",