Sergiusz Bazanski | 573da78 | 2019-06-21 19:59:52 +0200 | [diff] [blame] | 1 | load( |
2 | "@com_googlesource_gerrit_bazlets//:gerrit_plugin.bzl", | ||||
3 | _gerrit_plugin = "gerrit_plugin", | ||||
4 | _plugin_deps = "PLUGIN_DEPS", | ||||
5 | _plugin_test_deps = "PLUGIN_TEST_DEPS", | ||||
6 | ) | ||||
7 | |||||
8 | gerrit_plugin = _gerrit_plugin | ||||
9 | PLUGIN_DEPS = _plugin_deps | ||||
10 | PLUGIN_TEST_DEPS = _plugin_test_deps |