From 30b137a0e312685d94ff0532c080adce10e5feee Mon Sep 17 00:00:00 2001 From: Leo Chen Date: Thu, 23 May 2024 06:44:03 +0000 Subject: [PATCH 1/5] Update IDisplay to V12 Test: trigger test build Bug: 309897479 Change-Id: Ia66b36711deaad59135d15f435a0db9319687051 Signed-off-by: Leo Chen --- device_framework_matrix_product_felix.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device_framework_matrix_product_felix.xml b/device_framework_matrix_product_felix.xml index 3fd94a9..475edd2 100644 --- a/device_framework_matrix_product_felix.xml +++ b/device_framework_matrix_product_felix.xml @@ -1,7 +1,7 @@ com.google.hardware.pixel.display - 11-12 + 12 IDisplay secondary From bc25286b64b9c867c3638196002a7b70ac69ac62 Mon Sep 17 00:00:00 2001 From: Ankur Bakshi Date: Thu, 30 May 2024 00:05:17 +0000 Subject: [PATCH 2/5] Update felix SVN to 53 Bug: 342381152 Change-Id: I21048d04ff40b1237bcf3d8258b3a3263394fe42 --- device-felix.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device-felix.mk b/device-felix.mk index 94a95d5..19292e3 100644 --- a/device-felix.mk +++ b/device-felix.mk @@ -224,7 +224,7 @@ PRODUCT_SOONG_NAMESPACES += \ # Increment the SVN for any official public releases PRODUCT_VENDOR_PROPERTIES += \ - ro.vendor.build.svn=52 + ro.vendor.build.svn=53 # Vibrator HAL PRODUCT_VENDOR_PROPERTIES +=\ From e6dbfef4d86749540fecc9d5cf9017d86d0c8833 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Mon, 10 Jun 2024 17:38:45 +0000 Subject: [PATCH 3/5] libc++fs is part of libc++ now. Change-Id: I543c95f9813e055dd441ea03363f2205648847c8 --- vibrator/cs40l26/tests/Android.bp | 1 - 1 file changed, 1 deletion(-) diff --git a/vibrator/cs40l26/tests/Android.bp b/vibrator/cs40l26/tests/Android.bp index 48baa90..0924709 100644 --- a/vibrator/cs40l26/tests/Android.bp +++ b/vibrator/cs40l26/tests/Android.bp @@ -26,7 +26,6 @@ cc_test { "test-vibrator.cpp", ], static_libs: [ - "libc++fs", "libgmock", ], shared_libs: [ From 22b192c34af1f4ffd30c90d57733b31c58b0d208 Mon Sep 17 00:00:00 2001 From: Michael Wright Date: Thu, 13 Jun 2024 14:47:44 +0100 Subject: [PATCH 4/5] Use singular OWNERS file. Rather than every project having an OWNERS with explicit people, just use one centralized OWNERS file and have every other OWNERS reference that. This way when the team changes there's only one place that needs to be updated. Bug: 346876927 Test: N/A Flag: EXEMPT OWNERS change Change-Id: Ia51b1745f14bda22629e05cd33f6c807cf6f6565 --- vibrator/OWNERS | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/vibrator/OWNERS b/vibrator/OWNERS index 859c7e0..dec74a8 100644 --- a/vibrator/OWNERS +++ b/vibrator/OWNERS @@ -1,4 +1 @@ -chrispaulo@google.com -michaelwr@google.com -nathankulczak@google.com -taikuo@google.com +file:platform/hardware/google/pixel:/vibrator/OWNERS From c24bdaad2610af2a926b6ba671b8383e602e0cfd Mon Sep 17 00:00:00 2001 From: Barry Date: Tue, 25 Jun 2024 09:55:17 +0000 Subject: [PATCH 5/5] BT: update LEA unicast allowlist: SONY Add Sony WF-1000XM5 into unicast default allowlist. bug: 349296638 Test: Build and check system property Flag: NONE alowlist extension Change-Id: If6a2eec7576ff89d0e4be3f6fab0c2c2adcf13e4 --- device-felix.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device-felix.mk b/device-felix.mk index cc75c91..80ac10f 100644 --- a/device-felix.mk +++ b/device-felix.mk @@ -382,7 +382,7 @@ PRODUCT_COPY_FILES += \ # LE Audio Unicast Allowlist PRODUCT_PRODUCT_PROPERTIES += \ - persist.bluetooth.leaudio.allow_list=SM-R510 + persist.bluetooth.leaudio.allow_list=SM-R510,WF-1000XM5 # Bluetooth EWP test tool PRODUCT_PACKAGES_DEBUG += \