Upgrade lottie to v3.3.0

Test: None
Change-Id: Ie3127fc403f2d0c40677a92c09d3277d12becc4a
diff --git a/Android.bp b/Android.bp
new file mode 100644
index 0000000..3a441eb
--- /dev/null
+++ b/Android.bp
@@ -0,0 +1,16 @@
+// The current version of lottie requires okio, which any team wanting to use
+// lottie will need to add via the go/android-3p process to fix the build...
+//android_library {
+//    name: "lottie",
+//    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..f748ae9
--- /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.3.0"
+  last_upgrade_date {
+    year: 2019
+    month: 12
+    day: 3
+  }
+}
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