Merge "DO NOT MERGE displayport: Move displayport configuration to device." into udc-qpr-dev

This commit is contained in:
Sergey Volk 2023-09-14 21:04:23 +00:00 committed by Android (Google) Code Review
commit c7772a7506

View file

@ -304,3 +304,11 @@ PRODUCT_VENDOR_PROPERTIES += \
PRODUCT_PRODUCT_PROPERTIES += \ PRODUCT_PRODUCT_PROPERTIES += \
ro.com.google.ime.kb_pad_port_b=4.19 \ ro.com.google.ime.kb_pad_port_b=4.19 \
ro.com.google.ime.height_ratio=1.1 ro.com.google.ime.height_ratio=1.1
ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
PRODUCT_VENDOR_PROPERTIES += \
persist.vendor.usb.displayport.enabled=1
else
PRODUCT_VENDOR_PROPERTIES += \
persist.vendor.usb.displayport.enabled=0
endif