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 \