From d5652b242dedc032a22d3a527b7e84677ea88ea5 Mon Sep 17 00:00:00 2001 From: Calvin Huang Date: Thu, 6 Oct 2022 23:55:03 +0000 Subject: [PATCH] Use ?= to set ro.com.google.ime.height_ratio So bluejay_ui_portrait_car can reset it. Test: lunch bluejay-userdebug && make Bug: 249173167 Change-Id: I5f5829fe00767238c720c6678b4301eafb40659e --- device-bluejay.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/device-bluejay.mk b/device-bluejay.mk index 02079c7..b1fa53a 100644 --- a/device-bluejay.mk +++ b/device-bluejay.mk @@ -231,6 +231,8 @@ PRODUCT_COPY_FILES += \ # Keyboard bottom padding in dp for portrait mode and height ratio PRODUCT_PRODUCT_PROPERTIES += \ ro.com.google.ime.kb_pad_port_b=6.4 \ + +PRODUCT_PRODUCT_PROPERTIES ?= \ ro.com.google.ime.height_ratio=1.05 # Enable adpf cpu hint session for SurfaceFlinger