blob: 2cc96c551013419ef320e3838cfd4b4a13d2af43 [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",
11 "libhidltransport",
Zhuoyao Zhang38a78e12017-10-10 17:53:09 -070012 "libhwbinder",
13 "liblog",
Yifan Hong30dc3de2016-10-17 11:38:15 -070014 ],
Zhuoyao Zhang38a78e12017-10-10 17:53:09 -070015 static_libs: ["android.hardware.tests.foo@1.0"],
16
Yifan Hong30dc3de2016-10-17 11:38:15 -070017 local_include_dirs: ["include/hidl-test"],
18 export_include_dirs: ["include"],
19
20}