Use ?= to set ro.com.google.ime.height_ratio
So husky_ui_portrait_car can reset it. Bug: 308193602 Test: lunch husky-userdebug && make Change-Id: Ifd522ca4fab079f89ee1b65fb0c5479a58419954
This commit is contained in:
parent
de9bf207f8
commit
4f04b2e048
1 changed files with 4 additions and 2 deletions
|
@ -414,8 +414,10 @@ PRODUCT_SYSTEM_PROPERTIES += \
|
|||
|
||||
# Keyboard height ratio and bottom padding in dp for portrait mode
|
||||
PRODUCT_PRODUCT_PROPERTIES += \
|
||||
ro.com.google.ime.kb_pad_port_b=10.4 \
|
||||
ro.com.google.ime.height_ratio=1.0
|
||||
ro.com.google.ime.kb_pad_port_b=10.4
|
||||
|
||||
PRODUCT_PRODUCT_PROPERTIES ?= \
|
||||
ro.com.google.ime.height_ratio=1.0
|
||||
|
||||
# Enable camera exif model/make reporting
|
||||
PRODUCT_VENDOR_PROPERTIES += \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue