base_system.mk: Switch to wifi mainline apex

Also, explicitly include the cacerts_wfa in builds. This used to be
included via the "required" tag in wifi-service build rule. We probably don't
want to deliver CA certificates to OEM devices via mainline updates. So,
leaving it out of the wifi mainline module & explicitly including it in
the base makefile.

Bug: 144722612
Test: Device boots up & connects to wifi networks.
Change-Id: I3e4487f9fad765e442bf8335ec1f21de3a47674d
This commit is contained in:
Roshan Pius
2019-11-22 17:11:36 -08:00
parent 2cea7f9417
commit 8086a123c3
2 changed files with 3 additions and 3 deletions

View File

@@ -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 \
wifi-service \
wificond \
wm \

View File

@@ -52,7 +52,6 @@ endif
# The order here is the same order they end up on the classpath, so it matters.
PRODUCT_SYSTEM_SERVER_JARS := \
services \
wifi-service \
ethernet-service \
com.android.location.provider \
service-jobscheduler \
@@ -63,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