summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2015-04-07 11:38:41 -0700
committerAndrew Lee <anwlee@google.com>2015-04-07 11:38:41 -0700
commita1bb125d280a4eb0ec662caf86b9460bc1b3c2f6 (patch)
tree41c6899773fdc379c79a3a03d3b5de87f9ea0719 /Android.mk
parent2370e85a8203b4dc3722f2e013124e1e88d15b7c (diff)
downloadandroid_packages_apps_Dialer-a1bb125d280a4eb0ec662caf86b9460bc1b3c2f6.tar.gz
android_packages_apps_Dialer-a1bb125d280a4eb0ec662caf86b9460bc1b3c2f6.tar.bz2
android_packages_apps_Dialer-a1bb125d280a4eb0ec662caf86b9460bc1b3c2f6.zip
Add dependencies for RecyclerView.
And, sort dependencies to make them more organized. These dependencies aren't used yet, but will be shortly by using a RecyclerView for the call log. Bug: 19372817 Change-Id: Ie10077fc10a849bee7573c451c779705ac5cdccb
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk10
1 files changed, 6 insertions, 4 deletions
diff --git a/Android.mk b/Android.mk
index 696caf133..b029189e8 100644
--- a/Android.mk
+++ b/Android.mk
@@ -22,19 +22,21 @@ LOCAL_RESOURCE_DIR := $(addprefix $(LOCAL_PATH)/, $(res_dirs))
LOCAL_AAPT_FLAGS := \
--auto-add-overlay \
+ --extra-packages android.support.v7.recyclerview \
--extra-packages com.android.incallui \
--extra-packages com.android.contacts.common \
--extra-packages com.android.phone.common
LOCAL_JAVA_LIBRARIES := telephony-common
LOCAL_STATIC_JAVA_LIBRARIES := \
- com.android.services.telephony.common \
- com.android.vcard \
android-common \
- guava \
+ android-ex-variablespeed \
android-support-v13 \
android-support-v4 \
- android-ex-variablespeed \
+ android-support-v7-recyclerview \
+ com.android.services.telephony.common \
+ com.android.vcard \
+ guava \
libphonenumber
LOCAL_REQUIRED_MODULES := libvariablespeed