commit | d720446c88a77d4ad341b5427cc8cdc7964ef5fc | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Wed Aug 08 18:57:23 2018 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Wed Aug 08 18:57:23 2018 -0700 |
tree | d5261b4cc1b2d99dc21dfbc37a29095e605dd943 | |
parent | b25109f945d6e57fc6947c9b098f13bd99ffeffd [diff] | |
parent | d10362af9802c702bc80de2d0b9abd0bb2668100 [diff] |
Merge "libhealthd.default: Mark as recovery_available." am: c07a66e169 am: d10362af98 Change-Id: I8da17037bfee4ed2021b72f008da2b03176b506a
diff --git a/health/1.0/default/libhealthd/Android.bp b/health/1.0/default/libhealthd/Android.bp index ce02e28..a90d50d 100644 --- a/health/1.0/default/libhealthd/Android.bp +++ b/health/1.0/default/libhealthd/Android.bp
@@ -4,6 +4,7 @@ srcs: ["healthd_board_default.cpp"], name: "libhealthd.default", vendor_available: true, + recovery_available: true, cflags: ["-Werror"], include_dirs: ["system/core/base/include"], header_libs: ["libhealthd_headers"],