Files
hardware_interfaces/tests/msgq/1.0/default/Android.bp
Hridya Valsaraju 8a7086296c Move FMQ tests to hardware/interfaces
Test: FMQ unit tests pass
Bug: 32284445

Change-Id: I1daf563560d12fc7a4433ae98876331c37509980
2017-03-07 09:02:23 -08:00

20 lines
420 B
Plaintext

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",
],
}