Update bazlets to latest stable-2.15 Change-Id: If6a23c6cdc792906ff09431d6a6588986916b76d
diff --git a/WORKSPACE b/WORKSPACE index 4ae996b..d9e1dd3 100644 --- a/WORKSPACE +++ b/WORKSPACE
@@ -3,7 +3,7 @@ load("//:bazlets.bzl", "load_bazlets") load_bazlets( - commit = "1650318289e9981c01e9122c62679b814c7d7a48", + commit = "ec949feac1b9dae6cc2c8c25d254f34924c54296", # local_path = "/home/<user>/projects/bazlets", )
diff --git a/example-adminSshCommand/WORKSPACE b/example-adminSshCommand/WORKSPACE index a80d076..c2c98fa 100644 --- a/example-adminSshCommand/WORKSPACE +++ b/example-adminSshCommand/WORKSPACE
@@ -3,7 +3,7 @@ load("//:bazlets.bzl", "load_bazlets") load_bazlets( - commit = "1650318289e9981c01e9122c62679b814c7d7a48", + commit = "ec949feac1b9dae6cc2c8c25d254f34924c54296", # local_path = "/home/<user>/projects/bazlets", )
diff --git a/example-adminSshCommand/tools/bzl/plugin.bzl b/example-adminSshCommand/tools/bzl/plugin.bzl index 2b1df8c..89a1643 100644 --- a/example-adminSshCommand/tools/bzl/plugin.bzl +++ b/example-adminSshCommand/tools/bzl/plugin.bzl
@@ -1,4 +1,8 @@ load( "@com_googlesource_gerrit_bazlets//:gerrit_plugin.bzl", - "gerrit_plugin", + _gerrit_plugin = "gerrit_plugin", + _plugin_deps = "PLUGIN_DEPS", ) + +gerrit_plugin = _gerrit_plugin +PLUGIN_DEPS = _plugin_deps
diff --git a/example-changeHasOperator/WORKSPACE b/example-changeHasOperator/WORKSPACE index f6f67d7..5b753b6 100644 --- a/example-changeHasOperator/WORKSPACE +++ b/example-changeHasOperator/WORKSPACE
@@ -3,7 +3,7 @@ load("//:bazlets.bzl", "load_bazlets") load_bazlets( - commit = "1650318289e9981c01e9122c62679b814c7d7a48", + commit = "ec949feac1b9dae6cc2c8c25d254f34924c54296", # local_path = "/home/<user>/projects/bazlets", )
diff --git a/example-changeHasOperator/tools/bzl/plugin.bzl b/example-changeHasOperator/tools/bzl/plugin.bzl index 2b1df8c..89a1643 100644 --- a/example-changeHasOperator/tools/bzl/plugin.bzl +++ b/example-changeHasOperator/tools/bzl/plugin.bzl
@@ -1,4 +1,8 @@ load( "@com_googlesource_gerrit_bazlets//:gerrit_plugin.bzl", - "gerrit_plugin", + _gerrit_plugin = "gerrit_plugin", + _plugin_deps = "PLUGIN_DEPS", ) + +gerrit_plugin = _gerrit_plugin +PLUGIN_DEPS = _plugin_deps
diff --git a/example-changeOperator/WORKSPACE b/example-changeOperator/WORKSPACE index 1e1faf6..0cc951a 100644 --- a/example-changeOperator/WORKSPACE +++ b/example-changeOperator/WORKSPACE
@@ -3,7 +3,7 @@ load("//:bazlets.bzl", "load_bazlets") load_bazlets( - commit = "1650318289e9981c01e9122c62679b814c7d7a48", + commit = "ec949feac1b9dae6cc2c8c25d254f34924c54296", # local_path = "/home/<user>/projects/bazlets", )
diff --git a/example-changeOperator/tools/bzl/plugin.bzl b/example-changeOperator/tools/bzl/plugin.bzl index 2b1df8c..89a1643 100644 --- a/example-changeOperator/tools/bzl/plugin.bzl +++ b/example-changeOperator/tools/bzl/plugin.bzl
@@ -1,4 +1,8 @@ load( "@com_googlesource_gerrit_bazlets//:gerrit_plugin.bzl", - "gerrit_plugin", + _gerrit_plugin = "gerrit_plugin", + _plugin_deps = "PLUGIN_DEPS", ) + +gerrit_plugin = _gerrit_plugin +PLUGIN_DEPS = _plugin_deps
diff --git a/example-changeQueryAttributes/WORKSPACE b/example-changeQueryAttributes/WORKSPACE index 3dde217..cdf72ac 100644 --- a/example-changeQueryAttributes/WORKSPACE +++ b/example-changeQueryAttributes/WORKSPACE
@@ -3,7 +3,7 @@ load("//:bazlets.bzl", "load_bazlets") load_bazlets( - commit = "1650318289e9981c01e9122c62679b814c7d7a48", + commit = "ec949feac1b9dae6cc2c8c25d254f34924c54296", # local_path = "/home/<user>/projects/bazlets", )
diff --git a/example-changeQueryAttributes/tools/bzl/plugin.bzl b/example-changeQueryAttributes/tools/bzl/plugin.bzl index 2b1df8c..89a1643 100644 --- a/example-changeQueryAttributes/tools/bzl/plugin.bzl +++ b/example-changeQueryAttributes/tools/bzl/plugin.bzl
@@ -1,4 +1,8 @@ load( "@com_googlesource_gerrit_bazlets//:gerrit_plugin.bzl", - "gerrit_plugin", + _gerrit_plugin = "gerrit_plugin", + _plugin_deps = "PLUGIN_DEPS", ) + +gerrit_plugin = _gerrit_plugin +PLUGIN_DEPS = _plugin_deps
diff --git a/example-commitValidator/WORKSPACE b/example-commitValidator/WORKSPACE index 68fa79d..1630fce 100644 --- a/example-commitValidator/WORKSPACE +++ b/example-commitValidator/WORKSPACE
@@ -3,7 +3,7 @@ load("//:bazlets.bzl", "load_bazlets") load_bazlets( - commit = "1650318289e9981c01e9122c62679b814c7d7a48", + commit = "ec949feac1b9dae6cc2c8c25d254f34924c54296", # local_path = "/home/<user>/projects/bazlets", )
diff --git a/example-commitValidator/tools/bzl/plugin.bzl b/example-commitValidator/tools/bzl/plugin.bzl index 2b1df8c..89a1643 100644 --- a/example-commitValidator/tools/bzl/plugin.bzl +++ b/example-commitValidator/tools/bzl/plugin.bzl
@@ -1,4 +1,8 @@ load( "@com_googlesource_gerrit_bazlets//:gerrit_plugin.bzl", - "gerrit_plugin", + _gerrit_plugin = "gerrit_plugin", + _plugin_deps = "PLUGIN_DEPS", ) + +gerrit_plugin = _gerrit_plugin +PLUGIN_DEPS = _plugin_deps
diff --git a/example-consoleMetricReporter/WORKSPACE b/example-consoleMetricReporter/WORKSPACE index 43708fa..8f95ba9 100644 --- a/example-consoleMetricReporter/WORKSPACE +++ b/example-consoleMetricReporter/WORKSPACE
@@ -3,7 +3,7 @@ load("//:bazlets.bzl", "load_bazlets") load_bazlets( - commit = "1650318289e9981c01e9122c62679b814c7d7a48", + commit = "ec949feac1b9dae6cc2c8c25d254f34924c54296", # local_path = "/home/<user>/projects/bazlets", )
diff --git a/example-consoleMetricReporter/tools/bzl/plugin.bzl b/example-consoleMetricReporter/tools/bzl/plugin.bzl index 2b1df8c..89a1643 100644 --- a/example-consoleMetricReporter/tools/bzl/plugin.bzl +++ b/example-consoleMetricReporter/tools/bzl/plugin.bzl
@@ -1,4 +1,8 @@ load( "@com_googlesource_gerrit_bazlets//:gerrit_plugin.bzl", - "gerrit_plugin", + _gerrit_plugin = "gerrit_plugin", + _plugin_deps = "PLUGIN_DEPS", ) + +gerrit_plugin = _gerrit_plugin +PLUGIN_DEPS = _plugin_deps
diff --git a/example-deployedOnIncludedInExtension/WORKSPACE b/example-deployedOnIncludedInExtension/WORKSPACE index 495c94b..5ad59a2 100644 --- a/example-deployedOnIncludedInExtension/WORKSPACE +++ b/example-deployedOnIncludedInExtension/WORKSPACE
@@ -3,7 +3,7 @@ load("//:bazlets.bzl", "load_bazlets") load_bazlets( - commit = "1650318289e9981c01e9122c62679b814c7d7a48", + commit = "ec949feac1b9dae6cc2c8c25d254f34924c54296", # local_path = "/home/<user>/projects/bazlets", )
diff --git a/example-deployedOnIncludedInExtension/tools/bzl/plugin.bzl b/example-deployedOnIncludedInExtension/tools/bzl/plugin.bzl index 2b1df8c..89a1643 100644 --- a/example-deployedOnIncludedInExtension/tools/bzl/plugin.bzl +++ b/example-deployedOnIncludedInExtension/tools/bzl/plugin.bzl
@@ -1,4 +1,8 @@ load( "@com_googlesource_gerrit_bazlets//:gerrit_plugin.bzl", - "gerrit_plugin", + _gerrit_plugin = "gerrit_plugin", + _plugin_deps = "PLUGIN_DEPS", ) + +gerrit_plugin = _gerrit_plugin +PLUGIN_DEPS = _plugin_deps
diff --git a/example-restApiCommandOption/WORKSPACE b/example-restApiCommandOption/WORKSPACE index 10baaf7..de49eb5 100644 --- a/example-restApiCommandOption/WORKSPACE +++ b/example-restApiCommandOption/WORKSPACE
@@ -3,7 +3,7 @@ load("//:bazlets.bzl", "load_bazlets") load_bazlets( - commit = "1650318289e9981c01e9122c62679b814c7d7a48", + commit = "ec949feac1b9dae6cc2c8c25d254f34924c54296", # local_path = "/home/<user>/projects/bazlets", )
diff --git a/example-restApiCommandOption/tools/bzl/plugin.bzl b/example-restApiCommandOption/tools/bzl/plugin.bzl index 2b1df8c..89a1643 100644 --- a/example-restApiCommandOption/tools/bzl/plugin.bzl +++ b/example-restApiCommandOption/tools/bzl/plugin.bzl
@@ -1,4 +1,8 @@ load( "@com_googlesource_gerrit_bazlets//:gerrit_plugin.bzl", - "gerrit_plugin", + _gerrit_plugin = "gerrit_plugin", + _plugin_deps = "PLUGIN_DEPS", ) + +gerrit_plugin = _gerrit_plugin +PLUGIN_DEPS = _plugin_deps
diff --git a/example-restApiGetRevision/WORKSPACE b/example-restApiGetRevision/WORKSPACE index 8255487..30e793b 100644 --- a/example-restApiGetRevision/WORKSPACE +++ b/example-restApiGetRevision/WORKSPACE
@@ -3,7 +3,7 @@ load("//:bazlets.bzl", "load_bazlets") load_bazlets( - commit = "1650318289e9981c01e9122c62679b814c7d7a48", + commit = "ec949feac1b9dae6cc2c8c25d254f34924c54296", # local_path = "/home/<user>/projects/bazlets", )
diff --git a/example-restApiGetRevision/tools/bzl/plugin.bzl b/example-restApiGetRevision/tools/bzl/plugin.bzl index 2b1df8c..89a1643 100644 --- a/example-restApiGetRevision/tools/bzl/plugin.bzl +++ b/example-restApiGetRevision/tools/bzl/plugin.bzl
@@ -1,4 +1,8 @@ load( "@com_googlesource_gerrit_bazlets//:gerrit_plugin.bzl", - "gerrit_plugin", + _gerrit_plugin = "gerrit_plugin", + _plugin_deps = "PLUGIN_DEPS", ) + +gerrit_plugin = _gerrit_plugin +PLUGIN_DEPS = _plugin_deps
diff --git a/example-restApiPostProject/WORKSPACE b/example-restApiPostProject/WORKSPACE index 60839a4..afae0d9 100644 --- a/example-restApiPostProject/WORKSPACE +++ b/example-restApiPostProject/WORKSPACE
@@ -3,7 +3,7 @@ load("//:bazlets.bzl", "load_bazlets") load_bazlets( - commit = "1650318289e9981c01e9122c62679b814c7d7a48", + commit = "ec949feac1b9dae6cc2c8c25d254f34924c54296", # local_path = "/home/<user>/projects/bazlets", )
diff --git a/example-restApiPostProject/tools/bzl/plugin.bzl b/example-restApiPostProject/tools/bzl/plugin.bzl index 2b1df8c..89a1643 100644 --- a/example-restApiPostProject/tools/bzl/plugin.bzl +++ b/example-restApiPostProject/tools/bzl/plugin.bzl
@@ -1,4 +1,8 @@ load( "@com_googlesource_gerrit_bazlets//:gerrit_plugin.bzl", - "gerrit_plugin", + _gerrit_plugin = "gerrit_plugin", + _plugin_deps = "PLUGIN_DEPS", ) + +gerrit_plugin = _gerrit_plugin +PLUGIN_DEPS = _plugin_deps
diff --git a/example-restApiPostRevision/WORKSPACE b/example-restApiPostRevision/WORKSPACE index ea0d4d4..089645c 100644 --- a/example-restApiPostRevision/WORKSPACE +++ b/example-restApiPostRevision/WORKSPACE
@@ -3,7 +3,7 @@ load("//:bazlets.bzl", "load_bazlets") load_bazlets( - commit = "1650318289e9981c01e9122c62679b814c7d7a48", + commit = "ec949feac1b9dae6cc2c8c25d254f34924c54296", # local_path = "/home/<user>/projects/bazlets", )
diff --git a/example-restApiPostRevision/tools/bzl/plugin.bzl b/example-restApiPostRevision/tools/bzl/plugin.bzl index 2b1df8c..89a1643 100644 --- a/example-restApiPostRevision/tools/bzl/plugin.bzl +++ b/example-restApiPostRevision/tools/bzl/plugin.bzl
@@ -1,4 +1,8 @@ load( "@com_googlesource_gerrit_bazlets//:gerrit_plugin.bzl", - "gerrit_plugin", + _gerrit_plugin = "gerrit_plugin", + _plugin_deps = "PLUGIN_DEPS", ) + +gerrit_plugin = _gerrit_plugin +PLUGIN_DEPS = _plugin_deps
diff --git a/example-servlet/WORKSPACE b/example-servlet/WORKSPACE index 9aef3d1..1c5061e 100644 --- a/example-servlet/WORKSPACE +++ b/example-servlet/WORKSPACE
@@ -3,7 +3,7 @@ load("//:bazlets.bzl", "load_bazlets") load_bazlets( - commit = "1650318289e9981c01e9122c62679b814c7d7a48", + commit = "ec949feac1b9dae6cc2c8c25d254f34924c54296", # local_path = "/home/<user>/projects/bazlets", )
diff --git a/example-servlet/tools/bzl/plugin.bzl b/example-servlet/tools/bzl/plugin.bzl index 2b1df8c..89a1643 100644 --- a/example-servlet/tools/bzl/plugin.bzl +++ b/example-servlet/tools/bzl/plugin.bzl
@@ -1,4 +1,8 @@ load( "@com_googlesource_gerrit_bazlets//:gerrit_plugin.bzl", - "gerrit_plugin", + _gerrit_plugin = "gerrit_plugin", + _plugin_deps = "PLUGIN_DEPS", ) + +gerrit_plugin = _gerrit_plugin +PLUGIN_DEPS = _plugin_deps
diff --git a/example-simpleSshCommand/WORKSPACE b/example-simpleSshCommand/WORKSPACE index 00047c0..db61ebc 100644 --- a/example-simpleSshCommand/WORKSPACE +++ b/example-simpleSshCommand/WORKSPACE
@@ -3,7 +3,7 @@ load("//:bazlets.bzl", "load_bazlets") load_bazlets( - commit = "1650318289e9981c01e9122c62679b814c7d7a48", + commit = "ec949feac1b9dae6cc2c8c25d254f34924c54296", # local_path = "/home/<user>/projects/bazlets", )
diff --git a/example-simpleSshCommand/tools/bzl/plugin.bzl b/example-simpleSshCommand/tools/bzl/plugin.bzl index 2b1df8c..89a1643 100644 --- a/example-simpleSshCommand/tools/bzl/plugin.bzl +++ b/example-simpleSshCommand/tools/bzl/plugin.bzl
@@ -1,4 +1,8 @@ load( "@com_googlesource_gerrit_bazlets//:gerrit_plugin.bzl", - "gerrit_plugin", + _gerrit_plugin = "gerrit_plugin", + _plugin_deps = "PLUGIN_DEPS", ) + +gerrit_plugin = _gerrit_plugin +PLUGIN_DEPS = _plugin_deps
diff --git a/example-sshAndRestCommandOptionBeanParseListener/WORKSPACE b/example-sshAndRestCommandOptionBeanParseListener/WORKSPACE index a122188..88c548a 100644 --- a/example-sshAndRestCommandOptionBeanParseListener/WORKSPACE +++ b/example-sshAndRestCommandOptionBeanParseListener/WORKSPACE
@@ -3,7 +3,7 @@ load("//:bazlets.bzl", "load_bazlets") load_bazlets( - commit = "1650318289e9981c01e9122c62679b814c7d7a48", + commit = "ec949feac1b9dae6cc2c8c25d254f34924c54296", # local_path = "/home/<user>/projects/bazlets", )
diff --git a/example-sshAndRestCommandOptionBeanParseListener/tools/bzl/plugin.bzl b/example-sshAndRestCommandOptionBeanParseListener/tools/bzl/plugin.bzl index 2b1df8c..89a1643 100644 --- a/example-sshAndRestCommandOptionBeanParseListener/tools/bzl/plugin.bzl +++ b/example-sshAndRestCommandOptionBeanParseListener/tools/bzl/plugin.bzl
@@ -1,4 +1,8 @@ load( "@com_googlesource_gerrit_bazlets//:gerrit_plugin.bzl", - "gerrit_plugin", + _gerrit_plugin = "gerrit_plugin", + _plugin_deps = "PLUGIN_DEPS", ) + +gerrit_plugin = _gerrit_plugin +PLUGIN_DEPS = _plugin_deps
diff --git a/example-sshCommandAlias/WORKSPACE b/example-sshCommandAlias/WORKSPACE index 00047c0..db61ebc 100644 --- a/example-sshCommandAlias/WORKSPACE +++ b/example-sshCommandAlias/WORKSPACE
@@ -3,7 +3,7 @@ load("//:bazlets.bzl", "load_bazlets") load_bazlets( - commit = "1650318289e9981c01e9122c62679b814c7d7a48", + commit = "ec949feac1b9dae6cc2c8c25d254f34924c54296", # local_path = "/home/<user>/projects/bazlets", )
diff --git a/example-sshCommandAlias/tools/bzl/plugin.bzl b/example-sshCommandAlias/tools/bzl/plugin.bzl index 2b1df8c..89a1643 100644 --- a/example-sshCommandAlias/tools/bzl/plugin.bzl +++ b/example-sshCommandAlias/tools/bzl/plugin.bzl
@@ -1,4 +1,8 @@ load( "@com_googlesource_gerrit_bazlets//:gerrit_plugin.bzl", - "gerrit_plugin", + _gerrit_plugin = "gerrit_plugin", + _plugin_deps = "PLUGIN_DEPS", ) + +gerrit_plugin = _gerrit_plugin +PLUGIN_DEPS = _plugin_deps
diff --git a/example-sshCommandDelegateDynamicBean/WORKSPACE b/example-sshCommandDelegateDynamicBean/WORKSPACE index 795c0d6..33f61ba 100644 --- a/example-sshCommandDelegateDynamicBean/WORKSPACE +++ b/example-sshCommandDelegateDynamicBean/WORKSPACE
@@ -3,7 +3,7 @@ load("//:bazlets.bzl", "load_bazlets") load_bazlets( - commit = "1650318289e9981c01e9122c62679b814c7d7a48", + commit = "ec949feac1b9dae6cc2c8c25d254f34924c54296", # local_path = "/home/<user>/projects/bazlets", )
diff --git a/example-sshCommandDelegateDynamicBean/tools/bzl/plugin.bzl b/example-sshCommandDelegateDynamicBean/tools/bzl/plugin.bzl index 2b1df8c..89a1643 100644 --- a/example-sshCommandDelegateDynamicBean/tools/bzl/plugin.bzl +++ b/example-sshCommandDelegateDynamicBean/tools/bzl/plugin.bzl
@@ -1,4 +1,8 @@ load( "@com_googlesource_gerrit_bazlets//:gerrit_plugin.bzl", - "gerrit_plugin", + _gerrit_plugin = "gerrit_plugin", + _plugin_deps = "PLUGIN_DEPS", ) + +gerrit_plugin = _gerrit_plugin +PLUGIN_DEPS = _plugin_deps
diff --git a/example-sshCommandOption/WORKSPACE b/example-sshCommandOption/WORKSPACE index 7cec05f..af4fc17 100644 --- a/example-sshCommandOption/WORKSPACE +++ b/example-sshCommandOption/WORKSPACE
@@ -3,7 +3,7 @@ load("//:bazlets.bzl", "load_bazlets") load_bazlets( - commit = "1650318289e9981c01e9122c62679b814c7d7a48", + commit = "ec949feac1b9dae6cc2c8c25d254f34924c54296", # local_path = "/home/<user>/projects/bazlets", )
diff --git a/example-sshCommandOption/tools/bzl/plugin.bzl b/example-sshCommandOption/tools/bzl/plugin.bzl index 2b1df8c..89a1643 100644 --- a/example-sshCommandOption/tools/bzl/plugin.bzl +++ b/example-sshCommandOption/tools/bzl/plugin.bzl
@@ -1,4 +1,8 @@ load( "@com_googlesource_gerrit_bazlets//:gerrit_plugin.bzl", - "gerrit_plugin", + _gerrit_plugin = "gerrit_plugin", + _plugin_deps = "PLUGIN_DEPS", ) + +gerrit_plugin = _gerrit_plugin +PLUGIN_DEPS = _plugin_deps
diff --git a/example-topMenu/WORKSPACE b/example-topMenu/WORKSPACE index 00047c0..db61ebc 100644 --- a/example-topMenu/WORKSPACE +++ b/example-topMenu/WORKSPACE
@@ -3,7 +3,7 @@ load("//:bazlets.bzl", "load_bazlets") load_bazlets( - commit = "1650318289e9981c01e9122c62679b814c7d7a48", + commit = "ec949feac1b9dae6cc2c8c25d254f34924c54296", # local_path = "/home/<user>/projects/bazlets", )
diff --git a/example-topMenu/tools/bzl/plugin.bzl b/example-topMenu/tools/bzl/plugin.bzl index 2b1df8c..89a1643 100644 --- a/example-topMenu/tools/bzl/plugin.bzl +++ b/example-topMenu/tools/bzl/plugin.bzl
@@ -1,4 +1,8 @@ load( "@com_googlesource_gerrit_bazlets//:gerrit_plugin.bzl", - "gerrit_plugin", + _gerrit_plugin = "gerrit_plugin", + _plugin_deps = "PLUGIN_DEPS", ) + +gerrit_plugin = _gerrit_plugin +PLUGIN_DEPS = _plugin_deps
diff --git a/example-usageDataLogger/WORKSPACE b/example-usageDataLogger/WORKSPACE index 35f2eec..0bcc176 100644 --- a/example-usageDataLogger/WORKSPACE +++ b/example-usageDataLogger/WORKSPACE
@@ -3,7 +3,7 @@ load("//:bazlets.bzl", "load_bazlets") load_bazlets( - commit = "1650318289e9981c01e9122c62679b814c7d7a48", + commit = "ec949feac1b9dae6cc2c8c25d254f34924c54296", # local_path = "/home/<user>/projects/bazlets", )
diff --git a/example-usageDataLogger/tools/bzl/plugin.bzl b/example-usageDataLogger/tools/bzl/plugin.bzl index 2b1df8c..89a1643 100644 --- a/example-usageDataLogger/tools/bzl/plugin.bzl +++ b/example-usageDataLogger/tools/bzl/plugin.bzl
@@ -1,4 +1,8 @@ load( "@com_googlesource_gerrit_bazlets//:gerrit_plugin.bzl", - "gerrit_plugin", + _gerrit_plugin = "gerrit_plugin", + _plugin_deps = "PLUGIN_DEPS", ) + +gerrit_plugin = _gerrit_plugin +PLUGIN_DEPS = _plugin_deps
diff --git a/example-validationListenerAssignee/WORKSPACE b/example-validationListenerAssignee/WORKSPACE index 3fb085d..22727f5 100644 --- a/example-validationListenerAssignee/WORKSPACE +++ b/example-validationListenerAssignee/WORKSPACE
@@ -3,7 +3,7 @@ load("//:bazlets.bzl", "load_bazlets") load_bazlets( - commit = "1650318289e9981c01e9122c62679b814c7d7a48", + commit = "ec949feac1b9dae6cc2c8c25d254f34924c54296", # local_path = "/home/<user>/projects/bazlets", )
diff --git a/example-validationListenerAssignee/tools/bzl/plugin.bzl b/example-validationListenerAssignee/tools/bzl/plugin.bzl index 2b1df8c..89a1643 100644 --- a/example-validationListenerAssignee/tools/bzl/plugin.bzl +++ b/example-validationListenerAssignee/tools/bzl/plugin.bzl
@@ -1,4 +1,8 @@ load( "@com_googlesource_gerrit_bazlets//:gerrit_plugin.bzl", - "gerrit_plugin", + _gerrit_plugin = "gerrit_plugin", + _plugin_deps = "PLUGIN_DEPS", ) + +gerrit_plugin = _gerrit_plugin +PLUGIN_DEPS = _plugin_deps
diff --git a/example-validationListenerCommit/WORKSPACE b/example-validationListenerCommit/WORKSPACE index 7467937..93b263f 100644 --- a/example-validationListenerCommit/WORKSPACE +++ b/example-validationListenerCommit/WORKSPACE
@@ -3,7 +3,7 @@ load("//:bazlets.bzl", "load_bazlets") load_bazlets( - commit = "1650318289e9981c01e9122c62679b814c7d7a48", + commit = "ec949feac1b9dae6cc2c8c25d254f34924c54296", # local_path = "/home/<user>/projects/bazlets", )
diff --git a/example-validationListenerCommit/tools/bzl/plugin.bzl b/example-validationListenerCommit/tools/bzl/plugin.bzl index 2b1df8c..89a1643 100644 --- a/example-validationListenerCommit/tools/bzl/plugin.bzl +++ b/example-validationListenerCommit/tools/bzl/plugin.bzl
@@ -1,4 +1,8 @@ load( "@com_googlesource_gerrit_bazlets//:gerrit_plugin.bzl", - "gerrit_plugin", + _gerrit_plugin = "gerrit_plugin", + _plugin_deps = "PLUGIN_DEPS", ) + +gerrit_plugin = _gerrit_plugin +PLUGIN_DEPS = _plugin_deps
diff --git a/example-validationListenerHashtag/WORKSPACE b/example-validationListenerHashtag/WORKSPACE index 78ceec7..038cc42 100644 --- a/example-validationListenerHashtag/WORKSPACE +++ b/example-validationListenerHashtag/WORKSPACE
@@ -3,7 +3,7 @@ load("//:bazlets.bzl", "load_bazlets") load_bazlets( - commit = "1650318289e9981c01e9122c62679b814c7d7a48", + commit = "ec949feac1b9dae6cc2c8c25d254f34924c54296", # local_path = "/home/<user>/projects/bazlets", )
diff --git a/example-validationListenerHashtag/tools/bzl/plugin.bzl b/example-validationListenerHashtag/tools/bzl/plugin.bzl index 2b1df8c..89a1643 100644 --- a/example-validationListenerHashtag/tools/bzl/plugin.bzl +++ b/example-validationListenerHashtag/tools/bzl/plugin.bzl
@@ -1,4 +1,8 @@ load( "@com_googlesource_gerrit_bazlets//:gerrit_plugin.bzl", - "gerrit_plugin", + _gerrit_plugin = "gerrit_plugin", + _plugin_deps = "PLUGIN_DEPS", ) + +gerrit_plugin = _gerrit_plugin +PLUGIN_DEPS = _plugin_deps
diff --git a/example-validationListenerMerge/WORKSPACE b/example-validationListenerMerge/WORKSPACE index 022fda7..6df9790 100644 --- a/example-validationListenerMerge/WORKSPACE +++ b/example-validationListenerMerge/WORKSPACE
@@ -3,7 +3,7 @@ load("//:bazlets.bzl", "load_bazlets") load_bazlets( - commit = "1650318289e9981c01e9122c62679b814c7d7a48", + commit = "ec949feac1b9dae6cc2c8c25d254f34924c54296", # local_path = "/home/<user>/projects/bazlets", )
diff --git a/example-validationListenerMerge/tools/bzl/plugin.bzl b/example-validationListenerMerge/tools/bzl/plugin.bzl index 2b1df8c..89a1643 100644 --- a/example-validationListenerMerge/tools/bzl/plugin.bzl +++ b/example-validationListenerMerge/tools/bzl/plugin.bzl
@@ -1,4 +1,8 @@ load( "@com_googlesource_gerrit_bazlets//:gerrit_plugin.bzl", - "gerrit_plugin", + _gerrit_plugin = "gerrit_plugin", + _plugin_deps = "PLUGIN_DEPS", ) + +gerrit_plugin = _gerrit_plugin +PLUGIN_DEPS = _plugin_deps
diff --git a/example-validationListenerNewProjectCreated/WORKSPACE b/example-validationListenerNewProjectCreated/WORKSPACE index 76a1a0d..6b7f1a3 100644 --- a/example-validationListenerNewProjectCreated/WORKSPACE +++ b/example-validationListenerNewProjectCreated/WORKSPACE
@@ -3,7 +3,7 @@ load("//:bazlets.bzl", "load_bazlets") load_bazlets( - commit = "1650318289e9981c01e9122c62679b814c7d7a48", + commit = "ec949feac1b9dae6cc2c8c25d254f34924c54296", # local_path = "/home/<user>/projects/bazlets", )
diff --git a/example-validationListenerNewProjectCreated/tools/bzl/plugin.bzl b/example-validationListenerNewProjectCreated/tools/bzl/plugin.bzl index 2b1df8c..89a1643 100644 --- a/example-validationListenerNewProjectCreated/tools/bzl/plugin.bzl +++ b/example-validationListenerNewProjectCreated/tools/bzl/plugin.bzl
@@ -1,4 +1,8 @@ load( "@com_googlesource_gerrit_bazlets//:gerrit_plugin.bzl", - "gerrit_plugin", + _gerrit_plugin = "gerrit_plugin", + _plugin_deps = "PLUGIN_DEPS", ) + +gerrit_plugin = _gerrit_plugin +PLUGIN_DEPS = _plugin_deps
diff --git a/example-validationListenerRefOperation/WORKSPACE b/example-validationListenerRefOperation/WORKSPACE index 0a0276e..5d76636 100644 --- a/example-validationListenerRefOperation/WORKSPACE +++ b/example-validationListenerRefOperation/WORKSPACE
@@ -3,7 +3,7 @@ load("//:bazlets.bzl", "load_bazlets") load_bazlets( - commit = "1650318289e9981c01e9122c62679b814c7d7a48", + commit = "ec949feac1b9dae6cc2c8c25d254f34924c54296", # local_path = "/home/<user>/projects/bazlets", )
diff --git a/example-validationListenerRefOperation/tools/bzl/plugin.bzl b/example-validationListenerRefOperation/tools/bzl/plugin.bzl index 2b1df8c..89a1643 100644 --- a/example-validationListenerRefOperation/tools/bzl/plugin.bzl +++ b/example-validationListenerRefOperation/tools/bzl/plugin.bzl
@@ -1,4 +1,8 @@ load( "@com_googlesource_gerrit_bazlets//:gerrit_plugin.bzl", - "gerrit_plugin", + _gerrit_plugin = "gerrit_plugin", + _plugin_deps = "PLUGIN_DEPS", ) + +gerrit_plugin = _gerrit_plugin +PLUGIN_DEPS = _plugin_deps
diff --git a/example-validationListenerUpload/WORKSPACE b/example-validationListenerUpload/WORKSPACE index 806c34c..eebb7b5 100644 --- a/example-validationListenerUpload/WORKSPACE +++ b/example-validationListenerUpload/WORKSPACE
@@ -3,7 +3,7 @@ load("//:bazlets.bzl", "load_bazlets") load_bazlets( - commit = "1650318289e9981c01e9122c62679b814c7d7a48", + commit = "ec949feac1b9dae6cc2c8c25d254f34924c54296", # local_path = "/home/<user>/projects/bazlets", )
diff --git a/example-validationListenerUpload/tools/bzl/plugin.bzl b/example-validationListenerUpload/tools/bzl/plugin.bzl index 2b1df8c..89a1643 100644 --- a/example-validationListenerUpload/tools/bzl/plugin.bzl +++ b/example-validationListenerUpload/tools/bzl/plugin.bzl
@@ -1,4 +1,8 @@ load( "@com_googlesource_gerrit_bazlets//:gerrit_plugin.bzl", - "gerrit_plugin", + _gerrit_plugin = "gerrit_plugin", + _plugin_deps = "PLUGIN_DEPS", ) + +gerrit_plugin = _gerrit_plugin +PLUGIN_DEPS = _plugin_deps
diff --git a/example-webLinkBranch/WORKSPACE b/example-webLinkBranch/WORKSPACE index 2a8b48f..bacbd3a 100644 --- a/example-webLinkBranch/WORKSPACE +++ b/example-webLinkBranch/WORKSPACE
@@ -3,7 +3,7 @@ load("//:bazlets.bzl", "load_bazlets") load_bazlets( - commit = "1650318289e9981c01e9122c62679b814c7d7a48", + commit = "ec949feac1b9dae6cc2c8c25d254f34924c54296", # local_path = "/home/<user>/projects/bazlets", )
diff --git a/example-webLinkBranch/tools/bzl/plugin.bzl b/example-webLinkBranch/tools/bzl/plugin.bzl index 2b1df8c..89a1643 100644 --- a/example-webLinkBranch/tools/bzl/plugin.bzl +++ b/example-webLinkBranch/tools/bzl/plugin.bzl
@@ -1,4 +1,8 @@ load( "@com_googlesource_gerrit_bazlets//:gerrit_plugin.bzl", - "gerrit_plugin", + _gerrit_plugin = "gerrit_plugin", + _plugin_deps = "PLUGIN_DEPS", ) + +gerrit_plugin = _gerrit_plugin +PLUGIN_DEPS = _plugin_deps
diff --git a/example-webLinkFileHistory/WORKSPACE b/example-webLinkFileHistory/WORKSPACE index 00047c0..db61ebc 100644 --- a/example-webLinkFileHistory/WORKSPACE +++ b/example-webLinkFileHistory/WORKSPACE
@@ -3,7 +3,7 @@ load("//:bazlets.bzl", "load_bazlets") load_bazlets( - commit = "1650318289e9981c01e9122c62679b814c7d7a48", + commit = "ec949feac1b9dae6cc2c8c25d254f34924c54296", # local_path = "/home/<user>/projects/bazlets", )
diff --git a/example-webLinkFileHistory/tools/bzl/plugin.bzl b/example-webLinkFileHistory/tools/bzl/plugin.bzl index 2b1df8c..89a1643 100644 --- a/example-webLinkFileHistory/tools/bzl/plugin.bzl +++ b/example-webLinkFileHistory/tools/bzl/plugin.bzl
@@ -1,4 +1,8 @@ load( "@com_googlesource_gerrit_bazlets//:gerrit_plugin.bzl", - "gerrit_plugin", + _gerrit_plugin = "gerrit_plugin", + _plugin_deps = "PLUGIN_DEPS", ) + +gerrit_plugin = _gerrit_plugin +PLUGIN_DEPS = _plugin_deps
diff --git a/example-webLinkPatchSet/WORKSPACE b/example-webLinkPatchSet/WORKSPACE index 00047c0..db61ebc 100644 --- a/example-webLinkPatchSet/WORKSPACE +++ b/example-webLinkPatchSet/WORKSPACE
@@ -3,7 +3,7 @@ load("//:bazlets.bzl", "load_bazlets") load_bazlets( - commit = "1650318289e9981c01e9122c62679b814c7d7a48", + commit = "ec949feac1b9dae6cc2c8c25d254f34924c54296", # local_path = "/home/<user>/projects/bazlets", )
diff --git a/example-webLinkPatchSet/tools/bzl/plugin.bzl b/example-webLinkPatchSet/tools/bzl/plugin.bzl index 2b1df8c..89a1643 100644 --- a/example-webLinkPatchSet/tools/bzl/plugin.bzl +++ b/example-webLinkPatchSet/tools/bzl/plugin.bzl
@@ -1,4 +1,8 @@ load( "@com_googlesource_gerrit_bazlets//:gerrit_plugin.bzl", - "gerrit_plugin", + _gerrit_plugin = "gerrit_plugin", + _plugin_deps = "PLUGIN_DEPS", ) + +gerrit_plugin = _gerrit_plugin +PLUGIN_DEPS = _plugin_deps
diff --git a/example-webLinkProject/WORKSPACE b/example-webLinkProject/WORKSPACE index 00047c0..db61ebc 100644 --- a/example-webLinkProject/WORKSPACE +++ b/example-webLinkProject/WORKSPACE
@@ -3,7 +3,7 @@ load("//:bazlets.bzl", "load_bazlets") load_bazlets( - commit = "1650318289e9981c01e9122c62679b814c7d7a48", + commit = "ec949feac1b9dae6cc2c8c25d254f34924c54296", # local_path = "/home/<user>/projects/bazlets", )
diff --git a/example-webLinkProject/tools/bzl/plugin.bzl b/example-webLinkProject/tools/bzl/plugin.bzl index 2b1df8c..89a1643 100644 --- a/example-webLinkProject/tools/bzl/plugin.bzl +++ b/example-webLinkProject/tools/bzl/plugin.bzl
@@ -1,4 +1,8 @@ load( "@com_googlesource_gerrit_bazlets//:gerrit_plugin.bzl", - "gerrit_plugin", + _gerrit_plugin = "gerrit_plugin", + _plugin_deps = "PLUGIN_DEPS", ) + +gerrit_plugin = _gerrit_plugin +PLUGIN_DEPS = _plugin_deps
diff --git a/example-wuiChangeScreenBelowChangeInfoBlock/WORKSPACE b/example-wuiChangeScreenBelowChangeInfoBlock/WORKSPACE index cb67375..9c736d9 100644 --- a/example-wuiChangeScreenBelowChangeInfoBlock/WORKSPACE +++ b/example-wuiChangeScreenBelowChangeInfoBlock/WORKSPACE
@@ -3,7 +3,7 @@ load("//:bazlets.bzl", "load_bazlets") load_bazlets( - commit = "1650318289e9981c01e9122c62679b814c7d7a48", + commit = "ec949feac1b9dae6cc2c8c25d254f34924c54296", # local_path = "/home/<user>/projects/bazlets", )
diff --git a/example-wuiChangeScreenBelowChangeInfoBlock/tools/bzl/plugin.bzl b/example-wuiChangeScreenBelowChangeInfoBlock/tools/bzl/plugin.bzl index 2b1df8c..89a1643 100644 --- a/example-wuiChangeScreenBelowChangeInfoBlock/tools/bzl/plugin.bzl +++ b/example-wuiChangeScreenBelowChangeInfoBlock/tools/bzl/plugin.bzl
@@ -1,4 +1,8 @@ load( "@com_googlesource_gerrit_bazlets//:gerrit_plugin.bzl", - "gerrit_plugin", + _gerrit_plugin = "gerrit_plugin", + _plugin_deps = "PLUGIN_DEPS", ) + +gerrit_plugin = _gerrit_plugin +PLUGIN_DEPS = _plugin_deps
diff --git a/example-wuiChangeScreenHeader/WORKSPACE b/example-wuiChangeScreenHeader/WORKSPACE index 37ad4a3..00385de 100644 --- a/example-wuiChangeScreenHeader/WORKSPACE +++ b/example-wuiChangeScreenHeader/WORKSPACE
@@ -3,7 +3,7 @@ load("//:bazlets.bzl", "load_bazlets") load_bazlets( - commit = "1650318289e9981c01e9122c62679b814c7d7a48", + commit = "ec949feac1b9dae6cc2c8c25d254f34924c54296", # local_path = "/home/<user>/projects/bazlets", )
diff --git a/example-wuiChangeScreenHeader/tools/bzl/plugin.bzl b/example-wuiChangeScreenHeader/tools/bzl/plugin.bzl index 2b1df8c..89a1643 100644 --- a/example-wuiChangeScreenHeader/tools/bzl/plugin.bzl +++ b/example-wuiChangeScreenHeader/tools/bzl/plugin.bzl
@@ -1,4 +1,8 @@ load( "@com_googlesource_gerrit_bazlets//:gerrit_plugin.bzl", - "gerrit_plugin", + _gerrit_plugin = "gerrit_plugin", + _plugin_deps = "PLUGIN_DEPS", ) + +gerrit_plugin = _gerrit_plugin +PLUGIN_DEPS = _plugin_deps
diff --git a/example-wuiChangeScreenHeaderRightOfButtons/WORKSPACE b/example-wuiChangeScreenHeaderRightOfButtons/WORKSPACE index 45ebe0a..e4d6eb9 100644 --- a/example-wuiChangeScreenHeaderRightOfButtons/WORKSPACE +++ b/example-wuiChangeScreenHeaderRightOfButtons/WORKSPACE
@@ -3,7 +3,7 @@ load("//:bazlets.bzl", "load_bazlets") load_bazlets( - commit = "1650318289e9981c01e9122c62679b814c7d7a48", + commit = "ec949feac1b9dae6cc2c8c25d254f34924c54296", # local_path = "/home/<user>/projects/bazlets", )
diff --git a/example-wuiChangeScreenHeaderRightOfButtons/tools/bzl/plugin.bzl b/example-wuiChangeScreenHeaderRightOfButtons/tools/bzl/plugin.bzl index 2b1df8c..89a1643 100644 --- a/example-wuiChangeScreenHeaderRightOfButtons/tools/bzl/plugin.bzl +++ b/example-wuiChangeScreenHeaderRightOfButtons/tools/bzl/plugin.bzl
@@ -1,4 +1,8 @@ load( "@com_googlesource_gerrit_bazlets//:gerrit_plugin.bzl", - "gerrit_plugin", + _gerrit_plugin = "gerrit_plugin", + _plugin_deps = "PLUGIN_DEPS", ) + +gerrit_plugin = _gerrit_plugin +PLUGIN_DEPS = _plugin_deps
diff --git a/example-wuiChangeScreenHeaderRightOfPopDowns/WORKSPACE b/example-wuiChangeScreenHeaderRightOfPopDowns/WORKSPACE index 0b98ed8..c38baeb 100644 --- a/example-wuiChangeScreenHeaderRightOfPopDowns/WORKSPACE +++ b/example-wuiChangeScreenHeaderRightOfPopDowns/WORKSPACE
@@ -3,7 +3,7 @@ load("//:bazlets.bzl", "load_bazlets") load_bazlets( - commit = "1650318289e9981c01e9122c62679b814c7d7a48", + commit = "ec949feac1b9dae6cc2c8c25d254f34924c54296", # local_path = "/home/<user>/projects/bazlets", )
diff --git a/example-wuiChangeScreenHeaderRightOfPopDowns/tools/bzl/plugin.bzl b/example-wuiChangeScreenHeaderRightOfPopDowns/tools/bzl/plugin.bzl index 2b1df8c..89a1643 100644 --- a/example-wuiChangeScreenHeaderRightOfPopDowns/tools/bzl/plugin.bzl +++ b/example-wuiChangeScreenHeaderRightOfPopDowns/tools/bzl/plugin.bzl
@@ -1,4 +1,8 @@ load( "@com_googlesource_gerrit_bazlets//:gerrit_plugin.bzl", - "gerrit_plugin", + _gerrit_plugin = "gerrit_plugin", + _plugin_deps = "PLUGIN_DEPS", ) + +gerrit_plugin = _gerrit_plugin +PLUGIN_DEPS = _plugin_deps
diff --git a/example-wuiPluginScreen/WORKSPACE b/example-wuiPluginScreen/WORKSPACE index fce842b..b79bf1c 100644 --- a/example-wuiPluginScreen/WORKSPACE +++ b/example-wuiPluginScreen/WORKSPACE
@@ -3,7 +3,7 @@ load("//:bazlets.bzl", "load_bazlets") load_bazlets( - commit = "1650318289e9981c01e9122c62679b814c7d7a48", + commit = "ec949feac1b9dae6cc2c8c25d254f34924c54296", # local_path = "/home/<user>/projects/bazlets", )
diff --git a/example-wuiPluginScreen/tools/bzl/plugin.bzl b/example-wuiPluginScreen/tools/bzl/plugin.bzl index 2b1df8c..89a1643 100644 --- a/example-wuiPluginScreen/tools/bzl/plugin.bzl +++ b/example-wuiPluginScreen/tools/bzl/plugin.bzl
@@ -1,4 +1,8 @@ load( "@com_googlesource_gerrit_bazlets//:gerrit_plugin.bzl", - "gerrit_plugin", + _gerrit_plugin = "gerrit_plugin", + _plugin_deps = "PLUGIN_DEPS", ) + +gerrit_plugin = _gerrit_plugin +PLUGIN_DEPS = _plugin_deps
diff --git a/example-wuiPreferenceScreenBottom/WORKSPACE b/example-wuiPreferenceScreenBottom/WORKSPACE index bbdb4df..b5ec636 100644 --- a/example-wuiPreferenceScreenBottom/WORKSPACE +++ b/example-wuiPreferenceScreenBottom/WORKSPACE
@@ -3,7 +3,7 @@ load("//:bazlets.bzl", "load_bazlets") load_bazlets( - commit = "1650318289e9981c01e9122c62679b814c7d7a48", + commit = "ec949feac1b9dae6cc2c8c25d254f34924c54296", # local_path = "/home/<user>/projects/bazlets", )
diff --git a/example-wuiPreferenceScreenBottom/tools/bzl/plugin.bzl b/example-wuiPreferenceScreenBottom/tools/bzl/plugin.bzl index 2b1df8c..89a1643 100644 --- a/example-wuiPreferenceScreenBottom/tools/bzl/plugin.bzl +++ b/example-wuiPreferenceScreenBottom/tools/bzl/plugin.bzl
@@ -1,4 +1,8 @@ load( "@com_googlesource_gerrit_bazlets//:gerrit_plugin.bzl", - "gerrit_plugin", + _gerrit_plugin = "gerrit_plugin", + _plugin_deps = "PLUGIN_DEPS", ) + +gerrit_plugin = _gerrit_plugin +PLUGIN_DEPS = _plugin_deps
diff --git a/example-wuiProfileExtensionBottom/WORKSPACE b/example-wuiProfileExtensionBottom/WORKSPACE index 4b41fca..81cc109 100644 --- a/example-wuiProfileExtensionBottom/WORKSPACE +++ b/example-wuiProfileExtensionBottom/WORKSPACE
@@ -3,7 +3,7 @@ load("//:bazlets.bzl", "load_bazlets") load_bazlets( - commit = "1650318289e9981c01e9122c62679b814c7d7a48", + commit = "ec949feac1b9dae6cc2c8c25d254f34924c54296", # local_path = "/home/<user>/projects/bazlets", )
diff --git a/example-wuiProfileExtensionBottom/tools/bzl/plugin.bzl b/example-wuiProfileExtensionBottom/tools/bzl/plugin.bzl index 2b1df8c..89a1643 100644 --- a/example-wuiProfileExtensionBottom/tools/bzl/plugin.bzl +++ b/example-wuiProfileExtensionBottom/tools/bzl/plugin.bzl
@@ -1,4 +1,8 @@ load( "@com_googlesource_gerrit_bazlets//:gerrit_plugin.bzl", - "gerrit_plugin", + _gerrit_plugin = "gerrit_plugin", + _plugin_deps = "PLUGIN_DEPS", ) + +gerrit_plugin = _gerrit_plugin +PLUGIN_DEPS = _plugin_deps
diff --git a/example-wuiSettingsScreen/WORKSPACE b/example-wuiSettingsScreen/WORKSPACE index fce842b..b79bf1c 100644 --- a/example-wuiSettingsScreen/WORKSPACE +++ b/example-wuiSettingsScreen/WORKSPACE
@@ -3,7 +3,7 @@ load("//:bazlets.bzl", "load_bazlets") load_bazlets( - commit = "1650318289e9981c01e9122c62679b814c7d7a48", + commit = "ec949feac1b9dae6cc2c8c25d254f34924c54296", # local_path = "/home/<user>/projects/bazlets", )
diff --git a/example-wuiSettingsScreen/tools/bzl/plugin.bzl b/example-wuiSettingsScreen/tools/bzl/plugin.bzl index 2b1df8c..89a1643 100644 --- a/example-wuiSettingsScreen/tools/bzl/plugin.bzl +++ b/example-wuiSettingsScreen/tools/bzl/plugin.bzl
@@ -1,4 +1,8 @@ load( "@com_googlesource_gerrit_bazlets//:gerrit_plugin.bzl", - "gerrit_plugin", + _gerrit_plugin = "gerrit_plugin", + _plugin_deps = "PLUGIN_DEPS", ) + +gerrit_plugin = _gerrit_plugin +PLUGIN_DEPS = _plugin_deps
diff --git a/tools/bzl/plugin.bzl b/tools/bzl/plugin.bzl index 2b1df8c..89a1643 100644 --- a/tools/bzl/plugin.bzl +++ b/tools/bzl/plugin.bzl
@@ -1,4 +1,8 @@ load( "@com_googlesource_gerrit_bazlets//:gerrit_plugin.bzl", - "gerrit_plugin", + _gerrit_plugin = "gerrit_plugin", + _plugin_deps = "PLUGIN_DEPS", ) + +gerrit_plugin = _gerrit_plugin +PLUGIN_DEPS = _plugin_deps