Move aos/input and aos/robot_state to frc971/input
Neither folder makes any sense as part of aos/.
Change-Id: I10e0532da4e688c18a9354012b783c43566fd2a1
diff --git a/y2012/BUILD b/y2012/BUILD
index 2784788..ea88af8 100644
--- a/y2012/BUILD
+++ b/y2012/BUILD
@@ -9,7 +9,7 @@
deps = [
"//aos:init",
"//aos/actions:action_lib",
- "//aos/input:joystick_input",
+ "//frc971/input:joystick_input",
"//aos/logging",
"//aos/time",
"//aos/util:log_interval",
@@ -44,7 +44,7 @@
"//aos/controls:control_loop_fbs",
"//aos/events:shm_event_loop",
"//aos/logging",
- "//aos/robot_state:robot_state_fbs",
+ "//frc971/input:robot_state_fbs",
"//aos/stl_mutex",
"//aos/time",
"//aos/util:log_interval",