DO NOT MERGE displayport: Move displayport configuration to device. am: 10ae8c001f
Original change: https://googleplex-android-review.googlesource.com/c/device/google/akita/+/24750647 Change-Id: I7e714e7b211bb7b857d7ce416cd19962693be246 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
ea0be6fb74
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue