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