2019-06-27 00:37:53 +02:00
|
|
|
cc_library {
|
2017-05-24 02:23:26 +02:00
|
|
|
name: "android.hardware.tests.libbinder",
|
2017-09-30 00:15:48 +02:00
|
|
|
defaults: ["hidl_defaults"],
|
2017-05-24 02:23:26 +02:00
|
|
|
|
|
|
|
srcs: ["android/tests/binder/IBenchmark.aidl"],
|
|
|
|
|
|
|
|
aidl: {
|
|
|
|
export_aidl_headers: true,
|
|
|
|
},
|
|
|
|
|
|
|
|
shared_libs: [
|
|
|
|
"libbinder",
|
|
|
|
"libutils",
|
|
|
|
],
|
|
|
|
|
|
|
|
}
|