enable display-off asynchronously support
Bug: 315134372 Test: fold/unfold Change-Id: I8f16d2abf5d44f058f60d1a8008bdabb063ba842
This commit is contained in:
parent
fc50a84f29
commit
93f750b922
1 changed files with 4 additions and 2 deletions
|
@ -205,8 +205,10 @@ PRODUCT_PACKAGES += \
|
|||
scd.conf \
|
||||
lhd.conf
|
||||
|
||||
# Display LBE
|
||||
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += vendor.display.lbe.supported=1
|
||||
# Display
|
||||
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \
|
||||
vendor.display.lbe.supported=1 \
|
||||
vendor.display.async_off.supported=true
|
||||
|
||||
# Install product specific framework compatibility matrix
|
||||
DEVICE_PRODUCT_COMPATIBILITY_MATRIX_FILE += device/google/comet/device_framework_matrix_product.xml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue