blob: 049e3930c66afdca1875da105af16324c9575729 [file] [log] [blame]
cc_library_static {
name: "android.hardware.health@1.0-convert",
vendor_available: true,
recovery_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",
"libutils",
"android.hardware.health@1.0",
],
}