blob: 7873203f2017bc404471f747c84c5e8e66e2e636 [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 "libhwbinder",
11 "android.hardware.tests.foo@1.0",
12 ],
13 local_include_dirs: ["include/hidl-test"],
14 export_include_dirs: ["include"],
15
16}