blob: 60f1f84dfe726d9ed43382abac39b83668813b6f [file] [log] [blame]
Caleb Connollyae389bf2021-11-17 22:48:27 +00001cc_library_shared {
Caleb Connollyc28a5e32021-11-26 14:13:35 +00002 name: "android.hardware.health@2.1-impl-gsdm845",
3 stem: "android.hardware.health@2.0-impl-2.1-gsdm845",
Caleb Connollyae389bf2021-11-17 22:48:27 +00004
5 // Install to vendor and recovery.
Caleb Connollyc28a5e32021-11-26 14:13:35 +00006 proprietary: 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
Caleb Connollyc28a5e32021-11-26 14:13:35 +000011 cflags: [
12 "-Wall",
13 "-Werror",
14 ],
15
Caleb Connollyae389bf2021-11-17 22:48:27 +000016 shared_libs: [
17 "libbase",
18 "libcutils",
19 "libhidlbase",
20 "liblog",
21 "libutils",
22 "android.hardware.health@2.1",
23 "android.hardware.health@2.0",
24 ],
25
26 static_libs: [
27 "android.hardware.health@1.0-convert",
28 "libbatterymonitor",
29 "libhealthloop",
30 "libhealth2impl",
31 // "libhealthd.<device>"
32 ],
33
34 srcs: [
35 "HealthImpl.cpp",
36 ],
37
38 // No vintf_fragments because both -impl and -service should have been
39 // installed.
40}