Files
hardware_interfaces/tests/pointer/1.0/default/lib/Android.bp
Steven Moreland 39069060ff Move all hidl_test dependencies to the system.img
Test: hidl_test passes
Test: build with BOARD_VNDK_VERSION=current
Bug: 63704014
Change-Id: Ia97be8b4d61236adfd964bf8e4fa632d99010b98
Merged-In: Ia97be8b4d61236adfd964bf8e4fa632d99010b98
(cherry picked from commit 2f2aabe212)
2017-07-25 20:21:38 +00:00

19 lines
377 B
Plaintext

cc_library_shared {
name: "libpointertest",
defaults: ["hidl_defaults"],
srcs: [
"PointerHelper.cpp"
],
shared_libs: [
"libbase",
"libhidlbase",
"libhidltransport",
"liblog",
"android.hardware.tests.pointer@1.0",
],
local_include_dirs: ["include/hidl-test"],
export_include_dirs: ["include"],
}