display/km4: enable lbe supported property

Bug: 286063028
Test: adb shell getprop | grep vendor.display.lbe
Change-Id: I5281f8a522e78a449102b958fd4aaa91c52d4586
This commit is contained in:
derickhong 2023-11-15 16:55:16 +08:00
parent 5401121eae
commit bd7da500e1

View file

@ -237,6 +237,9 @@ PRODUCT_PACKAGES += \
scd.conf \
lhd.conf
# Display LBE
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += vendor.display.lbe.supported=1
# Set zram size
PRODUCT_VENDOR_PROPERTIES += \
vendor.zram.size=50p \