commit | 4f857292f1632beb2877ee7c45c8430cbfd45cfc | [log] [tgz] |
---|---|---|
author | Austin Schuh <austin.linux@gmail.com> | Thu Feb 15 23:42:04 2018 -0800 |
committer | Austin Schuh <austin.linux@gmail.com> | Thu Feb 15 23:55:49 2018 -0800 |
tree | c4dbc68da073130526a76e96b20ee0f440c0fe6e | |
parent | e85c46d211d81967cf28cb75d5340db80db8a98c [diff] [blame] |
Upgrade to Bazel 0.10.1 + sandbox revert Change-Id: I359ab15f1fc94428acf2e1fd52fd1e0dd5428419
diff --git a/y2014_bot3/control_loops/rollers/BUILD b/y2014_bot3/control_loops/rollers/BUILD index e3526ac..548b375 100644 --- a/y2014_bot3/control_loops/rollers/BUILD +++ b/y2014_bot3/control_loops/rollers/BUILD
@@ -1,6 +1,6 @@ package(default_visibility = ['//visibility:public']) -load('/aos/build/queues', 'queue_library') +load('//aos/build:queues.bzl', 'queue_library') queue_library( name = 'rollers_queue',