summaryrefslogtreecommitdiffstats
path: root/healthd/Android.bp
diff options
context:
space:
mode:
authorYifan Hong <elsk@google.com>2018-07-10 13:02:18 -0700
committerYifan Hong <elsk@google.com>2018-07-18 11:28:29 -0700
commit90fdc72409063e95db50ec7e3ab3181638d05977 (patch)
tree375010522f22d19112f3d2366ec5a14d9bc032c7 /healthd/Android.bp
parent31150c1121ffc3ddbe5fb607d42beac048a9173b (diff)
downloadsystem_core-90fdc72409063e95db50ec7e3ab3181638d05977.tar.gz
system_core-90fdc72409063e95db50ec7e3ab3181638d05977.tar.bz2
system_core-90fdc72409063e95db50ec7e3ab3181638d05977.zip
healthd: libbatterymonitor: recovery_available
Bug: 80132328 Test: builds Change-Id: I4d5ac73431fb002cc839fed2d97b1acff3fde263 Merged-In: I4d5ac73431fb002cc839fed2d97b1acff3fde263 (cherry picked from commit 0e317d787307dafd8b38961d21ad5f95480eb06a)
Diffstat (limited to 'healthd/Android.bp')
-rw-r--r--healthd/Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/healthd/Android.bp b/healthd/Android.bp
index 8bd51e730..eb8dbe6ce 100644
--- a/healthd/Android.bp
+++ b/healthd/Android.bp
@@ -1,6 +1,7 @@
cc_library_headers {
name: "libhealthd_headers",
vendor_available: true,
+ recovery_available: true,
export_include_dirs: ["include"],
header_libs: ["libbatteryservice_headers"],
export_header_lib_headers: ["libbatteryservice_headers"],
@@ -11,6 +12,7 @@ cc_library_static {
srcs: ["BatteryMonitor.cpp"],
cflags: ["-Wall", "-Werror"],
vendor_available: true,
+ recovery_available: true,
export_include_dirs: ["include"],
shared_libs: [
"libutils",