The public Telephony APIs must be present in all Android products

Change-Id: I8d510a422b00b65beed2675c611301e20fd1356f
This commit is contained in:
Adam Lesinski 2014-06-03 21:12:25 -07:00
parent 88c6d8d33e
commit 40703e9473

View file

@ -74,7 +74,10 @@ PRODUCT_PACKAGES += \
nullwebview \
screencap \
sensorservice \
uiautomator
uiautomator \
telephony-common \
voip-common \
mms-common
# The order matters
PRODUCT_BOOT_JARS := \
@ -86,6 +89,9 @@ PRODUCT_BOOT_JARS := \
ext \
framework \
framework2 \
telephony-common \
voip-common \
mms-common \
android.policy \
services \
apache-xml \