Snap for 9489393 from c7536571d0 to udc-release

Change-Id: Ia3686d5054e70c72c2919a80672bf2ffcfb5e3b5
This commit is contained in:
Android Build Coastguard Worker 2023-01-14 04:03:16 +00:00
commit 21a475504b
2 changed files with 5 additions and 1 deletions

View file

@ -30,7 +30,6 @@ include device/google/lynx/audio/lynx/audio-tables.mk
include device/google/gs201/device-shipping-common.mk include device/google/gs201/device-shipping-common.mk
include device/google/lynx/vibrator/cs40l26/device.mk include device/google/lynx/vibrator/cs40l26/device.mk
include device/google/gs-common/touch/gti/gti.mk include device/google/gs-common/touch/gti/gti.mk
include device/google/gs-common/wireless_charger/wireless_charger.mk
# go/lyric-soong-variables # go/lyric-soong-variables
$(call soong_config_set,lyric,camera_hardware,lynx) $(call soong_config_set,lyric,camera_hardware,lynx)

View file

@ -126,6 +126,11 @@
<!-- Enable the default coex channel avoidance algorithm and disable the functionality of <!-- Enable the default coex channel avoidance algorithm and disable the functionality of
WifiManager#setCoexUnsafeChannels. --> WifiManager#setCoexUnsafeChannels. -->
<bool translatable="false" name="config_wifiDefaultCoexAlgorithmEnabled">true</bool> <bool translatable="false" name="config_wifiDefaultCoexAlgorithmEnabled">true</bool>
<!-- If the default coex channel avoidance algorithm is enabled, then avoid channels that
conflict with GPS L1. -->
<bool translatable="false" name="config_wifiCoexForGpsL1">true</bool>
<!-- The distance in KHz between Wi-Fi-based interference and GPS L1 that is considered unsafe. -->
<integer translatable="false" name="config_wifiCoexGpsL1ThresholdKhz">10000</integer>
<!-- Whether to use the explicit vendor HAL API: IWifiStaIface.setRoamingState for disabling fw roaming. --> <!-- Whether to use the explicit vendor HAL API: IWifiStaIface.setRoamingState for disabling fw roaming. -->
<bool translatable="false" name="config_wifiUseHalApiToDisableFwRoaming">true</bool> <bool translatable="false" name="config_wifiUseHalApiToDisableFwRoaming">true</bool>