dck: add SE capability property
Bug: 229777047 Test: boot cheetah; check logs to see that SE property is used Change-Id: Ie6eaa03fa56da7516d5d2aa09cf411ef4de6b02f Signed-off-by: Jeffrey Carlyle <jcarlyle@google.com>
This commit is contained in:
parent
0e595f5a86
commit
4cc605a9ba
1 changed files with 2 additions and 1 deletions
|
@ -180,7 +180,8 @@ endif
|
||||||
|
|
||||||
# DCK properties based on target
|
# DCK properties based on target
|
||||||
PRODUCT_PROPERTY_OVERRIDES += \
|
PRODUCT_PROPERTY_OVERRIDES += \
|
||||||
ro.gms.dck.eligible_wcc=2
|
ro.gms.dck.eligible_wcc=2 \
|
||||||
|
ro.gms.dck.se_capability=1
|
||||||
|
|
||||||
# WIFI COEX
|
# WIFI COEX
|
||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
|
|
Loading…
Reference in a new issue