Steven Moreland | c1cad35 | 2017-07-10 16:06:46 -0700 | [diff] [blame] | 1 | subdirs = [ |
| 2 | "libhealthd", |
| 3 | ] |
| 4 | |
| 5 | cc_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 | |