sm6250-common: build display stack from source

This commit is contained in:
Volodymyr Zhdanov 2020-10-19 13:40:15 +03:00 committed by Demon000
parent 79edc1bac5
commit c67aef45f7
2 changed files with 15 additions and 1 deletions

View File

@ -59,6 +59,7 @@ endif
# Display
TARGET_SCREEN_DENSITY := 440
TARGET_USES_HWC2 := true
# Filesystem
TARGET_FS_CONFIG_GEN := $(COMMON_PATH)/config.fs

View File

@ -121,7 +121,20 @@ PRODUCT_COPY_FILES += \
# Display
PRODUCT_PACKAGES += \
disable_configstore
disable_configstore \
gralloc.atoll \
hwcomposer.atoll \
libdisplayconfig \
libqdMetaData \
libtinyxml \
memtrack.atoll
PRODUCT_PACKAGES += \
android.hardware.graphics.composer@2.3-service \
android.hardware.graphics.mapper@2.0-impl-qti-display \
android.hardware.memtrack@1.0-impl \
android.hardware.memtrack@1.0-service \
vendor.qti.hardware.display.allocator-service
# DRM
PRODUCT_PACKAGES += \