commit | 6107aba1e3766b7dc7a8f9207b7d41890ae44d5d | [log] [tgz] |
---|---|---|
author | Tyler Chatow <tchatow@gmail.com> | Sun Jan 22 01:39:40 2017 +0000 |
committer | Tyler Chatow <tchatow@gmail.com> | Sun Jan 22 17:51:40 2017 -0800 |
tree | 0fb64c1de2149223ca80a4cf389e12c4d2703a0b | |
parent | 5c95472c2691eb6564861cb115dfdc20fc0f6225 [diff] [blame] |
Begin y2017 folder. Change-Id: I527f49ae6b5e070fe138acd7dc7e5fff19d2b2e3
diff --git a/y2017/BUILD b/y2017/BUILD new file mode 100644 index 0000000..aa423a8 --- /dev/null +++ b/y2017/BUILD
@@ -0,0 +1,17 @@ +cc_library( + name = 'constants', + visibility = ['//visibility:public'], + srcs = [ + 'constants.cc', + ], + hdrs = [ + 'constants.h', + ], + deps = [ + '//aos/common/logging', + '//aos/common:once', + '//aos/common/network:team_number', + '//aos/common:mutex', + '//frc971:constants', + ], +)