Sandboxed controller codegen rules.
Change-Id: I5ecf0aa718748725b768787da1a8cab5922cec66
diff --git a/y2014/control_loops/claw/BUILD b/y2014/control_loops/claw/BUILD
index 6f77d7a..5602bbc 100644
--- a/y2014/control_loops/claw/BUILD
+++ b/y2014/control_loops/claw/BUILD
@@ -32,9 +32,6 @@
tools = [
'//y2014/control_loops/python:claw',
],
- tags = [
- 'local',
- ],
outs = [
'claw_motor_plant.h',
'claw_motor_plant.cc',
diff --git a/y2014/control_loops/drivetrain/BUILD b/y2014/control_loops/drivetrain/BUILD
index fa29692..54d6581 100644
--- a/y2014/control_loops/drivetrain/BUILD
+++ b/y2014/control_loops/drivetrain/BUILD
@@ -32,9 +32,6 @@
tools = [
'//y2014/control_loops/python:drivetrain',
],
- tags = [
- 'local',
- ],
outs = [
'drivetrain_dog_motor_plant.h',
'drivetrain_dog_motor_plant.cc',
@@ -50,9 +47,6 @@
tools = [
'//y2014/control_loops/python:polydrivetrain',
],
- tags = [
- 'local',
- ],
outs = [
'polydrivetrain_dog_motor_plant.h',
'polydrivetrain_dog_motor_plant.cc',
diff --git a/y2014/control_loops/shooter/BUILD b/y2014/control_loops/shooter/BUILD
index 41d4228..c10baae 100644
--- a/y2014/control_loops/shooter/BUILD
+++ b/y2014/control_loops/shooter/BUILD
@@ -32,9 +32,6 @@
tools = [
'//y2014/control_loops/python:shooter',
],
- tags = [
- 'local',
- ],
outs = [
'shooter_motor_plant.cc',
'shooter_motor_plant.h',