blob: 8fbb8c343ec77c868d25db74cc4716a47229afce [file] [log] [blame]
Steven Morelandc1cad352017-07-10 16:06:46 -07001cc_library_static {
2 name: "android.hardware.health@1.0-convert",
3 vendor_available: true,
Yifan Hongad35b352018-07-10 11:47:21 -07004 recovery_available: true,
Steven Morelandc1cad352017-07-10 16:06:46 -07005 srcs: ["convert.cpp"],
6 include_dirs: [
7 "system/core/base/include",
8 ],
9 header_libs: ["libhealthd_headers"],
10 export_header_lib_headers: ["libhealthd_headers"],
11 export_include_dirs: ["include"],
12 shared_libs: [
13 "libcutils",
14 "libhidlbase",
15 "libhidltransport",
16 "libutils",
17 "android.hardware.health@1.0",
18 ],
19
20}
21