blob: b53fcd38dfd366472574685c94d68690bb7be9e1 [file] [log] [blame]
cc_library_shared {
name: "android.hardware.tests.msgq@1.0-impl",
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",
],
}