dck: add SE capability property
Bug: 285390995 Test: boot cheetah; check logs to see that SE property is used Signed-off-by: Jeffrey Carlyle <jcarlyle@google.com> Change-Id: I4b6a168dde62ec311ca1f392101335977ca70f32
This commit is contained in:
parent
17eaf1af2a
commit
63e74e6ffd
2 changed files with 5 additions and 2 deletions
|
@ -310,7 +310,8 @@ PRODUCT_VENDOR_PROPERTIES += \
|
|||
|
||||
# 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
|
||||
|
||||
# Set support hide display cutout feature
|
||||
PRODUCT_PRODUCT_PROPERTIES += \
|
||||
|
|
|
@ -295,7 +295,9 @@ PRODUCT_VENDOR_PROPERTIES += \
|
|||
|
||||
# DCK properties based on target
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
ro.gms.dck.eligible_wcc=2
|
||||
ro.gms.dck.eligible_wcc=2 \
|
||||
ro.gms.dck.se_capability=1
|
||||
|
||||
|
||||
# Set support hide display cutout feature
|
||||
PRODUCT_PRODUCT_PROPERTIES += \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue