[infra] Add jiri to manifest

Add jiri to the infra manifest so code search can index it.

Change-Id: I25a19ab754a635879d9c18a285163e246150b6b3
Reviewed-on: https://fuchsia-review.googlesource.com/c/manifest/+/483277
Reviewed-by: Nathan Mulcahey <nmulcahey@google.com>
diff --git a/infra b/infra
index 0886f7d..bb31b3b 100644
--- a/infra
+++ b/infra
@@ -34,6 +34,17 @@
              path="chromium/recipes-py"
              remote="https://chromium.googlesource.com/infra/luci/recipes-py"
              gerrithost="https://chromium-review.googlesource.com"/>
+
+    <!-- JIRI -->
+    <!-- We use attributes here to prevent devs from pulling this down by
+         default. This project is included to support jiri's inclusion in
+         codesearch. -->
+    <project name="jiri"
+             path="jiri"
+             remote="https://fuchsia.googlesource.com/jiri"
+             gerrithost="https://fuchsia-review.googlesource.com"
+             attributes="jiri"/>
+
   </projects>
   <hooks>
     <hook name="update-prebuilt"