Merge "Add UWB overlay to comet device" into main

This commit is contained in:
Treehugger Robot 2024-09-19 00:39:45 +00:00 committed by Android (Google) Code Review
commit 3edf1877bb
2 changed files with 12 additions and 0 deletions

View file

@ -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 \

View file

@ -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>