Merge "Use ?= to set ro.com.google.ime.height_ratio" into main
This commit is contained in:
commit
c6cf31304f
1 changed files with 4 additions and 2 deletions
|
@ -410,8 +410,10 @@ PRODUCT_SYSTEM_PROPERTIES += \
|
||||||
|
|
||||||
# Keyboard height ratio and bottom padding in dp for portrait mode
|
# Keyboard height ratio and bottom padding in dp for portrait mode
|
||||||
PRODUCT_PRODUCT_PROPERTIES += \
|
PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
ro.com.google.ime.kb_pad_port_b=10.4 \
|
ro.com.google.ime.kb_pad_port_b=10.4
|
||||||
ro.com.google.ime.height_ratio=1.0
|
|
||||||
|
PRODUCT_PRODUCT_PROPERTIES ?= \
|
||||||
|
ro.com.google.ime.height_ratio=1.0
|
||||||
|
|
||||||
# Enable camera exif model/make reporting
|
# Enable camera exif model/make reporting
|
||||||
PRODUCT_VENDOR_PROPERTIES += \
|
PRODUCT_VENDOR_PROPERTIES += \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue