Files
hardware_interfaces/tests/libhwbinder/1.0/default/Android.bp
Steven Moreland 2cf4446f45 android.hardware.tests.libhwbinder@1.0-impl{,.test}
Since it is accidentally installed on some devices, although it is a
test.

Bug: 123878766
Test: atest hwbinderThroughputTest
Change-Id: Id43aa7e9ca3152c35bb2dac84d7386c9d7a5e0aa
2019-11-04 09:47:59 -08:00

17 lines
384 B
Plaintext

cc_library {
name: "android.hardware.tests.libhwbinder@1.0-impl.test",
defaults: ["hidl_defaults"],
relative_install_path: "hw",
srcs: [
"Benchmark.cpp",
"ScheduleTest.cpp",
],
shared_libs: [
"libcutils",
"libhidlbase",
"liblog",
"libutils",
],
static_libs: ["android.hardware.tests.libhwbinder@1.0"],
}