platform_hardware_interfaces/tests/libhwbinder/aidl/Android.bp
Steven Moreland f4ad670671 android.hardware.tests.libbinder static
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
2019-07-01 21:49:19 +00:00

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",
],
}