diff options
author | Tao Bao <tbao@google.com> | 2017-10-10 18:31:44 +0200 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2017-10-10 18:31:44 +0200 |
commit | 43e4eddd664dbc39e181a99f457394196d6c3f08 (patch) | |
tree | f340f4bf4ab21aae676a042591d6786d221d683a /otautil | |
parent | Merge "applypatch: Forward declare struct Value." am: 7a3fc2de8e am: b7c0ce4201 (diff) | |
parent | Merge changes from topic "libedify-header" am: abade5af15 (diff) | |
download | android_bootable_recovery-43e4eddd664dbc39e181a99f457394196d6c3f08.tar android_bootable_recovery-43e4eddd664dbc39e181a99f457394196d6c3f08.tar.gz android_bootable_recovery-43e4eddd664dbc39e181a99f457394196d6c3f08.tar.bz2 android_bootable_recovery-43e4eddd664dbc39e181a99f457394196d6c3f08.tar.lz android_bootable_recovery-43e4eddd664dbc39e181a99f457394196d6c3f08.tar.xz android_bootable_recovery-43e4eddd664dbc39e181a99f457394196d6c3f08.tar.zst android_bootable_recovery-43e4eddd664dbc39e181a99f457394196d6c3f08.zip |
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 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_ |