From f29fa7f711e3611dc88bf54984c82baad77776a0 Mon Sep 17 00:00:00 2001 From: Prasath Balakrishnan Date: Fri, 3 Jun 2016 08:01:00 -0500 Subject: [PATCH] Telephony(MSIM): Add telephony-ext to boot jar path and PRODUCT_PACKAGES Include the telephony-ext jar library in PRODUCT_PACKAGES and in boot jar path. The telephony-ext jar is needed for MSIM manual provisioning and other telephony related functionalities to work. Change-Id: I049ec39e88ec734e3770a9439d4c7ba8949b4357 --- config/telephony.mk | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/config/telephony.mk b/config/telephony.mk index 25031258..29d3e978 100644 --- a/config/telephony.mk +++ b/config/telephony.mk @@ -6,7 +6,11 @@ PRODUCT_COPY_FILES += \ PRODUCT_PACKAGES += \ messaging \ Stk \ - CellBroadcastReceiver + CellBroadcastReceiver \ + telephony-ext + +PRODUCT_BOOT_JARS += \ + telephony-ext # Default ringtone PRODUCT_PROPERTY_OVERRIDES += \