Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3fd2c56e authored by David Su's avatar David Su
Browse files

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
parent 76211be4
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -88,6 +88,7 @@ PRODUCT_PACKAGES += \
    framework-minus-apex \
    framework-res \
    framework-sysconfig.xml \
    framework-wifi \
    fsck_msdos \
    fs_config_files_system \
    fs_config_dirs_system \
@@ -332,7 +333,8 @@ PRODUCT_BOOT_JARS := \
    ims-common \
    framework-sdkext \
    ike \
    updatable-media
    updatable-media \
    framework-wifi

PRODUCT_UPDATABLE_BOOT_JARS := \
    com.android.conscrypt:conscrypt \