blob: 4096d47576fb1c62a8f9bf40298593897eea0999 [file] [log] [blame]
cc_library {
name: "[email protected]",
defaults: ["hidl_defaults"],
relative_install_path: "hw",
srcs: [
"Baz.cpp",
],
shared_libs: [
"libbase",
"libcutils",
"libhidlbase",
"liblog",
"libutils",
],
// These are static libs only for testing purposes and portability. Shared
// libs should be used on device.
static_libs: ["[email protected]"],
}