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:
Calvin Huang 2023-10-27 21:02:35 +00:00
parent de9bf207f8
commit 4f04b2e048

View file

@ -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 += \