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/analysis/BUILD b/frc971/analysis/BUILD
index 0c87ef4..f86bc6d 100644
--- a/frc971/analysis/BUILD
+++ b/frc971/analysis/BUILD
@@ -131,7 +131,7 @@
     src = "plotter_config.json",
     flatbuffers = [":plot_data_fbs"],
     target_compatible_with = ["@platforms//os:linux"],
-    deps = ["//aos/events:config"],
+    deps = ["//aos/events:aos_config"],
 )
 
 cc_library(