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

Commit cf9e3565 authored by Yifan Hong's avatar Yifan Hong Committed by android-build-merger
Browse files

Merge "healthd: libbatterymonitor: recovery_available" into stage-aosp-master

am: d5c59f72

Change-Id: Ie71f3e418c4d99ceda8d5da53b6cde885a41432b
parents a60c4532 d5c59f72
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",