move telephony-framework from framework.jar
add telephony-framework to boot class path Bug: 140908357 Test: Build Change-Id: I7ebec46ca8c3b02c76b7f9db51b5dbaea21eff6c
This commit is contained in:
parent
5e143bacf8
commit
b319487f06
2 changed files with 5 additions and 3 deletions
|
@ -120,8 +120,6 @@ dalvik\..*
|
|||
libcore\..*
|
||||
android\..*
|
||||
com\.android\..*
|
||||
|
||||
|
||||
###################################################
|
||||
# android.test.base.jar
|
||||
junit\.extensions
|
||||
|
@ -239,6 +237,8 @@ org\.apache\.xalan\.xslt
|
|||
# Packages in the google namespace across all bootclasspath jars.
|
||||
com\.google\.android\..*
|
||||
com\.google\.vr\.platform.*
|
||||
com\.google\.i18n\.phonenumbers\..*
|
||||
com\.google\.i18n\.phonenumbers
|
||||
|
||||
###################################################
|
||||
# Packages used for Android in Chrome OS
|
||||
|
|
|
@ -89,6 +89,7 @@ PRODUCT_PACKAGES += \
|
|||
framework-minus-apex \
|
||||
framework-res \
|
||||
framework-sysconfig.xml \
|
||||
framework-telephony \
|
||||
fsck_msdos \
|
||||
fs_config_files_system \
|
||||
fs_config_dirs_system \
|
||||
|
@ -337,7 +338,8 @@ PRODUCT_BOOT_JARS := \
|
|||
framework-mediaprovider \
|
||||
framework-appsearch \
|
||||
framework-wifi \
|
||||
framework-tethering
|
||||
framework-tethering \
|
||||
framework-telephony
|
||||
|
||||
PRODUCT_UPDATABLE_BOOT_JARS := \
|
||||
com.android.appsearch:framework-appsearch \
|
||||
|
|
Loading…
Reference in a new issue