summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bestas <mkbestas@lineageos.org>2018-04-01 20:41:15 +0300
committerMichael Bestas <mkbestas@lineageos.org>2018-04-05 14:12:15 +0300
commit85a785190837fb624b0c574668fe9e1b83d5d6c3 (patch)
tree88c1607c2c2b4b731144e1c33ef044ed44ea530e
parent08dd2c9b865d951da8090bf9fe93f1b38bcb18e0 (diff)
downloadandroid_packages_apps_Gallery2-85a785190837fb624b0c574668fe9e1b83d5d6c3.tar.gz
android_packages_apps_Gallery2-85a785190837fb624b0c574668fe9e1b83d5d6c3.tar.bz2
android_packages_apps_Gallery2-85a785190837fb624b0c574668fe9e1b83d5d6c3.zip
Gallery2: explicitly include android-support-v7-recyclerview
* Fixes non-jack build Change-Id: Ic5525736638360777dc6481c22924105f180b1be
-rw-r--r--Android.mk16
1 files changed, 9 insertions, 7 deletions
diff --git a/Android.mk b/Android.mk
index 4f930a960..723ed7eeb 100644
--- a/Android.mk
+++ b/Android.mk
@@ -6,13 +6,15 @@ LOCAL_MODULE_TAGS := optional
LOCAL_JAVA_LIBRARIES := telephony-common
-LOCAL_STATIC_JAVA_LIBRARIES += android-support-design
-LOCAL_STATIC_JAVA_LIBRARIES += android-support-v4
-LOCAL_STATIC_JAVA_LIBRARIES += android-support-v7-appcompat
-LOCAL_STATIC_JAVA_LIBRARIES += android-support-v13
-LOCAL_STATIC_JAVA_LIBRARIES += org.codeaurora.gallery.common
-LOCAL_STATIC_JAVA_LIBRARIES += mp4parser
-LOCAL_STATIC_JAVA_LIBRARIES += xmp_toolkit
+LOCAL_STATIC_JAVA_LIBRARIES := \
+ android-support-design \
+ android-support-v4 \
+ android-support-v7-appcompat \
+ android-support-v7-recyclerview \
+ android-support-v13 \
+ org.codeaurora.gallery.common \
+ mp4parser \
+ xmp_toolkit
LOCAL_SRC_FILES := \
$(call all-java-files-under, src) \