mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 21:37:44 +00:00
health: Add libhealth_aidl_impl_user. am: fab263ceae am: 1478a6ff47
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1937725 Change-Id: Id298173e1de8344113ffe4fdc1c450ae230df135
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user