You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
482 B
20 lines
482 B
cc_library_static { |
|
name: "android.hardware.health@1.0-convert", |
|
vendor_available: true, |
|
srcs: ["convert.cpp"], |
|
include_dirs: [ |
|
"system/core/base/include", |
|
], |
|
header_libs: ["libhealthd_headers"], |
|
export_header_lib_headers: ["libhealthd_headers"], |
|
export_include_dirs: ["include"], |
|
shared_libs: [ |
|
"libcutils", |
|
"libhidlbase", |
|
"libhidltransport", |
|
"libutils", |
|
"android.hardware.health@1.0", |
|
], |
|
|
|
} |
|
|
|
|