product: Remove wifi-service off SystemServerClassPath

We can dynamically load it instead.

Bug: 147799672
Test: Device boots up & connects to wifi networks.
Change-Id: I93f2467d0a39719157dac92fd8ba108bb2bde470
diff --git a/target/product/media_system.mk b/target/product/media_system.mk
index 76debb3..a745114 100644
--- a/target/product/media_system.mk
+++ b/target/product/media_system.mk
@@ -61,8 +61,7 @@
 # The values should be of the format <apex name>:<jar name>
 PRODUCT_UPDATABLE_SYSTEM_SERVER_JARS := \
     com.android.appsearch:service-appsearch \
-    com.android.permission:service-permission \
-    com.android.wifi:wifi-service
+    com.android.permission:service-permission
 
 PRODUCT_COPY_FILES += \
     system/core/rootdir/etc/public.libraries.android.txt:system/etc/public.libraries.txt