38a78e1fa9
* So that vts no longer needs to push the shim libs in hidl test. Bug: 67500459 Test: make vts vts-tradefed run vts -m VtsHidlUnitTest Change-Id: I52ad066370f08a461b848d7d96dc4a659eb2da4d
19 lines
382 B
Text
19 lines
382 B
Text
cc_library {
|
|
name: "libpointertest",
|
|
defaults: ["hidl_defaults"],
|
|
srcs: [
|
|
"PointerHelper.cpp"
|
|
],
|
|
|
|
shared_libs: [
|
|
"libbase",
|
|
"libhidlbase",
|
|
"libhidltransport",
|
|
"liblog",
|
|
],
|
|
static_libs: ["android.hardware.tests.pointer@1.0"],
|
|
|
|
local_include_dirs: ["include/hidl-test"],
|
|
export_include_dirs: ["include"],
|
|
|
|
}
|