From 3daee5fd26607b9611bb84b7680db7355f038153 Mon Sep 17 00:00:00 2001 From: Gil Date: Tue, 25 Jan 2022 17:46:52 +0800 Subject: [PATCH] display: enable P22 C10/P10 supported property Bug: 199467942 Test: Boot pass and LBE self-check lis Change-Id: I31201f0a780a1e0394da650efc850626204a9b11 --- device-cheetah.mk | 3 +++ device-panther.mk | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/device-cheetah.mk b/device-cheetah.mk index f138621..e655433 100644 --- a/device-cheetah.mk +++ b/device-cheetah.mk @@ -57,6 +57,9 @@ PRODUCT_COPY_FILES += \ device/google/pantah/cheetah/display_colordata_boe-nt37290_cal0.pb:$(TARGET_COPY_OUT_VENDOR)/etc/display_colordata_boe-nt37290_cal0.pb \ device/google/pantah/cheetah/display_colordata_sdc-s6e3hc3-c10_cal0.pb:$(TARGET_COPY_OUT_VENDOR)/etc/display_colordata_sdc-s6e3hc3-c10_cal0.pb +# Display LBE +PRODUCT_DEFAULT_PROPERTY_OVERRIDES += vendor.display.lbe.supported=1 + # NFC PRODUCT_COPY_FILES += \ frameworks/native/data/etc/android.hardware.nfc.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.nfc.xml \ diff --git a/device-panther.mk b/device-panther.mk index f191289..cc21491 100644 --- a/device-panther.mk +++ b/device-panther.mk @@ -52,6 +52,10 @@ PRODUCT_COPY_FILES += \ # Display Config PRODUCT_COPY_FILES += \ device/google/pantah/panther/display_colordata_dev_cal0.pb:$(TARGET_COPY_OUT_VENDOR)/etc/display_colordata_dev_cal0.pb + +# Display LBE +PRODUCT_DEFAULT_PROPERTY_OVERRIDES += vendor.display.lbe.supported=1 + # NFC PRODUCT_COPY_FILES += \ frameworks/native/data/etc/android.hardware.nfc.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.nfc.xml \