From a8fff3460724f7cddf07fe8eddf257a76628a3f6 Mon Sep 17 00:00:00 2001 From: Michael Bestas Date: Wed, 1 Jan 2025 03:50:53 +0200 Subject: [PATCH] sm6150-common: Update display flags & packages Required after display HAL blueprint conversion Change-Id: Ifc4e10703d3424607b9dc8bcc8e417d1c88cc2f3 Signed-off-by: therealmharc --- BoardConfigCommon.mk | 8 +------- sm6150.mk | 5 ++--- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 82eaefe..181d0b2 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -1,5 +1,5 @@ # -# Copyright (C) 2020-2024 The LineageOS Project +# Copyright (C) 2020-2025 The LineageOS Project # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -49,12 +49,6 @@ BOARD_SUPPORTS_SOUND_TRIGGER := true TARGET_BOOTLOADER_BOARD_NAME := sm6150 TARGET_NO_BOOTLOADER := true -# Display -TARGET_USES_COLOR_METADATA := true -TARGET_USES_DISPLAY_RENDER_INTENTS := true -TARGET_USES_DRM_PP := true -TARGET_USES_HWC2 := true - # Filesystem TARGET_FS_CONFIG_GEN := $(COMMON_PATH)/configs/config.fs diff --git a/sm6150.mk b/sm6150.mk index 0cfcf48..1952bc3 100644 --- a/sm6150.mk +++ b/sm6150.mk @@ -1,5 +1,5 @@ # -# Copyright (C) 2020-2024 The LineageOS Project +# Copyright (C) 2020-2025 The LineageOS Project # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -111,8 +111,7 @@ PRODUCT_PACKAGES += \ vendor.qti.hardware.memtrack-service PRODUCT_PACKAGES += \ - gralloc.sm6150 \ - hwcomposer.sm6150 + hwcomposer.qcom PRODUCT_PACKAGES += \ disable_configstore