Disable the build and remove the version number. am: ae84b4377d am: 9051f921b8
am: 4c49316a06

Change-Id: I43e35163ff32038902277b3a30b5e9cc91581c46
diff --git a/Android.bp b/Android.bp
index 6c70cdd..3a441eb 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,14 +1,16 @@
-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",
-}
+// 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",
+//}