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