3da5b01946
* Remove unused local variables. Bug: 66996870 Test: build with WITH_TIDY=1 Change-Id: I48dbbf670cc9eeff2391983788983420f8547cc9
16 lines
278 B
Text
16 lines
278 B
Text
cc_library_shared {
|
|
name: "android.hardware.tests.libbinder",
|
|
defaults: ["hidl_defaults"],
|
|
|
|
srcs: ["android/tests/binder/IBenchmark.aidl"],
|
|
|
|
aidl: {
|
|
export_aidl_headers: true,
|
|
},
|
|
|
|
shared_libs: [
|
|
"libbinder",
|
|
"libutils",
|
|
],
|
|
|
|
}
|