commit | 28eb245f939167e821e4e6bc75da9a181a427c3b | [log] [tgz] |
---|---|---|
author | Nguyen Tuan Khang Phan <nguyen.tuan.khang.phan@ericsson.com> | Mon Jan 27 10:15:58 2020 -0500 |
committer | Nguyen Tuan Khang Phan <nguyen.tuan.khang.phan@ericsson.com> | Mon Jan 27 13:38:59 2020 -0500 |
tree | 2dc786fe61a7674a5e47bcd96b4b59906315cb38 | |
parent | 06b1027c23f97f2f6367df6a5375d4d83d9d55ed [diff] |
Add an empty tools/BUILD file explicitly for Bazel To make sure that all plugins consistently have empty BUILD files within their tools. Change-Id: I76c9507f5228ef1fdb285702bac172cfe40f23e3
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