[fonts] Add Jiri manifest and contents.json for fontdata

Packing script to be added later.

Bug: 8892
Change-Id: I4b30067a385dd93c26762d97f83b4096505268c5
diff --git a/contents.json b/contents.json
new file mode 100644
index 0000000..a41a304
--- /dev/null
+++ b/contents.json
@@ -0,0 +1,75 @@
+[
+  {
+    "destination": "roboto",
+    "files": [
+      "github.com/google/fonts/apache/roboto/Roboto-BlackItalic.ttf",
+      "github.com/google/fonts/apache/roboto/Roboto-Black.ttf",
+      "github.com/google/fonts/apache/roboto/Roboto-BoldItalic.ttf",
+      "github.com/google/fonts/apache/roboto/Roboto-Bold.ttf",
+      "github.com/google/fonts/apache/roboto/Roboto-Italic.ttf",
+      "github.com/google/fonts/apache/roboto/Roboto-LightItalic.ttf",
+      "github.com/google/fonts/apache/roboto/Roboto-Light.ttf",
+      "github.com/google/fonts/apache/roboto/Roboto-MediumItalic.ttf",
+      "github.com/google/fonts/apache/roboto/Roboto-Medium.ttf",
+      "github.com/google/fonts/apache/roboto/Roboto-Regular.ttf",
+      "github.com/google/fonts/apache/roboto/Roboto-ThinItalic.ttf",
+      "github.com/google/fonts/apache/roboto/Roboto-Thin.ttf",
+      "github.com/google/fonts/apache/roboto/LICENSE.txt"
+    ]
+  },
+  {
+    "destination": "robotocondensed",
+    "files": [
+      "github.com/google/fonts/apache/robotocondensed/RobotoCondensed-BoldItalic.ttf",
+      "github.com/google/fonts/apache/robotocondensed/RobotoCondensed-Bold.ttf",
+      "github.com/google/fonts/apache/robotocondensed/RobotoCondensed-Italic.ttf",
+      "github.com/google/fonts/apache/robotocondensed/RobotoCondensed-LightItalic.ttf",
+      "github.com/google/fonts/apache/robotocondensed/RobotoCondensed-Light.ttf",
+      "github.com/google/fonts/apache/robotocondensed/RobotoCondensed-Regular.ttf",
+      "github.com/google/fonts/apache/robotocondensed/LICENSE.txt"
+    ]
+  },
+  {
+    "destination": "robotomono",
+    "files": [
+      "github.com/google/fonts/apache/robotomono/RobotoMono-BoldItalic.ttf",
+      "github.com/google/fonts/apache/robotomono/RobotoMono-Bold.ttf",
+      "github.com/google/fonts/apache/robotomono/RobotoMono-Italic.ttf",
+      "github.com/google/fonts/apache/robotomono/RobotoMono-LightItalic.ttf",
+      "github.com/google/fonts/apache/robotomono/RobotoMono-Light.ttf",
+      "github.com/google/fonts/apache/robotomono/RobotoMono-MediumItalic.ttf",
+      "github.com/google/fonts/apache/robotomono/RobotoMono-Medium.ttf",
+      "github.com/google/fonts/apache/robotomono/RobotoMono-Regular.ttf",
+      "github.com/google/fonts/apache/robotomono/RobotoMono-ThinItalic.ttf",
+      "github.com/google/fonts/apache/robotomono/RobotoMono-Thin.ttf",
+      "github.com/google/fonts/apache/robotomono/LICENSE.txt"
+    ]
+  },
+  {
+    "destination": "material",
+    "files": [
+      "github.com/google/material-design-icons/iconfont/MaterialIcons-Regular.ttf",
+      "github.com/google/material-design-icons/LICENSE"
+    ]
+  },
+  {
+    "destination": "noto-cjk",
+    "files": [
+      "github.com/googlefonts/noto-cjk/NotoSansCJK-Black.ttc",
+      "github.com/googlefonts/noto-cjk/NotoSansCJK-Bold.ttc",
+      "github.com/googlefonts/noto-cjk/NotoSansCJK-DemiLight.ttc",
+      "github.com/googlefonts/noto-cjk/NotoSansCJK-Light.ttc",
+      "github.com/googlefonts/noto-cjk/NotoSansCJK-Medium.ttc",
+      "github.com/googlefonts/noto-cjk/NotoSansCJK-Regular.ttc",
+      "github.com/googlefonts/noto-cjk/NotoSansCJK-Thin.ttc",
+      "github.com/googlefonts/noto-cjk/NotoSerifCJK-Black.ttc",
+      "github.com/googlefonts/noto-cjk/NotoSerifCJK-Bold.ttc",
+      "github.com/googlefonts/noto-cjk/NotoSerifCJK-ExtraLight.ttc",
+      "github.com/googlefonts/noto-cjk/NotoSerifCJK-Light.ttc",
+      "github.com/googlefonts/noto-cjk/NotoSerifCJK-Medium.ttc",
+      "github.com/googlefonts/noto-cjk/NotoSerifCJK-Regular.ttc",
+      "github.com/googlefonts/noto-cjk/NotoSerifCJK-SemiBold.ttc",
+      "github.com/googlefonts/noto-cjk/LICENSE"
+    ]
+  }
+]
\ No newline at end of file
diff --git a/manifest.xml b/manifest.xml
new file mode 100644
index 0000000..9e17b1d
--- /dev/null
+++ b/manifest.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest>
+  <imports>
+  </imports>
+  <projects>
+    <project
+        name="github.com/google/fonts"
+        path="github.com/google/fonts"
+        remote="https://github.googlesource.com/google/fonts"
+        revision="76d80d204e18c793158aaeb80e524197a333a68a"/>
+    <project
+        name="github.com/google/material-design-icons"
+        path="github.com/google/material-design-icons"
+        remote="https://github.googlesource.com/google/material-design-icons"
+        revision="224895a86501195e7a7ff3dde18e39f00b8e3d5a"/>
+    <project
+        name="github.com/googlei18n/noto-cjk"
+        path="github.com/googlei18n/noto-cjk"
+        remote="https://github.googlesource.com/googlei18n/noto-cjk"
+        revision="be6c059ac1587e556e2412b27f5155c8eb3ddbe6"/>
+  </projects>
+</manifest>
\ No newline at end of file