diff options
Diffstat (limited to '')
-rw-r--r-- | otautil/Android.bp | 2 | ||||
-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_ |