From 8303433e220f1108afe97ab3f6789ff4c00929a1 Mon Sep 17 00:00:00 2001 From: Jeffrey Carlyle Date: Fri, 17 Feb 2023 15:29:25 -0800 Subject: [PATCH] dck: add SE capability property Bug: 229777047 Test: boot cheetah; check logs to see that SE property is used Change-Id: I51e16bce7bf8f639fb1061ebfbe34d05578e7fc5 Signed-off-by: Jeffrey Carlyle --- device-husky.mk | 3 ++- device-shiba.mk | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/device-husky.mk b/device-husky.mk index 0b55d37..f069eb1 100644 --- a/device-husky.mk +++ b/device-husky.mk @@ -107,7 +107,8 @@ PRODUCT_PROPERTY_OVERRIDES += \ # DCK properties based on target PRODUCT_PROPERTY_OVERRIDES += \ - ro.gms.dck.eligible_wcc=3 + ro.gms.dck.eligible_wcc=3 \ + ro.gms.dck.se_capability=1 # Bluetooth hci_inject test tool PRODUCT_PACKAGES_DEBUG += \ diff --git a/device-shiba.mk b/device-shiba.mk index 4c47282..b61e3f9 100644 --- a/device-shiba.mk +++ b/device-shiba.mk @@ -104,6 +104,10 @@ PRODUCT_PACKAGES += \ PRODUCT_PROPERTY_OVERRIDES += \ ro.audio.spatializer_enabled=true +# DCK properties based on target +PRODUCT_PROPERTY_OVERRIDES += \ + ro.gms.dck.se_capability=1 + # Bluetooth hci_inject test tool PRODUCT_PACKAGES_DEBUG += \ hci_inject