Add target_receiver to the deploy target for y2017
Change-Id: If50057a4aee116ffa5cbceabce31e700d4fa3bff
diff --git a/y2017/BUILD b/y2017/BUILD
index c226bb3..a6a0f0b 100644
--- a/y2017/BUILD
+++ b/y2017/BUILD
@@ -87,9 +87,10 @@
':joystick_reader',
':wpilib_interface',
'//aos:prime_start_binaries',
+ '//y2017/actors:autonomous_action',
'//y2017/control_loops/drivetrain:drivetrain',
'//y2017/control_loops/superstructure:superstructure',
- '//y2017/actors:autonomous_action',
+ '//y2017/vision:target_receiver',
],
srcs = [
'//aos:prime_binaries',
@@ -102,9 +103,10 @@
':joystick_reader.stripped',
':wpilib_interface.stripped',
'//aos:prime_start_binaries_stripped',
+ '//y2017/actors:autonomous_action.stripped',
'//y2017/control_loops/drivetrain:drivetrain.stripped',
'//y2017/control_loops/superstructure:superstructure.stripped',
- '//y2017/actors:autonomous_action.stripped',
+ '//y2017/vision:target_receiver.stripped',
],
srcs = [
'//aos:prime_binaries_stripped',