Snap for 12391343 from 1504de593f
to 24Q4-release
Change-Id: I9bb7e6467e60237ab6416f15d404d252aed22e85
This commit is contained in:
commit
0be4bb6355
3 changed files with 13 additions and 1 deletions
|
@ -14,7 +14,7 @@ UserialTypePriority = 2-1
|
|||
BtOffloadCap = AOC
|
||||
|
||||
# <string> The BT Offload Trunk Flag Group Name
|
||||
BtOffloadTrunkGroup = 24F_AOC
|
||||
BtOffloadTrunkGroup = 24P_AOC
|
||||
|
||||
# <boolean> Enable check whether let aoc controls power pin
|
||||
AocPowerPinCtrlCheckEnable = true
|
||||
|
|
|
@ -343,6 +343,10 @@ PRODUCT_PACKAGES += \
|
|||
PRODUCT_SOONG_NAMESPACES += \
|
||||
device/google/comet/powerstats/comet
|
||||
|
||||
# UWB Overlay
|
||||
PRODUCT_PACKAGES += \
|
||||
UwbOverlayCT3
|
||||
|
||||
# WiFi Overlay
|
||||
PRODUCT_PACKAGES += \
|
||||
WifiOverlay2024Mid_CT3 \
|
||||
|
|
|
@ -30,4 +30,12 @@
|
|||
* When previously foreground 3p apps moves to background, sessions are not terminated
|
||||
-->
|
||||
<bool name = "background_ranging_enabled">true</bool>
|
||||
|
||||
<!-- Whether multicast list update notification v2 is supported or not.
|
||||
If enabled, the notification will be parsed into version 2 if uci major version is 2.0. -->
|
||||
<bool name = "is_multicast_list_update_ntf_v2_supported">true</bool>
|
||||
|
||||
<!-- Whether multicast list update response v2 is supported or not.
|
||||
If enabled, the response will be parsed into version 2 if uci major version is 2.0. -->
|
||||
<bool name = "is_multicast_list_update_rsp_v2_supported">true</bool>
|
||||
</resources>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue