Upgrade lottie to v3.1.0

Test: None
Change-Id: I441191e814759cd4226ada38f9c843d2fb9d82d6
diff --git a/Android.bp b/Android.bp
new file mode 100644
index 0000000..6c70cdd
--- /dev/null
+++ b/Android.bp
@@ -0,0 +1,14 @@
+android_library {
+    name: "lottie-v2.8.0",
+    srcs: [
+        "lottie/src/main/**/*.java",
+    ],
+    resource_dirs: ["lottie/src/main/res/"],
+    static_libs: [
+        "androidx.appcompat_appcompat"
+    ],
+    manifest: "lottie/src/main/AndroidManifest.xml",
+    sdk_version: "28",
+    min_sdk_version: "16",
+    java_version: "1.7",
+}
diff --git a/METADATA b/METADATA
new file mode 100644
index 0000000..1bf74a5
--- /dev/null
+++ b/METADATA
@@ -0,0 +1,14 @@
+name: "lottie"
+description: "Lottie is a mobile library for Android and iOS that parses Adobe After Effects animations exported as json with bodymovin and renders the vector animations natively on mobile and through React Native! See: https://github.com/airbnb/lottie-android"
+third_party {
+  url {
+    type: GIT
+    value: "https://github.com/airbnb/lottie-android"
+  }
+  version: "v3.1.0"
+  last_upgrade_date {
+    year: 2019
+    month: 10
+    day: 15
+  }
+}
diff --git a/MODULE_LICENSE_APACHE2 b/MODULE_LICENSE_APACHE2
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/MODULE_LICENSE_APACHE2
diff --git a/NOTICE b/NOTICE
new file mode 120000
index 0000000..7a694c9
--- /dev/null
+++ b/NOTICE
@@ -0,0 +1 @@
+LICENSE
\ No newline at end of file