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/aos/configuration.h b/aos/configuration.h
index 9cb1132..c0e2715 100644
--- a/aos/configuration.h
+++ b/aos/configuration.h
@@ -40,8 +40,8 @@
FlatbufferDetachedBuffer<Configuration> MergeWithConfig(
const Configuration *config, const Flatbuffer<Configuration> &addition);
-// Adds the list of schemas to the provide config json. This should mostly be
-// used for testing and in conjunction with MergeWithConfig.
+// Adds the list of schemas to the provide aos_config.json. This should mostly
+// be used for testing and in conjunction with MergeWithConfig.
FlatbufferDetachedBuffer<aos::Configuration> AddSchema(
std::string_view json,
const std::vector<FlatbufferVector<reflection::Schema>> &schemas);