Add Android files for escapevelocity

Add Android.bp, METADATA and MODULE_LICENSE_APACHE2 files for
escapevelocity.

Bug: 158870037
Test: m checkbuild
Change-Id: Ibef08bca1c581866464aa046b01e1767f5a03cc4
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