From 4d413feeacb5ada8419afddbbbce127bfd5233cb Mon Sep 17 00:00:00 2001 From: Jeffrey Carlyle Date: Fri, 17 Feb 2023 14:47:49 -0800 Subject: [PATCH] dck: add SE capability property Bug: 229777047 Test: boot cheetah; check logs to see that SE property is used Signed-off-by: Jeffrey Carlyle Change-Id: I4b6a168dde62ec311ca1f392101335977ca70f32 --- device-cheetah.mk | 3 ++- device-panther.mk | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/device-cheetah.mk b/device-cheetah.mk index 4307d39..a7f7ba8 100644 --- a/device-cheetah.mk +++ b/device-cheetah.mk @@ -304,7 +304,8 @@ PRODUCT_VENDOR_PROPERTIES += \ # DCK properties based on target PRODUCT_PROPERTY_OVERRIDES += \ - ro.gms.dck.eligible_wcc=3 + ro.gms.dck.eligible_wcc=3 \ + ro.gms.dck.se_capability=1 # Set support hide display cutout feature PRODUCT_PRODUCT_PROPERTIES += \ diff --git a/device-panther.mk b/device-panther.mk index 5f745e3..1c5eea4 100644 --- a/device-panther.mk +++ b/device-panther.mk @@ -289,7 +289,9 @@ PRODUCT_VENDOR_PROPERTIES += \ # DCK properties based on target PRODUCT_PROPERTY_OVERRIDES += \ - ro.gms.dck.eligible_wcc=2 + ro.gms.dck.eligible_wcc=2 \ + ro.gms.dck.se_capability=1 + # Set support hide display cutout feature PRODUCT_PRODUCT_PROPERTIES += \