Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
f2639283d8a4388ecb3b9cb41b97c47e18a901b1
/
.
/
aos
/
common
/
input
/
BUILD
blob: 2539f55c45091a447f3e69c41e35f9bb96d27979 [
file
] [
log
] [
blame
]
package
(
default_visibility
=
[
'//visibility:public'
])
cc_library
(
name
=
'driver_station_data'
,
srcs
=
[
'driver_station_data.cc'
,
],
hdrs
=
[
'driver_station_data.h'
,
],
deps
=
[
'//aos/common/messages:robot_state'
,
],
)