Merge "Build NetworkStack package"

am: 7264a0daab

Change-Id: I1977ae7a49cf9d3c5442d0c5202dd2770c0b8c44
This commit is contained in:
Remi NGUYEN VAN 2018-12-25 16:55:23 -08:00 committed by android-build-merger
commit 6841fbda60
2 changed files with 5 additions and 0 deletions

View File

@ -210,6 +210,7 @@ PRODUCT_PACKAGES += \
mtpd \
ndc \
netd \
NetworkStack \
org.apache.http.legacy \
perfetto \
ping \

View File

@ -61,6 +61,10 @@ PRODUCT_PROPERTY_OVERRIDES += dalvik.vm.heapsize=256m
# 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.