Build providers using bazel

Change-Id: I7d4ebcfb1d593e10aa93f0a4f7111680ed66a7e7
diff --git a/providers/lldpcommon/BUILD b/providers/lldpcommon/BUILD
new file mode 100644
index 0000000..df2080e
--- /dev/null
+++ b/providers/lldpcommon/BUILD
@@ -0,0 +1,5 @@
+COMPILE_DEPS = CORE_DEPS + NETTY
+
+osgi_jar_with_tests(
+    deps = COMPILE_DEPS,
+)