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/y2017/control_loops/superstructure/BUILD b/y2017/control_loops/superstructure/BUILD
index 5481aa0..b974b15 100644
--- a/y2017/control_loops/superstructure/BUILD
+++ b/y2017/control_loops/superstructure/BUILD
@@ -78,7 +78,7 @@
srcs = [
"superstructure_lib_test.cc",
],
- data = ["//y2017:config"],
+ data = ["//y2017:aos_config"],
target_compatible_with = ["@platforms//os:linux"],
deps = [
":superstructure_goal_fbs",
@@ -136,7 +136,7 @@
srcs = [
"vision_time_adjuster_test.cc",
],
- data = ["//y2017:config"],
+ data = ["//y2017:aos_config"],
target_compatible_with = ["@platforms//os:linux"],
deps = [
":vision_time_adjuster",