Caleb Connolly | ae389bf | 2021-11-17 22:48:27 +0000 | [diff] [blame] | 1 | cc_library_shared { |
| 2 | name: "android.hardware.health@2.1-impl-sdm845", |
Caleb Connolly | 873a9f2 | 2021-11-19 16:58:56 +0000 | [diff] [blame^] | 3 | //stem: "android.hardware.health@2.1-impl-2.1-sdm845", |
Caleb Connolly | ae389bf | 2021-11-17 22:48:27 +0000 | [diff] [blame] | 4 | |
| 5 | // Install to vendor and recovery. |
| 6 | vendor: true, |
Caleb Connolly | 873a9f2 | 2021-11-19 16:58:56 +0000 | [diff] [blame^] | 7 | //recovery_available: true, |
Caleb Connolly | ae389bf | 2021-11-17 22:48:27 +0000 | [diff] [blame] | 8 | |
| 9 | relative_install_path: "hw", |
| 10 | |
| 11 | shared_libs: [ |
| 12 | "libbase", |
| 13 | "libcutils", |
| 14 | "libhidlbase", |
| 15 | "liblog", |
| 16 | "libutils", |
| 17 | "android.hardware.health@2.1", |
| 18 | "android.hardware.health@2.0", |
| 19 | ], |
| 20 | |
| 21 | static_libs: [ |
| 22 | "android.hardware.health@1.0-convert", |
| 23 | "libbatterymonitor", |
| 24 | "libhealthloop", |
| 25 | "libhealth2impl", |
| 26 | // "libhealthd.<device>" |
| 27 | ], |
| 28 | |
| 29 | srcs: [ |
| 30 | "HealthImpl.cpp", |
| 31 | ], |
| 32 | |
| 33 | // No vintf_fragments because both -impl and -service should have been |
| 34 | // installed. |
| 35 | } |