mirror of
https://github.com/PixelExperience-Devices/device_xiaomi_sm6250-common.git
synced 2025-05-04 21:07:18 +09:00
sm6250-common: Build display stack
Change-Id: I42bdf9aad5f6619469c5e11487b92b1837dd252d
This commit is contained in:
parent
8b18ceac19
commit
e0a9f12805
@ -49,6 +49,15 @@ TARGET_NO_BOOTLOADER := true
|
|||||||
TARGET_USES_QTI_CAMERA_DEVICE := true
|
TARGET_USES_QTI_CAMERA_DEVICE := true
|
||||||
TARGET_DISABLED_UBWC := 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
|
# Filesystem
|
||||||
TARGET_FS_CONFIG_GEN := $(COMMON_PATH)/config.fs
|
TARGET_FS_CONFIG_GEN := $(COMMON_PATH)/config.fs
|
||||||
|
|
||||||
|
28
atoll.mk
28
atoll.mk
@ -104,6 +104,34 @@ PRODUCT_PACKAGES += \
|
|||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
$(LOCAL_PATH)/configs/component-overrides.xml:$(TARGET_COPY_OUT_VENDOR)/etc/sysconfig/component-overrides.xml
|
$(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
|
# Rootdir
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
init.qcom.early_boot.sh \
|
init.qcom.early_boot.sh \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user