mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-02 20:24:19 +00:00
* Remove unused local variables. Bug: 66996870 Test: build with WITH_TIDY=1 Change-Id: I48dbbf670cc9eeff2391983788983420f8547cc9
17 lines
278 B
Plaintext
17 lines
278 B
Plaintext
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",
|
|
],
|
|
|
|
}
|