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

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

Merge changes from topic "health_recovery_available" into stage-aosp-master

am: 345bac07

Change-Id: Ida802a4eae6b860da0ad43e1b6af6dac31f1ef73
parents 8b1dac4e 345bac07
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
cc_library_static {
    name: "android.hardware.health@1.0-convert",
    vendor_available: true,
    recovery_available: true,
    srcs: ["convert.cpp"],
    include_dirs: [
        "system/core/base/include",
+3 −0
Original line number Diff line number Diff line
// Helper library for implementing health HAL. It is recommended that a health
// service or passthrough HAL link to this library.
cc_library_static {
    name: "android.hardware.health@2.0-impl",
    vendor_available: true,
    recovery_available: true,
    srcs: [
        "Health.cpp",
        "healthd_common.cpp",