From 365661f8c702d6af2d6ce4f320c2a9e71a2ca686 Mon Sep 17 00:00:00 2001 From: Burney Yu Date: Tue, 26 Sep 2023 15:13:46 +0800 Subject: [PATCH] comet: Enable Lbe Bug: 283353282 Test: Check PixelDisplayService log Change-Id: Iebb59d91790d03af1271f9f1e4589a021b055690 --- device-comet.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/device-comet.mk b/device-comet.mk index 70f57af..a7f96f7 100644 --- a/device-comet.mk +++ b/device-comet.mk @@ -186,6 +186,9 @@ else device/google/comet/location/gps_user.xml:$(TARGET_COPY_OUT_VENDOR)/etc/gnss/gps.xml endif +# Display LBE +PRODUCT_DEFAULT_PROPERTY_OVERRIDES += vendor.display.lbe.supported=1 + # Install product specific framework compatibility matrix DEVICE_PRODUCT_COMPATIBILITY_MATRIX_FILE += device/google/comet/device_framework_matrix_product.xml