Upgrade to Bazel 0.10.1 + sandbox revert
Change-Id: I359ab15f1fc94428acf2e1fd52fd1e0dd5428419
diff --git a/y2014_bot3/control_loops/drivetrain/BUILD b/y2014_bot3/control_loops/drivetrain/BUILD
index 6bd7e33..1f50a53 100644
--- a/y2014_bot3/control_loops/drivetrain/BUILD
+++ b/y2014_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/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',