Codegen paths from python for the arm and build the graph
We now have a bunch of really cool paths in C++. They look pretty good.
Change-Id: I9590d771cebc64cd520ceed2617aca8a82f78362
diff --git a/y2018/control_loops/python/BUILD b/y2018/control_loops/python/BUILD
index eea64ad..89f8882 100644
--- a/y2018/control_loops/python/BUILD
+++ b/y2018/control_loops/python/BUILD
@@ -108,3 +108,14 @@
default_python_version = "PY3",
srcs_version = "PY3",
)
+
+py_binary(
+ name = "graph_codegen",
+ srcs = [
+ "graph_codegen.py",
+ "graph_generate.py",
+ ],
+ # Sigh, these aren't respected.
+ default_python_version = "PY2",
+ srcs_version = "PY2",
+)