Initial prototype of Gradle plugin to build Android applications

This is an initial prototype Gradle plugin that can build Android applications.
This is intended to demonstrate how such a plugin would be wired together. Most
of the tasks are placeholders for a real implementation. See the readme for
details.

Change-Id: I8f25493b9656c3919c0635c0e5363cdd9c8c171d
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..e96ffab
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,6 @@
+local.properties
+*.iml
+*.ipr
+*.iws
+build
+.gradle