Merge changes from topic "wifi_mainline_apex"
* changes: base_system.mk: Switch to wifi mainline apex base_system.mk: Switch back to wifi-service.jar
This commit is contained in:
commit
79ed0e6ae9
3 changed files with 3 additions and 3 deletions
|
@ -46,6 +46,7 @@ PRODUCT_PACKAGES += \
|
|||
bu \
|
||||
bugreport \
|
||||
bugreportz \
|
||||
cacerts_wfa \
|
||||
cgroups.json \
|
||||
charger \
|
||||
cmd \
|
||||
|
@ -60,6 +61,7 @@ PRODUCT_PACKAGES += \
|
|||
com.android.resolv \
|
||||
com.android.neuralnetworks \
|
||||
com.android.tzdata \
|
||||
com.android.wifi \
|
||||
ContactsProvider \
|
||||
content \
|
||||
crash_dump \
|
||||
|
@ -267,7 +269,6 @@ PRODUCT_PACKAGES += \
|
|||
vold \
|
||||
WallpaperBackup \
|
||||
watchdogd \
|
||||
InProcessWifiStack \
|
||||
wificond \
|
||||
wm \
|
||||
|
||||
|
|
|
@ -39,7 +39,6 @@ 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
|
||||
PRODUCT_PACKAGES += CellBroadcastAppPlatform
|
||||
PRODUCT_PACKAGES += CellBroadcastServiceModulePlatform
|
||||
|
||||
|
|
|
@ -62,7 +62,7 @@ PRODUCT_SYSTEM_SERVER_JARS := \
|
|||
# system server jars which are updated via apex modules.
|
||||
# The values should be of the format <apex name>:<jar name>
|
||||
PRODUCT_UPDATABLE_SYSTEM_SERVER_JARS := \
|
||||
# Ex: com.android.wifi:wifi-service
|
||||
com.android.wifi:wifi-service
|
||||
|
||||
PRODUCT_COPY_FILES += \
|
||||
system/core/rootdir/etc/public.libraries.android.txt:system/etc/public.libraries.txt
|
||||
|
|
Loading…
Reference in a new issue