The public Telephony APIs must be present in all Android products
Change-Id: I8d510a422b00b65beed2675c611301e20fd1356f
This commit is contained in:
parent
88c6d8d33e
commit
40703e9473
1 changed files with 7 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue