Add framework-wifi to bootclasspath

Now that framework-wifi is a separate jar from
framework-minus-apex, need to add it to the
bootclasspath separately.

Bug: 140299412
Test: devices boots up

Change-Id: I2929a133797b78f4546fbd1790e08d5019f73ee8
diff --git a/target/product/base_system.mk b/target/product/base_system.mk
index 368b4e4..c928af4 100644
--- a/target/product/base_system.mk
+++ b/target/product/base_system.mk
@@ -88,6 +88,7 @@
     framework-minus-apex \
     framework-res \
     framework-sysconfig.xml \
+    framework-wifi \
     fsck_msdos \
     fs_config_files_system \
     fs_config_dirs_system \
@@ -332,7 +333,8 @@
     ims-common \
     framework-sdkext \
     ike \
-    updatable-media
+    updatable-media \
+    framework-wifi
 
 PRODUCT_UPDATABLE_BOOT_JARS := \
     com.android.conscrypt:conscrypt \