health: Add libhealth_aidl_impl_user. am: fab263ceae

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

Change-Id: I3c17424965cefebf2ac7a0cd5da562e1122c7eef
This commit is contained in:
Yifan Hong
2022-01-06 00:46:52 +00:00
committed by Automerger Merge Worker

View File

@@ -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",