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 | ], |
| 8 | shared_libs: [ |
| 9 | "liblog", |
| 10 | "libcutils", |
| 11 | "libutils", |
| 12 | "libdl" |
| 13 | ], |
| 14 | export_include_dirs: ["."], |
Chih-Hung Hsieh | 2359423 | 2017-09-29 15:41:15 -0700 | [diff] [blame] | 15 | cflags: ["-Wall", "-Werror"], |
Nick Vaccaro | 8a83708 | 2016-12-12 16:50:57 -0800 | [diff] [blame] | 16 | } |