Add an empty tools/BUILD file explicitely for Bazel

To make sure that all plugins consistently have empty BUILD files
within their tools.

Change-Id: I14a7a61e61df1e735e64bc7a98f17a52b25fc147
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