Snap for 9480469 from e37edb2c49 to udc-release

Change-Id: I50d56be45d92bfaecef2b14a1e2e458e4985acb5
This commit is contained in:
Android Build Coastguard Worker 2023-01-12 02:03:30 +00:00
commit b63971ae7e
3 changed files with 6 additions and 1 deletions

View file

@ -5,4 +5,5 @@ FPC_CONFIG_TRUSTY_CLEAN_TA=1
else else
# Non factory build, use fingerprint AIDL version # Non factory build, use fingerprint AIDL version
GOOGLE_CONFIG_POWER_NODE=/dev/input/event1 GOOGLE_CONFIG_POWER_NODE=/dev/input/event1
GOOGLE_CONFIG_DP_COUNT=2
endif endif

View file

@ -152,4 +152,8 @@
<!-- Enable WPA2 to WPA3 auto-upgrade offload to capable Driver/Firmware --> <!-- Enable WPA2 to WPA3 auto-upgrade offload to capable Driver/Firmware -->
<bool translatable="false" name="config_wifiSaeUpgradeOffloadEnabled">true</bool> <bool translatable="false" name="config_wifiSaeUpgradeOffloadEnabled">true</bool>
<!-- Boolean indicating whether DTIM multiplier configuration is enabled. DTIM multiplier value
is when the system is in the suspended mode -->
<bool translatable="false" name="config_wifiDtimMultiplierConfigEnabled">true</bool>
</resources> </resources>

View file

@ -715,7 +715,7 @@
"Formula":"COUNT_THRESHOLD", "Formula":"COUNT_THRESHOLD",
"TriggerSensor": "soc", "TriggerSensor": "soc",
"Combination":["battery", "soc"], "Combination":["battery", "soc"],
"Coefficient":[-25000, 80], "Coefficient":[-10000, 80],
"HotThreshold":["NAN", "NAN", "NAN", "NAN", 2.0, "NAN", "NAN"], "HotThreshold":["NAN", "NAN", "NAN", "NAN", 2.0, "NAN", "NAN"],
"Multiplier":1, "Multiplier":1,
"SendCallback":true "SendCallback":true