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/**']),
+)
+