aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2019-11-13 13:56:34 -0800
committerElliott Hughes <enh@google.com>2019-11-14 09:48:21 -0800
commitae84b4377d9f4b007e222530bed7f7c517d7e97b (patch)
treec567076e8e700d889e2bb6590a989fc540139e65 /Android.bp
parentf2d546507ecdf98e303f0238c280a11461f49467 (diff)
downloadlottie-ae84b4377d9f4b007e222530bed7f7c517d7e97b.tar.gz
Disable the build and remove the version number.
This project is currently unused and also out of date. This lets the pending upgrade to v3.1.0 go ahead, but the team wanting to use this library will need to add the new dependency of okio to the platform. Test: treehugger Change-Id: I000f96566e6e555e90a393db1d112f7d4b4dd9e5
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp30
1 files changed, 16 insertions, 14 deletions
diff --git a/Android.bp b/Android.bp
index 6c70cddb..3a441eb9 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",
+//}