Upgrade to Bazel 0.10.1 + sandbox revert

Change-Id: I359ab15f1fc94428acf2e1fd52fd1e0dd5428419
diff --git a/aos/common/messages/BUILD b/aos/common/messages/BUILD
index dc125dd..e392c56 100644
--- a/aos/common/messages/BUILD
+++ b/aos/common/messages/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 = 'robot_state',