Tyler Chatow | 6107aba | 2017-01-22 01:39:40 +0000 | [diff] [blame^] | 1 | cc_library( |
2 | name = 'constants', | ||||
3 | visibility = ['//visibility:public'], | ||||
4 | srcs = [ | ||||
5 | 'constants.cc', | ||||
6 | ], | ||||
7 | hdrs = [ | ||||
8 | 'constants.h', | ||||
9 | ], | ||||
10 | deps = [ | ||||
11 | '//aos/common/logging', | ||||
12 | '//aos/common:once', | ||||
13 | '//aos/common/network:team_number', | ||||
14 | '//aos/common:mutex', | ||||
15 | '//frc971:constants', | ||||
16 | ], | ||||
17 | ) |