Add remote dialer prebuilt defintions am: 9f2bb47d3e

Original change: https://googleplex-android-review.googlesource.com/c/platform/prebuilts/maven_repo/bumptech/+/19976860

Change-Id: Idd5d31bba4599b1ea3ebc108618bcf1cabbb4b37
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/Android.bp b/Android.bp
index f91b8f3..ded387c 100644
--- a/Android.bp
+++ b/Android.bp
@@ -88,3 +88,24 @@
     processor_class: "com.bumptech.glide.annotation.compiler.GlideAnnotationProcessor",
     use_tools_jar: true,
 }
+
+java_import {
+    name: "dialer-glide-target-deps",
+    visibility: ["//packages/apps/Dialer"],
+    jars: [
+        "com/github/bumptech/glide/disklrucache/SNAPSHOT/disklrucache-SNAPSHOT.jar",
+        "com/github/bumptech/glide/gifdecoder/SNAPSHOT/gifdecoder-SNAPSHOT.jar",
+        "com/github/bumptech/glide/glide/SNAPSHOT/glide-SNAPSHOT.jar",
+        "com/github/bumptech/glide/annotation/SNAPSHOT/annotation-SNAPSHOT.jar",
+    ],
+    sdk_version: "current",
+}
+
+java_import_host {
+    name: "dialer-glide-host-deps",
+    visibility: ["//packages/apps/Dialer"],
+    jars: [
+        "com/github/bumptech/glide/annotation/SNAPSHOT/annotation-SNAPSHOT.jar",
+        "com/github/bumptech/glide/compiler/SNAPSHOT/compiler-SNAPSHOT.jar",
+    ],
+}