summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLujiang Xue <rogerxue@google.com>2017-05-25 09:10:58 -0700
committerLujiang Xue <rogerxue@google.com>2017-05-25 09:10:58 -0700
commitc0f306f94a3a3d868fbc317db8ae65447f00be0e (patch)
tree2a07265c47487ae93a1b5a98814e28ec0d6dc9df
parent15528d8d010d2bc6509bd8cc62f2d8972ed199b7 (diff)
downloadandroid_packages_apps_Dialer-c0f306f94a3a3d868fbc317db8ae65447f00be0e.tar.gz
android_packages_apps_Dialer-c0f306f94a3a3d868fbc317db8ae65447f00be0e.tar.bz2
android_packages_apps_Dialer-c0f306f94a3a3d868fbc317db8ae65447f00be0e.zip
update glide snapshot
Test: build the app Change-Id: I819306673e59a3fb53b877adf38e0294cc8c5dbf
-rw-r--r--Android.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/Android.mk b/Android.mk
index 1388b0133..440460f22 100644
--- a/Android.mk
+++ b/Android.mk
@@ -345,7 +345,7 @@ include $(CLEAR_VARS)
LOCAL_MODULE_CLASS := JAVA_LIBRARIES
LOCAL_MODULE := dialer-disklrucache-target
LOCAL_SDK_VERSION := current
-LOCAL_SRC_FILES := ../../../prebuilts/maven_repo/bumptech/com/github/bumptech/glide/disklrucache/1.0.0-SNAPSHOT/disklrucache-1.0.0-SNAPSHOT$(COMMON_JAVA_PACKAGE_SUFFIX)
+LOCAL_SRC_FILES := ../../../prebuilts/maven_repo/bumptech/com/github/bumptech/glide/disklrucache/SNAPSHOT/disklrucache-SNAPSHOT$(COMMON_JAVA_PACKAGE_SUFFIX)
LOCAL_UNINSTALLABLE_MODULE := true
include $(BUILD_PREBUILT)
@@ -355,7 +355,7 @@ include $(CLEAR_VARS)
LOCAL_MODULE_CLASS := JAVA_LIBRARIES
LOCAL_MODULE := dialer-gifdecoder-target
LOCAL_SDK_VERSION := current
-LOCAL_SRC_FILES := ../../../prebuilts/maven_repo/bumptech/com/github/bumptech/glide/gifdecoder/1.0.0-SNAPSHOT/gifdecoder-1.0.0-SNAPSHOT$(COMMON_JAVA_PACKAGE_SUFFIX)
+LOCAL_SRC_FILES := ../../../prebuilts/maven_repo/bumptech/com/github/bumptech/glide/gifdecoder/SNAPSHOT/gifdecoder-SNAPSHOT$(COMMON_JAVA_PACKAGE_SUFFIX)
LOCAL_UNINSTALLABLE_MODULE := true
include $(BUILD_PREBUILT)
@@ -365,7 +365,7 @@ include $(CLEAR_VARS)
LOCAL_MODULE_CLASS := JAVA_LIBRARIES
LOCAL_MODULE := dialer-glide-target
LOCAL_SDK_VERSION := current
-LOCAL_SRC_FILES := ../../../prebuilts/maven_repo/bumptech/com/github/bumptech/glide/glide/4.0.0-SNAPSHOT/glide-4.0.0-SNAPSHOT$(COMMON_JAVA_PACKAGE_SUFFIX)
+LOCAL_SRC_FILES := ../../../prebuilts/maven_repo/bumptech/com/github/bumptech/glide/glide/SNAPSHOT/glide-SNAPSHOT$(COMMON_JAVA_PACKAGE_SUFFIX)
LOCAL_UNINSTALLABLE_MODULE := true
include $(BUILD_PREBUILT)
@@ -430,4 +430,4 @@ LOCAL_UNINSTALLABLE_MODULE := true
include $(BUILD_PREBUILT)
-include $(CLEAR_VARS) \ No newline at end of file
+include $(CLEAR_VARS)