summaryrefslogtreecommitdiffstats
path: root/otautil
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--otautil/Android.bp2
-rw-r--r--otautil/include/otautil/error_code.h (renamed from error_code.h)2
2 files changed, 3 insertions, 1 deletions
diff --git a/otautil/Android.bp b/otautil/Android.bp
index 9cde7baa7..5905ba649 100644
--- a/otautil/Android.bp
+++ b/otautil/Android.bp
@@ -15,6 +15,8 @@
cc_library_static {
name: "libotautil",
+ host_supported: true,
+
srcs: [
"SysUtil.cpp",
"DirUtil.cpp",
diff --git a/error_code.h b/otautil/include/otautil/error_code.h
index 26b9bb40d..b0ff42d8d 100644
--- a/error_code.h
+++ b/otautil/include/otautil/error_code.h
@@ -75,4 +75,4 @@ enum UncryptErrorCode : int {
kUncryptBlockDeviceFindError,
};
-#endif // _ERROR_CODE_H_
+#endif // _ERROR_CODE_H_