commit | b6d64d55bf2922f6bd7d4a8c181be94383a705a4 | [log] [tgz] |
---|---|---|
author | Ray Milkey <ray@opennetworking.org> | Wed Jun 13 09:49:01 2018 -0700 |
committer | Ray Milkey <ray@opennetworking.org> | Wed Jun 13 17:11:28 2018 +0000 |
tree | bdbc41c989ed4049d4f0586ead8b4830fd1d2fb4 | |
parent | fd6d11bc8d3ce8a79e655c4a90d631e87892e414 [diff] [blame] |
Arista driver bazel build Change-Id: If9399a91e020fa8671d95c378159df050b46de7f
diff --git a/drivers/utilities/BUILD b/drivers/utilities/BUILD new file mode 100644 index 0000000..3263164 --- /dev/null +++ b/drivers/utilities/BUILD
@@ -0,0 +1,8 @@ +COMPILE_DEPS = CORE_DEPS + +osgi_jar_with_tests ( + deps = COMPILE_DEPS, + resources_root = 'src/main/resources', + resources = glob(['src/main/resources/**']), +) +