blob: ba2081e779efe2ef933f375c6d211e8fbdc302ed [file] [log] [blame]
Zhuoyao Zhang38a78e12017-10-10 17:53:09 -07001cc_library {
Yifan Hong30dc3de2016-10-17 11:38:15 -07002 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: [
Zhuoyao Zhang38a78e12017-10-10 17:53:09 -07009 "libcutils",
Yifan Hong63544ea2016-11-16 14:17:58 -080010 "libhidlbase",
Zhuoyao Zhang38a78e12017-10-10 17:53:09 -070011 "liblog",
Yifan Hong30dc3de2016-10-17 11:38:15 -070012 ],
Zhuoyao Zhang38a78e12017-10-10 17:53:09 -070013 static_libs: ["android.hardware.tests.foo@1.0"],
14
Yifan Hong30dc3de2016-10-17 11:38:15 -070015 local_include_dirs: ["include/hidl-test"],
16 export_include_dirs: ["include"],
17
18}