aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-10-12 01:40:11 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-10-12 01:40:11 +0000
commit3b986bd6b8263d95434f8c95102a4e8f59b19748 (patch)
tree19e053278436ccd51bb09f005f1193b8dc125aa8
parent216ee40f1d09e2ad3aaa320e871626a5d30ed1de (diff)
parente8b353fe03b93e76d48b0745462b7cf9e64bbeba (diff)
downloadbumptech-android-mainline-12.0.0_r118.tar.gz
Change-Id: Ifcfc75d0c51bf5d63ff6641e19e45caf5921bc0a
-rw-r--r--Android.bp74
-rw-r--r--com/github/bumptech/glide/annotation/4.12.0/annotations-4.12.0.jarbin0 -> 3707 bytes
-rw-r--r--com/github/bumptech/glide/compiler/4.12.0/compiler-4.12.0.jarbin0 -> 314553 bytes
-rw-r--r--com/github/bumptech/glide/disklrucache/4.12.0/disklrucache-4.12.0.aarbin0 -> 18584 bytes
-rw-r--r--com/github/bumptech/glide/gifdecoder/4.12.0/gifdecoder-4.12.0.aarbin0 -> 17582 bytes
-rw-r--r--com/github/bumptech/glide/glide/4.12.0/glide-4.12.0.aarbin0 -> 640219 bytes
6 files changed, 70 insertions, 4 deletions
diff --git a/Android.bp b/Android.bp
index 23f5dad..a298f52 100644
--- a/Android.bp
+++ b/Android.bp
@@ -29,13 +29,79 @@ license {
],
}
-java_import {
+android_library_import {
name: "glide-prebuilt",
+ aars: [
+ "com/github/bumptech/glide/glide/4.12.0/glide-4.12.0.aar",
+ ],
+ jetifier: true,
+ apex_available: [
+ "com.android.mediaprovider",
+ "//apex_available:platform",
+ ],
+ sdk_version: "current",
+ min_sdk_version: "14",
+ notice: "LICENSE",
+}
+
+android_library_import {
+ name: "glide-disklrucache-prebuilt",
+ aars: [
+ "com/github/bumptech/glide/disklrucache/4.12.0/disklrucache-4.12.0.aar",
+ ],
+ jetifier: true,
+ apex_available: [
+ "com.android.mediaprovider",
+ "//apex_available:platform",
+ ],
+ sdk_version: "current",
+ min_sdk_version: "14",
+ notice: "LICENSE",
+}
+
+android_library_import {
+ name: "glide-gifdecoder-prebuilt",
+ aars: [
+ "com/github/bumptech/glide/gifdecoder/4.12.0/gifdecoder-4.12.0.aar",
+ ],
+ jetifier: true,
+ apex_available: [
+ "com.android.mediaprovider",
+ "//apex_available:platform",
+ ],
+ sdk_version: "current",
+ min_sdk_version: "14",
+ notice: "LICENSE",
+}
+
+java_import {
+ name: "glide-annotation-and-compiler-prebuilt",
jars: [
- "com/github/bumptech/glide/glide/4.8.0/glide-4.8.0.jar",
- "com/github/bumptech/glide/disklrucache/4.8.0/disklrucache-4.8.0.jar",
- "com/github/bumptech/glide/gifdecoder/4.8.0/gifdecoder-4.8.0.jar",
+ "com/github/bumptech/glide/compiler/4.12.0/compiler-4.12.0.jar",
+ "com/github/bumptech/glide/annotation/4.12.0/annotations-4.12.0.jar",
],
jetifier: true,
+ apex_available: [
+ "com.android.mediaprovider",
+ "//apex_available:platform",
+ ],
+ sdk_version: "current",
+ min_sdk_version: "14",
notice: "LICENSE",
}
+
+java_import_host {
+ name: "glide-annotation-and-compiler-prebuilt-host",
+ jars: [
+ "com/github/bumptech/glide/compiler/4.12.0/compiler-4.12.0.jar",
+ "com/github/bumptech/glide/annotation/4.12.0/annotations-4.12.0.jar",
+ ],
+ notice: "LICENSE",
+}
+
+java_plugin {
+ name: "glide-annotation-processor",
+ static_libs: ["glide-annotation-and-compiler-prebuilt-host"],
+ processor_class: "com.bumptech.glide.annotation.compiler.GlideAnnotationProcessor",
+ use_tools_jar: true,
+}
diff --git a/com/github/bumptech/glide/annotation/4.12.0/annotations-4.12.0.jar b/com/github/bumptech/glide/annotation/4.12.0/annotations-4.12.0.jar
new file mode 100644
index 0000000..4f82189
--- /dev/null
+++ b/com/github/bumptech/glide/annotation/4.12.0/annotations-4.12.0.jar
Binary files differ
diff --git a/com/github/bumptech/glide/compiler/4.12.0/compiler-4.12.0.jar b/com/github/bumptech/glide/compiler/4.12.0/compiler-4.12.0.jar
new file mode 100644
index 0000000..f26f3fd
--- /dev/null
+++ b/com/github/bumptech/glide/compiler/4.12.0/compiler-4.12.0.jar
Binary files differ
diff --git a/com/github/bumptech/glide/disklrucache/4.12.0/disklrucache-4.12.0.aar b/com/github/bumptech/glide/disklrucache/4.12.0/disklrucache-4.12.0.aar
new file mode 100644
index 0000000..f26adeb
--- /dev/null
+++ b/com/github/bumptech/glide/disklrucache/4.12.0/disklrucache-4.12.0.aar
Binary files differ
diff --git a/com/github/bumptech/glide/gifdecoder/4.12.0/gifdecoder-4.12.0.aar b/com/github/bumptech/glide/gifdecoder/4.12.0/gifdecoder-4.12.0.aar
new file mode 100644
index 0000000..ff4d9b3
--- /dev/null
+++ b/com/github/bumptech/glide/gifdecoder/4.12.0/gifdecoder-4.12.0.aar
Binary files differ
diff --git a/com/github/bumptech/glide/glide/4.12.0/glide-4.12.0.aar b/com/github/bumptech/glide/glide/4.12.0/glide-4.12.0.aar
new file mode 100644
index 0000000..00611d6
--- /dev/null
+++ b/com/github/bumptech/glide/glide/4.12.0/glide-4.12.0.aar
Binary files differ