Add first version of android.json file.

Fix thinko in README.md.

Change-Id: I338c0f52141f22aa7f41766d97dc0e1cf8b28a3a
diff --git a/README.md b/README.md
index 19fc1a6..ff94cb9 100644
--- a/README.md
+++ b/README.md
@@ -55,9 +55,9 @@
 android:
 
     [{"Repo": ".*darwin.*", "Clone": false},
-     {"File": ".*mk$", "Clone": true}]
+     {"File": ".*mk$", "Clone": false}]
 
-
+A more elaborate configuration file is included as `android.json`.
 
 DISCLAIMER
 ==========
diff --git a/android.json b/android.json
new file mode 100644
index 0000000..98cead6
--- /dev/null
+++ b/android.json
@@ -0,0 +1,14 @@
+[
+  {
+    "Repo": ".*darwin.*",
+    "Clone": false
+  },
+  {
+    "File": ".*mk$",
+    "Clone": false
+  },
+  {
+    "File": ".*bp$",
+    "Clone": false
+  }
+]