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, |
Yifan Hong | ad35b35 | 2018-07-10 11:47:21 -0700 | [diff] [blame] | 4 | recovery_available: true, |
Steven Moreland | c1cad35 | 2017-07-10 16:06:46 -0700 | [diff] [blame] | 5 | 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", |
Steven Moreland | c1cad35 | 2017-07-10 16:06:46 -0700 | [diff] [blame] | 15 | "libutils", |
| 16 | "android.hardware.health@1.0", |
| 17 | ], |
| 18 | |
| 19 | } |
| 20 | |