Upgrade to Bazel 0.10.1 + sandbox revert
Change-Id: I359ab15f1fc94428acf2e1fd52fd1e0dd5428419
diff --git a/y2017_bot3/control_loops/drivetrain/BUILD b/y2017_bot3/control_loops/drivetrain/BUILD
index 9f37ffc..0a9465a 100644
--- a/y2017_bot3/control_loops/drivetrain/BUILD
+++ b/y2017_bot3/control_loops/drivetrain/BUILD
@@ -1,6 +1,6 @@
package(default_visibility = ['//visibility:public'])
-load('/aos/build/queues', 'queue_library')
+load('//aos/build:queues.bzl', 'queue_library')
genrule(
name = 'genrule_drivetrain',
diff --git a/y2017_bot3/control_loops/superstructure/BUILD b/y2017_bot3/control_loops/superstructure/BUILD
index 82b5d7a..8f8de13 100644
--- a/y2017_bot3/control_loops/superstructure/BUILD
+++ b/y2017_bot3/control_loops/superstructure/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 = 'superstructure_queue',