aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Android.bp5
-rw-r--r--METADATA17
-rw-r--r--MODULE_LICENSE_APACHE20
3 files changed, 22 insertions, 0 deletions
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