blob: ff899386e304bda1f464722c8af41fd798e691ee [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",
Timur Iskhakov16a04372017-07-07 13:28:56 -070012 "liblog",
13 "libutils",
Timur Iskhakov16a04372017-07-07 13:28:56 -070014 ],
Zhuoyao Zhang38a78e12017-10-10 17:53:09 -070015
16 // These are static libs only for testing purposes and portability. Shared
17 // libs should be used on device.
18 static_libs: ["android.hardware.tests.multithread@1.0"],
Timur Iskhakov16a04372017-07-07 13:28:56 -070019}