Move y2017 auton actor to use common class

This should give it the drivetrain helpers right off the bat.

Change-Id: I7f88d30c2451da632acc2a85fd57d2bc1772f041
diff --git a/y2017/BUILD b/y2017/BUILD
index 7730a93..fd32ae2 100644
--- a/y2017/BUILD
+++ b/y2017/BUILD
@@ -43,6 +43,7 @@
     '//aos/common/util:wrapping_counter',
     '//aos/linux_code:init',
     '//third_party:wpilib',
+    '//frc971/autonomous:auto_queue',
     '//frc971/control_loops/drivetrain:drivetrain_queue',
     '//frc971/control_loops:queues',
     '//frc971/wpilib:joystick_sender',
@@ -59,7 +60,6 @@
     '//frc971/wpilib:ADIS16448',
     '//frc971/wpilib:dma',
     '//y2017/control_loops/superstructure:superstructure_queue',
-    '//y2017/actors:autonomous_action_queue',
   ],
 )