blob: 16b2ab44ebb217042002fcc575e0df0de37b7b85 [file] [log] [blame]
Caleb Connollyae389bf2021-11-17 22:48:27 +00001cc_library_shared {
2 name: "android.hardware.health@2.1-impl-sdm845",
Caleb Connolly873a9f22021-11-19 16:58:56 +00003 //stem: "android.hardware.health@2.1-impl-2.1-sdm845",
Caleb Connollyae389bf2021-11-17 22:48:27 +00004
5 // Install to vendor and recovery.
6 vendor: true,
Caleb Connolly873a9f22021-11-19 16:58:56 +00007 //recovery_available: true,
Caleb Connollyae389bf2021-11-17 22:48:27 +00008
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}