Add DCK eligibility property am: 4dc2ccec57 am: b03f6bb282
Original change: https://googleplex-android-review.googlesource.com/c/device/google/raviole/+/14707880 Change-Id: I8cf0405850e576f0efd75488ee1d95b648a89c39
This commit is contained in:
commit
e9d4486b3c
2 changed files with 8 additions and 0 deletions
|
@ -138,3 +138,7 @@ PRODUCT_PACKAGES += \
|
|||
# Fingerprint antispoof property
|
||||
PRODUCT_PRODUCT_PROPERTIES +=\
|
||||
persist.vendor.fingerprint.disable.fake.override=none
|
||||
|
||||
# DCK properties based on target
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
ro.gms.dck.eligible_wcc=2
|
||||
|
|
|
@ -133,3 +133,7 @@ PRODUCT_PRODUCT_PROPERTIES +=\
|
|||
# Keyboard side padding in dp for portrait mode
|
||||
PRODUCT_PRODUCT_PROPERTIES += ro.com.google.ime.kb_pad_port_r=11
|
||||
PRODUCT_PRODUCT_PROPERTIES += ro.com.google.ime.kb_pad_port_l=11
|
||||
|
||||
# DCK properties based on target
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
ro.gms.dck.eligible_wcc=3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue