Rename config.json to aos_config.json
Plenty of other things are called config.json, so let's pick a more
unique name.
Change-Id: I6510a172ec62674dd1b11bd71cef9aac2480c612
Signed-off-by: Austin Schuh <austin.linux@gmail.com>
diff --git a/frc971/input/BUILD b/frc971/input/BUILD
index 90e5ce6..ddb1f43 100644
--- a/frc971/input/BUILD
+++ b/frc971/input/BUILD
@@ -89,7 +89,7 @@
)
aos_config(
- name = "config",
+ name = "aos_config",
src = "robot_state_config.json",
flatbuffers = [
":joystick_state_fbs",
@@ -97,5 +97,5 @@
],
target_compatible_with = ["@platforms//os:linux"],
visibility = ["//visibility:public"],
- deps = ["//aos/events:config"],
+ deps = ["//aos/events:aos_config"],
)