blob: 4d2dbdd6c9fff278cfa26b1350d33bcbc0cd151b [file] [log] [blame]
Sergiusz Bazanski573da782019-06-21 19:59:52 +02001load(
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
8gerrit_plugin = _gerrit_plugin
9PLUGIN_DEPS = _plugin_deps
10PLUGIN_TEST_DEPS = _plugin_test_deps