Merge "Use ?= to set ro.com.google.ime.height_ratio" into main

This commit is contained in:
Calvin Huang 2023-11-06 23:41:51 +00:00 committed by Android (Google) Code Review
commit c6cf31304f

View file

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