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

Commit 1478a6ff authored by Yifan Hong's avatar Yifan Hong Committed by Automerger Merge Worker
Browse files

health: Add libhealth_aidl_impl_user. am: fab263ce

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

Change-Id: I3c17424965cefebf2ac7a0cd5da562e1122c7eef
parents 5960c25a fab263ce
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",