Nick Vaccaro | 8a83708 | 2016-12-12 16:50:57 -0800 | [diff] [blame] | 1 | cc_library_static { |
| 2 | name: "multihal", |
Steven Moreland | 17d4579 | 2017-04-11 14:18:40 -0700 | [diff] [blame] | 3 | vendor: true, |
Nick Vaccaro | 8a83708 | 2016-12-12 16:50:57 -0800 | [diff] [blame] | 4 | srcs: [ |
| 5 | "multihal.cpp", |
| 6 | "SensorEventQueue.cpp" |
| 7 | ], |
Tri Vo | b12ae8c | 2017-06-23 11:23:54 -0700 | [diff] [blame] | 8 | header_libs: [ |
| 9 | "libhardware_headers", |
| 10 | ], |
Nick Vaccaro | 8a83708 | 2016-12-12 16:50:57 -0800 | [diff] [blame] | 11 | shared_libs: [ |
| 12 | "liblog", |
| 13 | "libcutils", |
| 14 | "libutils", |
| 15 | "libdl" |
| 16 | ], |
| 17 | export_include_dirs: ["."], |
Chih-Hung Hsieh | 2359423 | 2017-09-29 15:41:15 -0700 | [diff] [blame] | 18 | cflags: ["-Wall", "-Werror"], |
Nick Vaccaro | 8a83708 | 2016-12-12 16:50:57 -0800 | [diff] [blame] | 19 | } |