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/autonomous/BUILD b/frc971/autonomous/BUILD
index 9698ed6..58dce60 100644
--- a/frc971/autonomous/BUILD
+++ b/frc971/autonomous/BUILD
@@ -46,7 +46,7 @@
 )
 
 aos_config(
-    name = "config",
+    name = "aos_config",
     src = "autonomous_config.json",
     flatbuffers = [
         "//aos/actions:actions_fbs",