Fixing tar_file and proxy-stc
Change-Id: I51ee55151975ba22d168ccad58efe92d55acd9e1
diff --git a/tools/package/BUCK b/tools/package/BUCK
index 4e8ab7e..8f429c9 100644
--- a/tools/package/BUCK
+++ b/tools/package/BUCK
@@ -39,6 +39,14 @@
sources = [ '$(location :onos-features)', ]
sources += staged_repos + staged_apps
+tar_file(
+ name = 'onos-package-runtime',
+ srcs = glob(['runtime/bin/*']),
+ root = 'tools/package',
+ out = 'package-runtime.tar.gz',
+ visibility = [ 'PUBLIC' ],
+)
+
genrule(
name = 'onos-package',
srcs = glob(['bin/*', 'etc/*', 'init/*', 'config/*', 'runtime/bin/*']),