Merge "enable display-off asynchronously support" into main
This commit is contained in:
commit
04b510e037
1 changed files with 4 additions and 2 deletions
|
@ -224,8 +224,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