blob: 64cf2a9e3ccd35cab0aa50c05a73336e300946b6 [file] [log] [blame]
Nick Vaccaro8a837082016-12-12 16:50:57 -08001cc_library_static {
2 name: "multihal",
Steven Moreland17d45792017-04-11 14:18:40 -07003 vendor: true,
Nick Vaccaro8a837082016-12-12 16:50:57 -08004 srcs: [
5 "multihal.cpp",
6 "SensorEventQueue.cpp"
7 ],
8 shared_libs: [
9 "liblog",
10 "libcutils",
11 "libutils",
12 "libdl"
13 ],
14 export_include_dirs: ["."],
Chih-Hung Hsieh23594232017-09-29 15:41:15 -070015 cflags: ["-Wall", "-Werror"],
Nick Vaccaro8a837082016-12-12 16:50:57 -080016}