From 3c14c464dde7bc57b7abe28da9a81d04934f32ba Mon Sep 17 00:00:00 2001 From: Kenzi Mudge Date: Wed, 17 May 2023 15:46:14 -0400 Subject: [PATCH 1/2] Enable UWB filtering on all devices These values are the same as today's defaults, but explicitly assert hardware-specific needs. Bug: b/237098661 Test: Manual confirmation Change-Id: Ifc4a877bf2d608a00ae4a9153a99ace58e9618fd --- rro_overlays/UwbOverlay/res/values/config.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/rro_overlays/UwbOverlay/res/values/config.xml b/rro_overlays/UwbOverlay/res/values/config.xml index 7a77d32..3c45c6a 100644 --- a/rro_overlays/UwbOverlay/res/values/config.xml +++ b/rro_overlays/UwbOverlay/res/values/config.xml @@ -17,4 +17,10 @@ */ --> + + true + + + true From d13f280f8026fbe699f607c7805bfc003a3e4402 Mon Sep 17 00:00:00 2001 From: Cyan_Hsieh Date: Fri, 19 May 2023 10:34:46 +0800 Subject: [PATCH 2/2] Update Felix SVN to 8 Bug: 278035362 Change-Id: I49536497997e4c81caac6fc5eaec9de52b771863 --- device-felix.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device-felix.mk b/device-felix.mk index d33c1f7..df22993 100644 --- a/device-felix.mk +++ b/device-felix.mk @@ -197,7 +197,7 @@ PRODUCT_SOONG_NAMESPACES += \ # Increment the SVN for any official public releases PRODUCT_VENDOR_PROPERTIES += \ - ro.vendor.build.svn=7 + ro.vendor.build.svn=8 # Vibrator HAL PRODUCT_VENDOR_PROPERTIES +=\