Add Android files for escapevelocity am: 959711e574 am: a6d220be8e

Original change: https://android-review.googlesource.com/c/platform/external/escapevelocity/+/1343297

Change-Id: Ib5c80e9e40ffb37408b08c037ef4aeb7b753ab27
diff --git a/Android.bp b/Android.bp
new file mode 100644
index 0000000..39fd261
--- /dev/null
+++ b/Android.bp
@@ -0,0 +1,5 @@
+java_library_host {
+    name: "escapevelocity",
+    srcs: ["src/main/**/*.java"],
+    libs: ["guava"],
+}
diff --git a/METADATA b/METADATA
new file mode 100644
index 0000000..10bb793
--- /dev/null
+++ b/METADATA
@@ -0,0 +1,17 @@
+name: "escapevelocity"
+description:
+    "A subset reimplementation of Apache Velocity with a much simpler API. "
+
+third_party {
+  url {
+    type: HOMEPAGE
+    value: "https://github.com/google/escapevelocity"
+  }
+  url {
+    type: GIT
+    value: "https://github.com/google/escapevelocity"
+  }
+  version: "escapevelocity-0.9.1"
+  last_upgrade_date { year: 2020 month: 6 day: 12 }
+  license_type: NOTICE
+}
diff --git a/MODULE_LICENSE_APACHE2 b/MODULE_LICENSE_APACHE2
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/MODULE_LICENSE_APACHE2