commit | a6d2cccee330e491ff9f64ed33843920033b7c84 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Tue Aug 07 21:24:19 2018 -0700 |
committer | Tao Bao <tbao@google.com> | Tue Aug 07 21:47:46 2018 -0700 |
tree | 78898260c75da99b3b9444612a0974ecd18b49a7 | |
parent | f1482e29013e02d4faa9bc6d6991ccac138f0714 [diff] |
libhealthd.default: Mark as recovery_available. Bug: 110380063 Test: `m dist` with aosp_taimen-userdebug Change-Id: I65c13107bdf77e9e0ab49af96e92ea462435fe6a
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"],