From 63e74e6ffdaeb9656591f1307b4056ae8079af33 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: 285390995 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 bc3c72e..2b7378a 100644 --- a/device-cheetah.mk +++ b/device-cheetah.mk @@ -310,7 +310,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 83a8a37..5a32028 100644 --- a/device-panther.mk +++ b/device-panther.mk @@ -295,7 +295,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 += \