Snap for 10171451 from ba1575cea4 to udc-release

Change-Id: Ib24ea5a1defee369508cee5380c42cd7cee967ba
This commit is contained in:
Android Build Coastguard Worker 2023-05-20 01:07:32 +00:00
commit 2cc7fdc476
2 changed files with 7 additions and 1 deletions

View file

@ -205,7 +205,7 @@ PRODUCT_SOONG_NAMESPACES += \
# Increment the SVN for any official public releases # Increment the SVN for any official public releases
PRODUCT_VENDOR_PROPERTIES += \ PRODUCT_VENDOR_PROPERTIES += \
ro.vendor.build.svn=7 ro.vendor.build.svn=8
# Vibrator HAL # Vibrator HAL
PRODUCT_VENDOR_PROPERTIES +=\ PRODUCT_VENDOR_PROPERTIES +=\

View file

@ -17,4 +17,10 @@
*/ */
--> -->
<resources> <resources>
<!-- When true, the filter engine will alter UWB values to improve accuracy. -->
<bool name="enable_filters">true</bool>
<!-- Enables the AoA conversion primer. This is needed on hardware that does not convert AoA
to spherical coordinates, including hardware that does not support elevation.-->
<bool name="enable_primer_aoa">true</bool>
</resources> </resources>