commit | 14d7d3dd92a29850d0fc00d1d57ff47e2b88376d | [log] [tgz] |
---|---|---|
author | Austin Schuh <austin.linux@gmail.com> | Thu Sep 10 18:14:36 2020 -0700 |
committer | Austin Schuh <austin.linux@gmail.com> | Thu Sep 10 18:15:55 2020 -0700 |
tree | 4b8e90518a6a4a820c214d0f4e592e75f1789dce | |
parent | 7c1498c9bf6a376c1ef5c6bf37b1ab41f4c9af32 [diff] [blame] |
Depend on config rule instead of file. The aos_config rule used to require you to depend on {name}.json to get the output. That was weird and hid private/testonly/etc. Instead, depend on the rule directly. Change-Id: I1596a6c1f44b246a0db1bbc562468530a0b69614
diff --git a/y2020/control_loops/superstructure/BUILD b/y2020/control_loops/superstructure/BUILD index 4534404..e97fb12 100644 --- a/y2020/control_loops/superstructure/BUILD +++ b/y2020/control_loops/superstructure/BUILD
@@ -88,7 +88,7 @@ "superstructure_lib_test.cc", ], data = [ - "//y2020:config.json", + "//y2020:config", ], deps = [ ":superstructure_goal_fbs",