Added stripped downloader.
Change-Id: I91313eac8390af6e4b62ab5a86378c7bcf5f27dd
diff --git a/y2016/BUILD b/y2016/BUILD
index 7dc41a2..ccb1315 100644
--- a/y2016/BUILD
+++ b/y2016/BUILD
@@ -57,3 +57,19 @@
'//aos:prime_binaries',
],
)
+
+aos_downloader(
+ name = 'download_stripped',
+ start_srcs = [
+ ':joystick_reader.stripped',
+ '//aos:prime_start_binaries_stripped',
+ '//y2016/control_loops/drivetrain:drivetrain.stripped',
+ '//y2016/control_loops/superstructure:superstructure.stripped',
+ '//y2016/control_loops/shooter:shooter.stripped',
+ '//y2016/autonomous:auto.stripped',
+ '//y2016/wpilib:wpilib_interface.stripped',
+ ],
+ srcs = [
+ '//aos:prime_binaries_stripped',
+ ],
+)