mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-03 08:54:55 +00:00
Test: links, compiles Change-Id: I58996c4eeba5889c73407b1d71f03638b23d73d1 Merged-In: I58996c4eeba5889c73407b1d71f03638b23d73d1
18 lines
398 B
Plaintext
18 lines
398 B
Plaintext
cc_library_shared {
|
|
name: "android.hardware.tests.multithread@1.0-impl",
|
|
defaults: ["hidl_defaults"],
|
|
relative_install_path: "hw",
|
|
proprietary: true,
|
|
srcs: [
|
|
"Multithread.cpp",
|
|
],
|
|
shared_libs: [
|
|
"libbase",
|
|
"libhidlbase",
|
|
"libhidltransport",
|
|
"liblog",
|
|
"libutils",
|
|
"android.hardware.tests.multithread@1.0",
|
|
],
|
|
}
|