[voila] Add packages.

LE-663

Test: build Voila
Change-Id: I0e7db22eba56779921f4db1183251aeafbc98925
diff --git a/peridot/packages/all b/peridot/packages/all
index 65ec31c..9e3fdaa 100644
--- a/peridot/packages/all
+++ b/peridot/packages/all
@@ -3,6 +3,7 @@
         "peridot/packages/benchmarks/all",
         "peridot/packages/examples/all",
         "peridot/packages/prod/all",
-        "peridot/packages/tests/all"
+        "peridot/packages/tests/all",
+        "peridot/packages/tools/all"
     ]
 }
diff --git a/peridot/packages/tests/all b/peridot/packages/tests/all
index bcb8834..78d2c8e 100644
--- a/peridot/packages/tests/all
+++ b/peridot/packages/tests/all
@@ -9,6 +9,7 @@
         "peridot/packages/tests/modular_integration_tests",
         "peridot/packages/tests/modular_unittests",
         "peridot/packages/tests/peridot_tests",
-        "peridot/packages/tests/re2"
+        "peridot/packages/tests/re2",
+        "peridot/packages/tests/voila"
     ]
 }
diff --git a/peridot/packages/tests/voila b/peridot/packages/tests/voila
new file mode 100644
index 0000000..e37c388
--- /dev/null
+++ b/peridot/packages/tests/voila
@@ -0,0 +1,5 @@
+{
+    "packages": [
+        "//peridot/bin/voila:tests"
+    ]
+}
diff --git a/peridot/packages/tools/all b/peridot/packages/tools/all
new file mode 100644
index 0000000..55e1897
--- /dev/null
+++ b/peridot/packages/tools/all
@@ -0,0 +1,5 @@
+{
+    "imports": [
+        "peridot/packages/tools/voila"
+    ]
+}
diff --git a/peridot/packages/tools/voila b/peridot/packages/tools/voila
new file mode 100644
index 0000000..7112a9c
--- /dev/null
+++ b/peridot/packages/tools/voila
@@ -0,0 +1,5 @@
+{
+    "packages": [
+        "//peridot/bin/voila"
+    ]
+}