Snap for 6128581 from 27d17fba0488bdc0b300fad7bcdeceb13de4728e to rvc-release

Change-Id: Idb013be17d3f83dd89f6c8d87a8e15588ef51539
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",
+}