blob: 692eddacba868abfd88600132629aadcd69a75e6 [file] [log] [blame]
cc_library_shared {
name: "android.hardware.tests.msgq@1.0-impl",
defaults: ["hidl_defaults"],
relative_install_path: "hw",
proprietary: true,
srcs: [
"TestMsgQ.cpp",
],
shared_libs: [
"libbase",
"libcutils",
"libfmq",
"libhidlbase",
"libhidltransport",
"liblog",
"libutils",
"android.hardware.tests.msgq@1.0",
"android.hidl.base@1.0",
],
}