sm6250-common: Build display stack

Change-Id: I42bdf9aad5f6619469c5e11487b92b1837dd252d
This commit is contained in:
Sebastiano Barezzi 2021-07-20 11:22:57 +02:00 committed by Alexander Winkowski
parent 8b18ceac19
commit e0a9f12805
No known key found for this signature in database
GPG Key ID: 72762A66704CDE44
2 changed files with 37 additions and 0 deletions

View File

@ -49,6 +49,15 @@ TARGET_NO_BOOTLOADER := true
TARGET_USES_QTI_CAMERA_DEVICE := true
TARGET_DISABLED_UBWC := true
# Display
TARGET_USES_COLOR_METADATA := true
TARGET_USES_DISPLAY_RENDER_INTENTS := true
TARGET_USES_DRM_PP := true
TARGET_USES_GRALLOC1 := true
TARGET_USES_GRALLOC4 := true
TARGET_USES_HWC2 := true
TARGET_USES_ION := true
# Filesystem
TARGET_FS_CONFIG_GEN := $(COMMON_PATH)/config.fs

View File

@ -104,6 +104,34 @@ PRODUCT_PACKAGES += \
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/configs/component-overrides.xml:$(TARGET_COPY_OUT_VENDOR)/etc/sysconfig/component-overrides.xml
# Display
PRODUCT_PACKAGES += \
android.hardware.graphics.composer@2.4-impl \
android.hardware.graphics.composer@2.4-service \
android.hardware.graphics.mapper@3.0-impl-qti-display \
android.hardware.graphics.mapper@4.0-impl-qti-display \
android.hardware.memtrack@1.0-impl \
android.hardware.memtrack@1.0-service \
gralloc.atoll \
hwcomposer.atoll \
libdisplayconfig.qti \
libdisplayconfig.qti.vendor \
libqdMetaData \
libsdmcore \
libsdmutils \
libtinyxml \
libvulkan \
memtrack.atoll \
vendor.display.config@1.5 \
vendor.display.config@1.11.vendor \
vendor.display.config@2.0 \
vendor.display.config@2.0.vendor \
vendor.qti.hardware.display.allocator-service \
vendor.qti.hardware.display.mapper@1.1.vendor \
vendor.qti.hardware.display.mapper@2.0.vendor \
vendor.qti.hardware.display.mapper@3.0.vendor \
vendor.qti.hardware.display.mapper@4.0.vendor
# Rootdir
PRODUCT_PACKAGES += \
init.qcom.early_boot.sh \