Initial build and manifest files. This creates an app that does nothing.

Includes required common libraries: chips, mail-common, and their resources
Change-Id: Ib21b34352271d1ff69eadd8fa935057afe32a17d
diff --git a/res/values/strings.xml b/res/values/strings.xml
new file mode 100644
index 0000000..bd40d1f
--- /dev/null
+++ b/res/values/strings.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="app_name">Unified Email</string>
+    <!-- Shown in Compose; the recipient(s) of the message [CHAR LIMIT=10] -->
+    <string name="to">To</string>
+    <!-- Shown in Compose; the cc recipient(s) of the message [CHAR LIMIT=10] -->
+    <string name="cc">Cc</string>
+    <!-- Shown in Compose; the bcc recipient(s) of the message [CHAR LIMIT=10] -->
+    <string name="bcc">Bcc</string>
+    <!-- Shown in Compose; the subject of the message [CHAR LIMIT=10] -->
+    <string name="subject_hint">Subject</string>
+</resources>
\ No newline at end of file