]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android/platform-hardware-interfaces.git/blob - tests/pointer/1.0/default/lib/Android.bp
Static link test lib shims with test -impl libs.
[android/platform-hardware-interfaces.git] / tests / pointer / 1.0 / default / lib / Android.bp
1 cc_library {
2     name: "libpointertest",
3     defaults: ["hidl_defaults"],
4     srcs: [
5         "PointerHelper.cpp"
6     ],
8     shared_libs: [
9         "libbase",
10         "libhidlbase",
11         "libhidltransport",
12         "liblog",
13     ],
14     static_libs: ["android.hardware.tests.pointer@1.0"],
16     local_include_dirs: ["include/hidl-test"],
17     export_include_dirs: ["include"],
19 }