Merge branch 'stable-2.16' into stable-3.0

* stable-2.16:
  Documentation: Add missing footer that links to plugin index page
  Add an empty tools/BUILD file explicitly for Bazel

Change-Id: I067dff3974aa05c5c776e1a1701c632da474e73c
diff --git a/src/main/resources/Documentation/build.md b/src/main/resources/Documentation/build.md
index 3658b55..de99226 100644
--- a/src/main/resources/Documentation/build.md
+++ b/src/main/resources/Documentation/build.md
@@ -60,3 +60,7 @@
 
 How to build the Gerrit Plugin API is described in the [Gerrit
 documentation](../../../Documentation/dev-bazel.html#_extension_and_plugin_api_jar_files).
+
+[Back to @PLUGIN@ documentation index][index]
+
+[index]: index.html
diff --git a/tools/BUILD b/tools/BUILD
new file mode 100644
index 0000000..1fa2160
--- /dev/null
+++ b/tools/BUILD
@@ -0,0 +1 @@
+# Empty file - bazel treat directories with BUILD file as a package
\ No newline at end of file