Use flatbuffer_py_library name for consistency
Now the naming convention matches other flatbuffer and other python
rules.
Change-Id: Ifa87f95bd3ae3baa5aba0029676fc58d27eaab49
diff --git a/aos/BUILD b/aos/BUILD
index 2ae0fec..3398716 100644
--- a/aos/BUILD
+++ b/aos/BUILD
@@ -1,5 +1,5 @@
load("//tools:environments.bzl", "mcu_cpus")
-load("@com_github_google_flatbuffers//:build_defs.bzl", "flatbuffer_cc_library", "flatbuffer_python_library")
+load("@com_github_google_flatbuffers//:build_defs.bzl", "flatbuffer_cc_library", "flatbuffer_py_library")
filegroup(
name = "prime_binaries",
@@ -295,7 +295,7 @@
visibility = ["//visibility:public"],
)
-flatbuffer_python_library(
+flatbuffer_py_library(
name = "configuration_fbs_python",
srcs = ["configuration.fbs"],
namespace = "aos",