Merge "product: Mainline wifi module"
This commit is contained in:
@@ -189,7 +189,6 @@ PRODUCT_PACKAGES += \
|
|||||||
libutils \
|
libutils \
|
||||||
libvorbisidec \
|
libvorbisidec \
|
||||||
libvulkan \
|
libvulkan \
|
||||||
libwifi-service \
|
|
||||||
libwilhelm \
|
libwilhelm \
|
||||||
linker \
|
linker \
|
||||||
linkerconfig \
|
linkerconfig \
|
||||||
@@ -273,8 +272,8 @@ PRODUCT_PACKAGES += \
|
|||||||
vndkprivate.libraries.txt \
|
vndkprivate.libraries.txt \
|
||||||
WallpaperBackup \
|
WallpaperBackup \
|
||||||
watchdogd \
|
watchdogd \
|
||||||
|
InProcessWifiStack \
|
||||||
wificond \
|
wificond \
|
||||||
wifi-service \
|
|
||||||
wm \
|
wm \
|
||||||
|
|
||||||
# VINTF data for system image
|
# VINTF data for system image
|
||||||
|
@@ -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.
|
# 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 += InProcessWifiStack
|
||||||
|
|
||||||
# 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
|
||||||
|
@@ -53,7 +53,6 @@ endif
|
|||||||
PRODUCT_SYSTEM_SERVER_JARS := \
|
PRODUCT_SYSTEM_SERVER_JARS := \
|
||||||
services \
|
services \
|
||||||
ethernet-service \
|
ethernet-service \
|
||||||
wifi-service \
|
|
||||||
com.android.location.provider \
|
com.android.location.provider \
|
||||||
jobscheduler-service \
|
jobscheduler-service \
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user