mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
Test: hidl_test passes with linker restrictions in place Change-Id: Ib860848b1d17073d2b5279d0d390f242864447b4
17 lines
375 B
Plaintext
17 lines
375 B
Plaintext
cc_library_shared {
|
|
name: "android.hardware.tests.multithread@1.0-impl",
|
|
defaults: ["hidl_defaults"],
|
|
relative_install_path: "hw",
|
|
srcs: [
|
|
"Multithread.cpp",
|
|
],
|
|
shared_libs: [
|
|
"libbase",
|
|
"libhidlbase",
|
|
"libhidltransport",
|
|
"liblog",
|
|
"libutils",
|
|
"android.hardware.tests.multithread@1.0",
|
|
],
|
|
}
|