Loading target/product/base_system.mk +1 −0 Original line number Diff line number Diff line Loading @@ -212,6 +212,7 @@ PRODUCT_PACKAGES += \ mtpd \ ndc \ netd \ NetworkStack \ org.apache.http.legacy \ PackageInstaller \ perfetto \ Loading target/product/go_defaults_common.mk +4 −0 Original line number Diff line number Diff line Loading @@ -36,6 +36,10 @@ 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 lib. PRODUCT_PACKAGES += NetworkStackLib PRODUCT_SYSTEM_SERVER_JARS += NetworkStackLib # 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. Loading Loading
target/product/base_system.mk +1 −0 Original line number Diff line number Diff line Loading @@ -212,6 +212,7 @@ PRODUCT_PACKAGES += \ mtpd \ ndc \ netd \ NetworkStack \ org.apache.http.legacy \ PackageInstaller \ perfetto \ Loading
target/product/go_defaults_common.mk +4 −0 Original line number Diff line number Diff line Loading @@ -36,6 +36,10 @@ 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 lib. PRODUCT_PACKAGES += NetworkStackLib PRODUCT_SYSTEM_SERVER_JARS += NetworkStackLib # 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. Loading