API for LLDP, NS, NA, ARP counter added in Packet stats app

Change-Id: If49f35d2fb302496f59e095a2ae6062ca48108ad
diff --git a/apps/packet-stats/app/BUILD b/apps/packet-stats/app/BUILD
new file mode 100644
index 0000000..12c0a66
--- /dev/null
+++ b/apps/packet-stats/app/BUILD
@@ -0,0 +1,7 @@
+COMPILE_DEPS = CORE_DEPS + JACKSON + KRYO + CLI + METRICS + [
+    "//core/store/serializers:onos-core-serializers",
+]
+
+osgi_jar_with_tests(
+    deps = COMPILE_DEPS,
+)