135c2d5efd0ea0c2a48c37b24fe30fbdba6288387Sam JuddLOCAL_PATH := $(my-dir)
235c2d5efd0ea0c2a48c37b24fe30fbdba6288387Sam Juddinclude $(CLEAR_VARS)
335c2d5efd0ea0c2a48c37b24fe30fbdba6288387Sam Judd
435c2d5efd0ea0c2a48c37b24fe30fbdba6288387Sam JuddLOCAL_SRC_FILES := $(call all-java-files-under, library/src)
5d7429cebda1204623acc02825eaf50053a7ec3a9Alan NewbergerLOCAL_SRC_FILES += $(call all-java-files-under, third_party/disklrucache/src)
68cdac705a0f490736d71e5cf355ae41571989d2bSam JuddLOCAL_SRC_FILES += $(call all-java-files-under, third_party/gif_decoder/src)
7d7429cebda1204623acc02825eaf50053a7ec3a9Alan NewbergerLOCAL_SRC_FILES += $(call all-java-files-under, third_party/gif_encoder/src)
8d7429cebda1204623acc02825eaf50053a7ec3a9Alan NewbergerLOCAL_MANIFEST_FILE := library/src/main/AndroidManifest.xml
935c2d5efd0ea0c2a48c37b24fe30fbdba6288387Sam Judd
1035c2d5efd0ea0c2a48c37b24fe30fbdba6288387Sam JuddLOCAL_STATIC_JAVA_LIBRARIES := volley
118cdac705a0f490736d71e5cf355ae41571989d2bSam JuddLOCAL_STATIC_JAVA_LIBRARIES += android-support-v4
1235c2d5efd0ea0c2a48c37b24fe30fbdba6288387Sam Judd
1335c2d5efd0ea0c2a48c37b24fe30fbdba6288387Sam JuddLOCAL_MODULE := glide
1435c2d5efd0ea0c2a48c37b24fe30fbdba6288387Sam JuddLOCAL_MODULE_TAGS := optional
1535c2d5efd0ea0c2a48c37b24fe30fbdba6288387Sam JuddLOCAL_SDK_VERSION := 19
1635c2d5efd0ea0c2a48c37b24fe30fbdba6288387Sam Judd
1735c2d5efd0ea0c2a48c37b24fe30fbdba6288387Sam Juddinclude $(BUILD_STATIC_JAVA_LIBRARY)
1835c2d5efd0ea0c2a48c37b24fe30fbdba6288387Sam Judd
1935c2d5efd0ea0c2a48c37b24fe30fbdba6288387Sam Juddinclude $(CLEAR_VARS)
20