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-10 10:36:54 -0800
commit27d17fba0488bdc0b300fad7bcdeceb13de4728e (patch)
treed7199c74dcd18d414449e0f40fad9c0b883db718
parent8b28e8cc23d571f5102c61f36545691431c9ffb0 (diff)
downloadbumptech-27d17fba0488bdc0b300fad7bcdeceb13de4728e.tar.gz
Add Android.bp for glide prebuilts
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
-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",
+}