f4ad670671
So that the test doesn't require modifying the system partition. Still creating a shared version of this library since some things downstream still depend on this. Bug: 136111641 Test: libbinder_benchmark Change-Id: I636f53c2a2bc4705804ca36d124102eba55c23e6
16 lines
271 B
Text
16 lines
271 B
Text
cc_library {
|
|
name: "android.hardware.tests.libbinder",
|
|
defaults: ["hidl_defaults"],
|
|
|
|
srcs: ["android/tests/binder/IBenchmark.aidl"],
|
|
|
|
aidl: {
|
|
export_aidl_headers: true,
|
|
},
|
|
|
|
shared_libs: [
|
|
"libbinder",
|
|
"libutils",
|
|
],
|
|
|
|
}
|