Merge "product: Mainline wifi module"

This commit is contained in:
Roshan Pius
2019-08-14 19:33:10 +00:00
committed by Android (Google) Code Review
3 changed files with 2 additions and 3 deletions

View File

@@ -189,7 +189,6 @@ PRODUCT_PACKAGES += \
libutils \
libvorbisidec \
libvulkan \
libwifi-service \
libwilhelm \
linker \
linkerconfig \
@@ -273,8 +272,8 @@ PRODUCT_PACKAGES += \
vndkprivate.libraries.txt \
WallpaperBackup \
watchdogd \
InProcessWifiStack \
wificond \
wifi-service \
wm \
# VINTF data for system image

View File

@@ -39,6 +39,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.
PRODUCT_PACKAGES += InProcessNetworkStack
PRODUCT_PACKAGES += InProcessWifiStack
# 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

View File

@@ -53,7 +53,6 @@ endif
PRODUCT_SYSTEM_SERVER_JARS := \
services \
ethernet-service \
wifi-service \
com.android.location.provider \
jobscheduler-service \