am 3f1b5c52
: Merge "The public Telephony APIs must be present in all Android products" into klp-modular-dev
* commit '3f1b5c52d27165fc5aa0fbf443f10e8ad3e81ab7': The public Telephony APIs must be present in all Android products
This commit is contained in:
commit
2f9a705e5e
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