commit | 0223572326af2c9dd0893f295a40c3acae9b9132 | [log] [tgz] |
---|---|---|
author | Nguyen Tuan Khang Phan <nguyen.tuan.khang.phan@ericsson.com> | Mon Jan 27 10:04:04 2020 -0500 |
committer | Nguyen Tuan Khang Phan <nguyen.tuan.khang.phan@ericsson.com> | Mon Jan 27 13:45:37 2020 -0500 |
tree | d9c45c0d1326b6ede669a4bd8e124128178f0e66 | |
parent | 508d3cab5692a4353d0cb6e3435972c4fbf6e48e [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: Idce80c82edb828eb55cdab2523fb0d50897c31bb
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