commit | bcc48df26de31b74a931394b8e80a4782d652de0 | [log] [tgz] |
---|---|---|
author | Nguyen Tuan Khang Phan <nguyen.tuan.khang.phan@ericsson.com> | Mon Jan 27 09:22:10 2020 -0500 |
committer | Nguyen Tuan Khang Phan <nguyen.tuan.khang.phan@ericsson.com> | Mon Jan 27 14:11:58 2020 -0500 |
tree | 4b38bab19dc2827d813581470de0925db9156dd0 | |
parent | 1e20c49fed7d47ec76832b91933a77e8f3462934 [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: I20486498c6db8d0c388e57461d9abb205ed17e80
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