2017-10-11 02:53:09 +02:00
|
|
|
cc_library {
|
2017-07-07 22:28:56 +02:00
|
|
|
name: "android.hardware.tests.multithread@1.0-impl",
|
|
|
|
defaults: ["hidl_defaults"],
|
|
|
|
relative_install_path: "hw",
|
|
|
|
srcs: [
|
|
|
|
"Multithread.cpp",
|
|
|
|
],
|
|
|
|
shared_libs: [
|
|
|
|
"libbase",
|
2017-10-11 02:53:09 +02:00
|
|
|
"libcutils",
|
2017-07-07 22:28:56 +02:00
|
|
|
"libhidlbase",
|
|
|
|
"liblog",
|
|
|
|
"libutils",
|
|
|
|
],
|
2017-10-11 02:53:09 +02:00
|
|
|
|
|
|
|
// These are static libs only for testing purposes and portability. Shared
|
|
|
|
// libs should be used on device.
|
|
|
|
static_libs: ["android.hardware.tests.multithread@1.0"],
|
2017-07-07 22:28:56 +02:00
|
|
|
}
|