aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'Android.bp')
-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",
+}