Wifi: Add PixelWifiOverlay2024 and update the overlay
This CL adds PixelWifiOverlay2024. Also, disable config_wifiSaeUpgradeEnabled because it not be support in this stage, will re-enable it after the feature is ready. Test: Wifi overlay is workable Bug: 299032759 Change-Id: I6b3efdeeaca7df2b0ade8137d76a1f5a74a7f98f
This commit is contained in:
parent
5d296b8dfc
commit
8b9f082284
2 changed files with 3 additions and 1 deletions
|
@ -166,7 +166,7 @@ PRODUCT_SOONG_NAMESPACES += \
|
|||
# WiFi Overlay
|
||||
PRODUCT_PACKAGES += \
|
||||
WifiOverlay2024Mid_CT3 \
|
||||
PixelWifiOverlay2023
|
||||
PixelWifiOverlay2024
|
||||
|
||||
# Trusty liboemcrypto.so
|
||||
PRODUCT_SOONG_NAMESPACES += vendor/google_devices/comet/prebuilts
|
||||
|
|
|
@ -145,4 +145,6 @@
|
|||
1: verbose logging on by default for userdebug
|
||||
2: verbose logging on by default for all builds -->
|
||||
<integer translatable="false" name="config_wifiVerboseLoggingAlwaysOnLevel">1</integer>
|
||||
|
||||
<bool translatable="false" name="config_wifiSaeUpgradeEnabled">false</bool>
|
||||
</resources>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue