Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0e317d78 authored by Yifan Hong's avatar Yifan Hong
Browse files

healthd: libbatterymonitor: recovery_available

Bug: 80132328
Test: builds
Change-Id: I4d5ac73431fb002cc839fed2d97b1acff3fde263
parent e7cff08d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
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",