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
diff --git a/common.mk b/common.mk
index ada0cd3..2fcf183 100644
--- a/common.mk
+++ b/common.mk
@@ -92,7 +92,11 @@
 PRODUCT_PACKAGES += \
     messaging \
     CellBroadcastReceiver \
-    Stk
+    Stk \
+    telephony-ext
+
+PRODUCT_BOOT_JARS += \
+    telephony-ext
 
 #RCS //Needed for Contacts and Mms Apps
 PRODUCT_PACKAGES += \