blob: 895582c58343b2fcf2619333d47598fab5353983 [file] [log] [blame]
Yifan Hong30dc3de2016-10-17 11:38:15 -07001cc_library_shared {
2 name: "libfootest",
Steven Moreland691a4552017-03-08 15:58:46 -08003 defaults: ["hidl_defaults"],
Yifan Hong30dc3de2016-10-17 11:38:15 -07004 srcs: [
5 "FooHelper.cpp"
6 ],
7
8 shared_libs: [
Yifan Hong63544ea2016-11-16 14:17:58 -08009 "libhidlbase",
10 "libhidltransport",
Yifan Hong30dc3de2016-10-17 11:38:15 -070011 "android.hardware.tests.foo@1.0",
12 ],
13 local_include_dirs: ["include/hidl-test"],
14 export_include_dirs: ["include"],
15
16}