Nick Vaccaro | 8a83708 | 2016-12-12 16:50:57 -0800 | [diff] [blame^] | 1 | cc_library_static { |
2 | name: "multihal", | ||||
3 | srcs: [ | ||||
4 | "multihal.cpp", | ||||
5 | "SensorEventQueue.cpp" | ||||
6 | ], | ||||
7 | shared_libs: [ | ||||
8 | "liblog", | ||||
9 | "libcutils", | ||||
10 | "libutils", | ||||
11 | "libdl" | ||||
12 | ], | ||||
13 | export_include_dirs: ["."], | ||||
14 | } |