blob: cb2e87d16e25782a1d76cba5facee385a105177b [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,
4 srcs: ["convert.cpp"],
5 include_dirs: [
6 "system/core/base/include",
7 ],
8 header_libs: ["libhealthd_headers"],
9 export_header_lib_headers: ["libhealthd_headers"],
10 export_include_dirs: ["include"],
11 shared_libs: [
12 "libcutils",
13 "libhidlbase",
14 "libhidltransport",
15 "libutils",
16 "android.hardware.health@1.0",
17 ],
18
19}
20