Merge "[Tether16] Build Tethering package"

This commit is contained in:
Mark Chien
2019-12-20 13:43:46 +00:00
committed by Gerrit Code Review
2 changed files with 6 additions and 3 deletions

View File

@@ -60,6 +60,7 @@ PRODUCT_PACKAGES += \
com.android.neuralnetworks \ com.android.neuralnetworks \
com.android.sdkext \ com.android.sdkext \
com.android.telephony \ com.android.telephony \
com.android.tethering \
com.android.tzdata \ com.android.tzdata \
ContactsProvider \ ContactsProvider \
content \ content \
@@ -101,7 +102,6 @@ PRODUCT_PACKAGES += \
incident_helper \ incident_helper \
init.environ.rc \ init.environ.rc \
init_system \ init_system \
InProcessTethering \
input \ input \
installd \ installd \
iorapd \ iorapd \
@@ -328,7 +328,8 @@ PRODUCT_BOOT_JARS := \
ims-common \ ims-common \
framework-sdkext \ framework-sdkext \
ike \ ike \
updatable-media updatable-media \
framework-tethering
PRODUCT_UPDATABLE_BOOT_JARS := \ PRODUCT_UPDATABLE_BOOT_JARS := \
com.android.conscrypt:conscrypt \ com.android.conscrypt:conscrypt \
@@ -336,7 +337,8 @@ PRODUCT_UPDATABLE_BOOT_JARS := \
com.android.media:updatable-media \ com.android.media:updatable-media \
com.android.sdkext:framework-sdkext \ com.android.sdkext:framework-sdkext \
com.android.telephony:telephony-common \ com.android.telephony:telephony-common \
com.android.telephony:ims-common com.android.telephony:ims-common \
com.android.tethering:framework-tethering
PRODUCT_COPY_FILES += \ PRODUCT_COPY_FILES += \
system/core/rootdir/init.usb.rc:system/etc/init/hw/init.usb.rc \ system/core/rootdir/init.usb.rc:system/etc/init/hw/init.usb.rc \

View File

@@ -40,6 +40,7 @@ PRODUCT_ART_TARGET_INCLUDE_DEBUG_BUILD := false
# Do not spin up a separate process for the network stack on go devices, use an in-process APK. # Do not spin up a separate process for the network stack on go devices, use an in-process APK.
PRODUCT_PACKAGES += InProcessNetworkStack PRODUCT_PACKAGES += InProcessNetworkStack
PRODUCT_PACKAGES += CellBroadcastAppPlatform PRODUCT_PACKAGES += CellBroadcastAppPlatform
PRODUCT_PACKAGES += InProcessTethering
# Strip the local variable table and the local variable type table to reduce # Strip the local variable table and the local variable type table to reduce
# the size of the system image. This has no bearing on stack traces, but will # the size of the system image. This has no bearing on stack traces, but will