[fshost] Add build-info to .cml.

Added this to make migration easier for
component authors.

Change-Id: I6cd0e48cce7a292ac8e4e1a9de40179c6dd1b08e
Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/513766
Reviewed-by: Gary Bressler <geb@google.com>
Reviewed-by: Brett Wilson <brettw@google.com>
Commit-Queue: Yaneury Fermin <yaneury@google.com>
diff --git a/src/storage/fshost/meta/fshost.cml b/src/storage/fshost/meta/fshost.cml
index e64efff..a871812 100644
--- a/src/storage/fshost/meta/fshost.cml
+++ b/src/storage/fshost/meta/fshost.cml
@@ -73,6 +73,11 @@
             path: "/delayed/fs/pkgfs/packages/root_ssl_certificates/0/data",
         },
         {
+            directory: "build-info",
+            rights: [ "r*" ],
+            path: "/delayed/fs/pkgfs/packages/build-info/0/data",
+        },
+        {
             directory: "system",
             rights: [ "rx*" ],
             path: "/fs/system",
@@ -202,6 +207,10 @@
             from: "self",
         },
         {
+            directory: "build-info",
+            from: "self",
+        },
+        {
             directory: "system",
             from: "self",
         },