Brian Silverman | 100534c | 2015-09-07 15:51:23 -0400 | [diff] [blame^] | 1 | package(default_visibility = ['//visibility:public']) |
2 | |||||
3 | cc_library( | ||||
4 | name = 'driver_station_data', | ||||
5 | srcs = [ | ||||
6 | 'driver_station_data.cc', | ||||
7 | ], | ||||
8 | hdrs = [ | ||||
9 | 'driver_station_data.h', | ||||
10 | ], | ||||
11 | deps = [ | ||||
12 | '//aos/common/messages:robot_state', | ||||
13 | ], | ||||
14 | ) |