summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorKamaljeet Maini <kmaini@cyngn.com>2016-03-08 15:32:46 -0800
committerStephen Bird <sbird@cyngn.com>2016-04-08 10:21:13 -0700
commit795f46c1f3d51528cc9ba8aa387bd532153b8fd6 (patch)
tree59abe693ed4fc4740f769f07cd6d549ad98eaac9 /Android.mk
parent153585f4cb55604c034b65cb814121c1d742ee1b (diff)
downloadandroid_packages_apps_Dialer-795f46c1f3d51528cc9ba8aa387bd532153b8fd6.tar.gz
android_packages_apps_Dialer-795f46c1f3d51528cc9ba8aa387bd532153b8fd6.tar.bz2
android_packages_apps_Dialer-795f46c1f3d51528cc9ba8aa387bd532153b8fd6.zip
Port VoLTE support from DialerNext into AOSP Dialer
Modified Dialpad fragment to show 1) VoLTE label when there is only one provider, which supports VoLTE 2) VoLTE text below spinner icon for each provider that supports VoLTE when there is more than one provider Change-Id: Ifaffa16966d7d632b0262311b53d71a64f1e75ad Issue-Id: DIALER-720
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index d8c52b813..ea7f55c12 100644
--- a/Android.mk
+++ b/Android.mk
@@ -43,7 +43,9 @@ LOCAL_AAPT_FLAGS := \
--extra-packages com.cyanogen.ambient \
--extra-packages com.cyngn.uicommon
-LOCAL_JAVA_LIBRARIES := telephony-common
+LOCAL_JAVA_LIBRARIES := telephony-common \
+ ims-common
+
LOCAL_FULL_LIBS_MANIFEST_FILES := $(LOCAL_PATH)/AndroidManifest_cm.xml
LOCAL_STATIC_JAVA_LIBRARIES := \