blob: 1d150655bc1bc4008eb3ca8fc84ac68cec9374ee [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: ["."],
15}