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 <jcarlyle@google.com>
This commit is contained in:
parent
5164debb4d
commit
8303433e22
2 changed files with 6 additions and 1 deletions
|
@ -107,7 +107,8 @@ PRODUCT_PROPERTY_OVERRIDES += \
|
||||||
|
|
||||||
# DCK properties based on target
|
# DCK properties based on target
|
||||||
PRODUCT_PROPERTY_OVERRIDES += \
|
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
|
# Bluetooth hci_inject test tool
|
||||||
PRODUCT_PACKAGES_DEBUG += \
|
PRODUCT_PACKAGES_DEBUG += \
|
||||||
|
|
|
@ -104,6 +104,10 @@ PRODUCT_PACKAGES += \
|
||||||
PRODUCT_PROPERTY_OVERRIDES += \
|
PRODUCT_PROPERTY_OVERRIDES += \
|
||||||
ro.audio.spatializer_enabled=true
|
ro.audio.spatializer_enabled=true
|
||||||
|
|
||||||
|
# DCK properties based on target
|
||||||
|
PRODUCT_PROPERTY_OVERRIDES += \
|
||||||
|
ro.gms.dck.se_capability=1
|
||||||
|
|
||||||
# Bluetooth hci_inject test tool
|
# Bluetooth hci_inject test tool
|
||||||
PRODUCT_PACKAGES_DEBUG += \
|
PRODUCT_PACKAGES_DEBUG += \
|
||||||
hci_inject
|
hci_inject
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue