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:
commit
ab2f8bc0c3
1 changed files with 10 additions and 2 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue