blob: 708cf43f1da447b7adc1bd8e89df626e1e042b7e [file] [log] [blame]
Yifan Hong30dc3de2016-10-17 11:38:15 -07001cc_library_shared {
2 name: "libfootest",
3 srcs: [
4 "FooHelper.cpp"
5 ],
6
7 shared_libs: [
Yifan Hong63544ea2016-11-16 14:17:58 -08008 "libhidlbase",
9 "libhidltransport",
Yifan Hong30dc3de2016-10-17 11:38:15 -070010 "android.hardware.tests.foo@1.0",
11 ],
12 local_include_dirs: ["include/hidl-test"],
13 export_include_dirs: ["include"],
14
15}