From a1bb125d280a4eb0ec662caf86b9460bc1b3c2f6 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Tue, 7 Apr 2015 11:38:41 -0700 Subject: 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 --- Android.mk | 10 ++++++---- 1 file 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 -- cgit v1.2.3