diff --git a/target/product/go_defaults_common.mk b/target/product/go_defaults_common.mk index 7f19615edf..51a1ef6ec4 100644 --- a/target/product/go_defaults_common.mk +++ b/target/product/go_defaults_common.mk @@ -36,12 +36,6 @@ PRODUCT_DEX_PREOPT_BOOT_IMAGE_PROFILE_LOCATION := frameworks/base/config/boot-im # Do not generate libartd. 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. -PRODUCT_PACKAGES += InProcessNetworkStack -PRODUCT_PACKAGES += CellBroadcastAppPlatform -PRODUCT_PACKAGES += CellBroadcastServiceModulePlatform -PRODUCT_PACKAGES += com.android.tethering.inprocess - # 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 # leave less information available via JDWP.