summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorHugo Hudson <hugohudson@google.com>2011-07-15 17:41:12 +0100
committerHugo Hudson <hugohudson@google.com>2011-07-17 01:31:06 +0100
commitb002f512acfd12b0f25c62579af0b7ecb02d728e (patch)
treec2e9ca84144dd53f17941401e131082b832b3403 /Android.mk
parent5a174ef443cc2fd806bf2d34a7cd8a7ca6af6289 (diff)
downloadpackages_apps_Contacts-b002f512acfd12b0f25c62579af0b7ecb02d728e.tar.gz
packages_apps_Contacts-b002f512acfd12b0f25c62579af0b7ecb02d728e.tar.bz2
packages_apps_Contacts-b002f512acfd12b0f25c62579af0b7ecb02d728e.zip
Voicemail playback, with variable speed ui.
Introduces a new VoicemailPlaybackFragment and the VoicemailPlaybackPresenter that goes with it. Together these two form part of the CallDetailActivity, and allow us to play back voicemails inline with variable speed. Also included is the code from the CallLogFragment to launch the CallDetailActivity with suitable extras buried in the Intent. Change-Id: I86585685802b69441f5812b41c215f3534af26e4
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index c6bea9d49..e9e75150b 100644
--- a/Android.mk
+++ b/Android.mk
@@ -11,7 +11,10 @@ LOCAL_STATIC_JAVA_LIBRARIES := \
android-common \
guava \
android-support-v13 \
- android-support-v4
+ android-support-v4 \
+ android-ex-variablespeed \
+
+LOCAL_REQUIRED_MODULES := libvariablespeed
LOCAL_PACKAGE_NAME := Contacts
LOCAL_CERTIFICATE := shared