Initial stab at hanging actor.
Change-Id: I7d225176962759f8cbcdd42e72fe21eb003349a2
diff --git a/y2016/BUILD b/y2016/BUILD
index 0239d96..4a2e768 100644
--- a/y2016/BUILD
+++ b/y2016/BUILD
@@ -39,6 +39,7 @@
'//frc971/control_loops/drivetrain:drivetrain_queue',
'//frc971/queues:gyro',
'//y2016/actors:autonomous_action_lib',
+ '//y2016/actors:superstructure_action_lib',
'//y2016/actors:vision_align_action_lib',
'//y2016/control_loops/shooter:shooter_queue',
'//y2016/control_loops/superstructure:superstructure_lib',
@@ -57,6 +58,7 @@
'//y2016/control_loops/shooter:shooter',
'//y2016/dashboard:dashboard',
'//y2016/actors:autonomous_action',
+ '//y2016/actors:superstructure_action',
'//y2016/actors:vision_align_action',
'//y2016/wpilib:wpilib_interface',
'//y2016/vision:target_receiver',
@@ -79,6 +81,7 @@
'//y2016/control_loops/shooter:shooter.stripped',
'//y2016/dashboard:dashboard.stripped',
'//y2016/actors:autonomous_action.stripped',
+ '//y2016/actors:superstructure_action.stripped',
'//y2016/actors:vision_align_action.stripped',
'//y2016/wpilib:wpilib_interface.stripped',
'//y2016/vision:target_receiver.stripped',