aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2020-01-10 10:36:54 -0800
committerColin Cross <ccross@android.com>2020-01-16 14:50:00 -0800
commit5df5ed7c14708b31bb339b3b43c3e2e8d0a92ca0 (patch)
treed7199c74dcd18d414449e0f40fad9c0b883db718
parenta287cd13b51f44084b8bdb5134f2ae21bc75ae3a (diff)
downloadbumptech-5df5ed7c14708b31bb339b3b43c3e2e8d0a92ca0.tar.gz
Add Android.bp for glide prebuiltsandroid-r-preview-1
There are multiple users of the glide prebuilts in the tree that all reference them through ../../../prebuilts/maven_repo/bumptech. Create a module for them instead. Bug: 147316399 Test: m checkbuild Change-Id: Ibf2616c15f795024c654f26246bdeb8666417667 Merged-In: Ibf2616c15f795024c654f26246bdeb8666417667 (cherry picked from commit 27d17fba0488bdc0b300fad7bcdeceb13de4728e)
-rw-r--r--Android.bp10
1 files changed, 10 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
new file mode 100644
index 0000000..9304340
--- /dev/null
+++ b/Android.bp
@@ -0,0 +1,10 @@
+java_import {
+ name: "glide-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",
+ ],
+ jetifier: true,
+ notice: "LICENSE",
+}