Fixing bazel-based packaging of the CLI branding

Change-Id: I2a275a99d9a59ac4ac297e7cd445b11de63ca47b
diff --git a/tools/package/branding/BUILD b/tools/package/branding/BUILD
index 72fa352..e4f8270 100644
--- a/tools/package/branding/BUILD
+++ b/tools/package/branding/BUILD
@@ -1,5 +1,6 @@
 
 java_library(
-    name = "onos-tools-package-branding",
-    visibility = ["//visibility:public"],
-)
\ No newline at end of file
+     name = "onos-tools-package-branding",
+     resources = glob(["src/main/resources/**/*"]),
+     visibility = ["//visibility:public"],
+ )
\ No newline at end of file