| /* |
| * Copyright (C) 2022 The LineageOS Project |
| * |
| * SPDX-License-Identifier: Apache-2.0 |
| */ |
| |
| cc_defaults { |
| name: "android.hardware.health-service.RM6785-defaults", |
| defaults: [ |
| "libhealth_aidl_impl_user", |
| "libhealth_aidl_charger_defaults", |
| ], |
| relative_install_path: "hw", |
| vintf_fragments: ["android.hardware.health-service.RM6785.xml"], |
| srcs: [ |
| "Health.cpp", |
| ], |
| static_libs: [ |
| "libhealth_aidl_impl", |
| ], |
| } |
| |
| cc_binary { |
| name: "android.hardware.health-service.RM6785", |
| defaults: ["android.hardware.health-service.RM6785-defaults"], |
| vendor: true, |
| init_rc: ["android.hardware.health-service.RM6785.rc"], |
| overrides: ["charger"], |
| } |
| |
| cc_binary { |
| name: "android.hardware.health-service.RM6785-recovery", |
| defaults: ["android.hardware.health-service.RM6785-defaults"], |
| recovery: true, |
| init_rc: ["android.hardware.health-service.RM6785-recovery.rc"], |
| overrides: ["charger.recovery"], |
| } |