blob: 1b5f26d6ed38db4cdff8534ac6f8932e2979c210 [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 ],
Tri Vob12ae8c2017-06-23 11:23:54 -07008 header_libs: [
9 "libhardware_headers",
10 ],
Nick Vaccaro8a837082016-12-12 16:50:57 -080011 shared_libs: [
12 "liblog",
13 "libcutils",
14 "libutils",
15 "libdl"
16 ],
17 export_include_dirs: ["."],
18}