| Yifan Hong | c34f57f | 2017-03-10 14:12:00 -0800 | [diff] [blame] | 1 | cc_library_shared { | 
 | 2 |     name: "libsensorservicehidl", | 
 | 3 |     srcs: [ | 
| Yifan Hong | 95c7a06 | 2017-03-28 19:07:17 -0700 | [diff] [blame] | 4 |         "EventQueue.cpp", | 
| Yifan Hong | c34f57f | 2017-03-10 14:12:00 -0800 | [diff] [blame] | 5 |         "DirectReportChannel.cpp", | 
 | 6 |         "SensorManager.cpp", | 
 | 7 |         "utils.cpp", | 
 | 8 |     ], | 
 | 9 |     cflags: [ | 
 | 10 |         "-Wall", | 
 | 11 |         "-Werror", | 
 | 12 |     ], | 
 | 13 |     shared_libs: [ | 
 | 14 |         "libbase", | 
 | 15 |         "libhidlbase", | 
 | 16 |         "libhidltransport", | 
| Peng Xu | 58d450a | 2017-06-08 15:08:39 -0700 | [diff] [blame] | 17 |         "libhwbinder", | 
| Yifan Hong | c34f57f | 2017-03-10 14:12:00 -0800 | [diff] [blame] | 18 |         "libutils", | 
 | 19 |         "libsensor", | 
 | 20 |         "android.frameworks.sensorservice@1.0", | 
 | 21 |         "android.hardware.sensors@1.0", | 
| Yifan Hong | c34f57f | 2017-03-10 14:12:00 -0800 | [diff] [blame] | 22 |     ], | 
| Yifan Hong | 95c7a06 | 2017-03-28 19:07:17 -0700 | [diff] [blame] | 23 |     static_libs: [ | 
 | 24 |         "android.hardware.sensors@1.0-convert", | 
 | 25 |     ], | 
| Yifan Hong | c34f57f | 2017-03-10 14:12:00 -0800 | [diff] [blame] | 26 |     export_include_dirs: [ | 
 | 27 |         "include/" | 
 | 28 |     ], | 
 | 29 |     local_include_dirs: [ | 
 | 30 |         "include/sensorservicehidl/" | 
 | 31 |     ] | 
 | 32 | } |