aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2017-12-12 08:35:15 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-12-12 08:35:15 +0000
commit2d9a6bab16a882a15ed8af4d4a5e367b0eaa153f (patch)
tree0abb005ebb5ee705958a1eb27edfed9c4b7808c0
parent1ae766ae5e53428ba97ec2458dc79a43e112d81f (diff)
parent3fba2c44ddd4165a81fe19b891e71464915db01d (diff)
downloadglide-2d9a6bab16a882a15ed8af4d4a5e367b0eaa153f.tar.gz
Snap for 4498106 from 3fba2c44ddd4165a81fe19b891e71464915db01d to pi-release
Change-Id: Id0933bf630b9b3dbe13e030d2e7d52aebb81adbc
-rw-r--r--Android.mk9
1 files changed, 7 insertions, 2 deletions
diff --git a/Android.mk b/Android.mk
index 1a752714..267e9d47 100644
--- a/Android.mk
+++ b/Android.mk
@@ -7,11 +7,16 @@ LOCAL_SRC_FILES += $(call all-java-files-under, third_party/gif_decoder/src)
LOCAL_SRC_FILES += $(call all-java-files-under, third_party/gif_encoder/src)
LOCAL_MANIFEST_FILE := library/src/main/AndroidManifest.xml
-LOCAL_STATIC_JAVA_LIBRARIES := volley
-LOCAL_STATIC_JAVA_LIBRARIES += android-support-v4
+LOCAL_JAVA_LIBRARIES := volley
+
+LOCAL_SHARED_ANDROID_LIBRARIES := \
+ android-support-fragment \
+ android-support-core-ui \
+ android-support-compat
LOCAL_MODULE := glide
LOCAL_MODULE_TAGS := optional
+LOCAL_USE_AAPT2 := true
LOCAL_SDK_VERSION := 19
include $(BUILD_STATIC_JAVA_LIBRARY)