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

Commit 5b80b83f authored by Yifan Hong's avatar Yifan Hong Committed by Automerger Merge Worker
Browse files

health: Add libhealth_aidl_impl_user. am: fab263ce am: 1478a6ff am: ab2f8bc0

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1937725

Change-Id: Ic8e2d6e1004a84384cdaec1c51a04eae433ed70e
parents 1943fc99 ab2f8bc0
Loading
Loading
Loading
Loading
+10 −2
Original line number Diff line number Diff line
@@ -120,6 +120,15 @@ cc_library_static {
    },
}

// Users of libhealth_aidl_impl should use this defaults.
cc_defaults {
    name: "libhealth_aidl_impl_user",
    defaults: [
        "libhealth_aidl_common_defaults",
        "libhealth_aidl_charger_defaults",
    ],
}

// AIDL version of android.hardware.health@2.1-service.
// Default binder service of the health HAL.
cc_defaults {
@@ -127,8 +136,7 @@ cc_defaults {
    relative_install_path: "hw",
    vintf_fragments: ["android.hardware.health-service.example.xml"],
    defaults: [
        "libhealth_aidl_common_defaults",
        "libhealth_aidl_charger_defaults",
        "libhealth_aidl_impl_user",
    ],
    static_libs: [
        "libhealth_aidl_impl",