mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
Test: FMQ unit tests pass Bug: 32284445 Change-Id: I1daf563560d12fc7a4433ae98876331c37509980
20 lines
420 B
Plaintext
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",
|
|
],
|
|
}
|