Skip to content

Commit

Permalink
Add framework-wifi to bootclasspath
Browse files Browse the repository at this point in the history
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
  • Loading branch information
David Su committed Dec 12, 2019
1 parent 76211be commit 3fd2c56
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion target/product/base_system.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down Expand Up @@ -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 \
Expand Down

0 comments on commit 3fd2c56

Please sign in to comment.