commit | b3cdb1ed9fa9e1950b68a0ed949bc74056e9d2b4 | [log] [tgz] |
---|---|---|
author | Nguyen Tuan Khang Phan <nguyen.tuan.khang.phan@ericsson.com> | Mon Jan 27 10:56:00 2020 -0500 |
committer | Nguyen Tuan Khang Phan <nguyen.tuan.khang.phan@ericsson.com> | Mon Jan 27 13:32:52 2020 -0500 |
tree | da0370aeab870f66a26dc445d5f1db562586da18 | |
parent | edcee3fc65ee2192a894e3ad7b361ddea925cf9a [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: Ief8af702330d4af55a96690689627d409fe03959
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