From 2e7b62aa414ce2927b018e1da952d15ea37986b6 Mon Sep 17 00:00:00 2001 From: Michael Bestas Date: Wed, 1 Jan 2025 03:50:53 +0200 Subject: [PATCH] sm7125-common: Update display flags & packages Required after display HAL blueprint conversion Change-Id: Ifc4e10703d3424607b9dc8bcc8e417d1c88cc2f3 --- BoardConfigCommon.mk | 9 ++++----- common.mk | 3 +-- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 94f1511..3685a73 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -182,15 +182,14 @@ TARGET_HEALTH_CHARGING_CONTROL_SUPPORTS_BYPASS := false # DRM TARGET_ENABLE_MEDIADRM_64 := true -# Display -TARGET_USES_HWC2 := true -TARGET_USES_ION := true -TARGET_DISABLED_UBWC := true - # FM BOARD_HAS_QCA_FM_SOC := cherokee BOARD_HAVE_QCOM_FM := true +# Media +TARGET_USES_ION := true +TARGET_DISABLED_UBWC := true + # RIL ENABLE_VENDOR_RIL_SERVICE := true diff --git a/common.mk b/common.mk index 208e474..5669f72 100644 --- a/common.mk +++ b/common.mk @@ -144,8 +144,7 @@ PRODUCT_PACKAGES += \ vendor.qti.hardware.display.allocator-service \ libtinyxml \ libtinyxml2 \ - hwcomposer.atoll \ - gralloc.atoll \ + hwcomposer.qcom \ libqdMetaData \ libdisplayconfig.qti \ vendor.qti.hardware.display.mapper@1.1.vendor \