Steven Moreland | c1cad35 | 2017-07-10 16:06:46 -0700 | [diff] [blame] | 1 | cc_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 |