summaryrefslogtreecommitdiffstats
path: root/otautil
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2017-10-05 18:11:17 +0200
committerandroid-build-merger <android-build-merger@google.com>2017-10-05 18:11:17 +0200
commit63876d765a3ff5111e49900a1e09e68ff6880485 (patch)
treef1214b64f19609d3e315c4e969f280fdda3027f1 /otautil
parentMerge "edify: Remove edify_parser." am: 281d4eefb1 (diff)
parentMerge "Move error_code.h into otautil." (diff)
downloadandroid_bootable_recovery-63876d765a3ff5111e49900a1e09e68ff6880485.tar
android_bootable_recovery-63876d765a3ff5111e49900a1e09e68ff6880485.tar.gz
android_bootable_recovery-63876d765a3ff5111e49900a1e09e68ff6880485.tar.bz2
android_bootable_recovery-63876d765a3ff5111e49900a1e09e68ff6880485.tar.lz
android_bootable_recovery-63876d765a3ff5111e49900a1e09e68ff6880485.tar.xz
android_bootable_recovery-63876d765a3ff5111e49900a1e09e68ff6880485.tar.zst
android_bootable_recovery-63876d765a3ff5111e49900a1e09e68ff6880485.zip
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 4e3032bc9..943c7622d 100644
--- a/error_code.h
+++ b/otautil/include/otautil/error_code.h
@@ -75,4 +75,4 @@ enum UncryptErrorCode {
kUncryptBlockDeviceFindError,
};
-#endif // _ERROR_CODE_H_
+#endif // _ERROR_CODE_H_