blob: a94ee3e1b85813e3da62f7c330ba2d41dd658890 [file] [log] [blame]
Zhuoyao Zhang38a78e12017-10-10 17:53:09 -07001cc_library {
Timur Iskhakov16a04372017-07-07 13:28:56 -07002 name: "android.hardware.tests.multithread@1.0-impl",
3 defaults: ["hidl_defaults"],
4 relative_install_path: "hw",
Timur Iskhakov16a04372017-07-07 13:28:56 -07005 srcs: [
6 "Multithread.cpp",
7 ],
8 shared_libs: [
9 "libbase",
Zhuoyao Zhang38a78e12017-10-10 17:53:09 -070010 "libcutils",
Timur Iskhakov16a04372017-07-07 13:28:56 -070011 "libhidlbase",
12 "libhidltransport",
Zhuoyao Zhang38a78e12017-10-10 17:53:09 -070013 "libhwbinder",
Timur Iskhakov16a04372017-07-07 13:28:56 -070014 "liblog",
15 "libutils",
Timur Iskhakov16a04372017-07-07 13:28:56 -070016 ],
Zhuoyao Zhang38a78e12017-10-10 17:53:09 -070017
18 // These are static libs only for testing purposes and portability. Shared
19 // libs should be used on device.
20 static_libs: ["android.hardware.tests.multithread@1.0"],
Timur Iskhakov16a04372017-07-07 13:28:56 -070021}