Build OSS display HAL
Change-Id: I3801a603e08547a919e2e7cd90edabfb116dfac8 Signed-off-by: DennySPb <dennyspb@gmail.com>
This commit is contained in:
parent
f5edd16152
commit
6419e12cb1
2 changed files with 15 additions and 3 deletions
|
@ -53,7 +53,13 @@ BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := $(DEVICE_PATH)/bluetooth
|
||||||
TARGET_USES_QTI_CAMERA_DEVICE := true
|
TARGET_USES_QTI_CAMERA_DEVICE := true
|
||||||
|
|
||||||
# Display
|
# Display
|
||||||
|
TARGET_USES_GRALLOC1 := true
|
||||||
|
TARGET_USES_HWC2 := true
|
||||||
TARGET_USES_ION := true
|
TARGET_USES_ION := true
|
||||||
|
TARGET_USES_GRALLOC1 := true
|
||||||
|
TARGET_USES_DRM_PP := true
|
||||||
|
MAX_EGL_CACHE_KEY_SIZE := 12*1024
|
||||||
|
MAX_EGL_CACHE_SIZE := 2048*1024
|
||||||
|
|
||||||
# Filesystem
|
# Filesystem
|
||||||
TARGET_FS_CONFIG_GEN := $(DEVICE_PATH)/config.fs
|
TARGET_FS_CONFIG_GEN := $(DEVICE_PATH)/config.fs
|
||||||
|
|
12
device.mk
12
device.mk
|
@ -101,17 +101,23 @@ PRODUCT_PACKAGES += \
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
android.hardware.graphics.composer@2.1-impl \
|
android.hardware.graphics.composer@2.1-impl \
|
||||||
android.hardware.graphics.composer@2.1-service \
|
android.hardware.graphics.composer@2.1-service \
|
||||||
|
android.hardware.graphics.mapper@2.0-impl-qti-display \
|
||||||
android.hardware.memtrack@1.0-impl \
|
android.hardware.memtrack@1.0-impl \
|
||||||
android.hardware.memtrack@1.0-service \
|
android.hardware.memtrack@1.0-service \
|
||||||
libdrm.vendor \
|
gralloc.sdm845 \
|
||||||
libgui_vendor \
|
hwcomposer.sdm845 \
|
||||||
|
libdisplayconfig \
|
||||||
|
libqdMetaData \
|
||||||
|
libqdMetaData.system \
|
||||||
libtinyxml \
|
libtinyxml \
|
||||||
libvulkan \
|
libvulkan \
|
||||||
libdisplayconfig \
|
libdisplayconfig \
|
||||||
libqdMetaData \
|
libqdMetaData \
|
||||||
libqdMetaData.system \
|
libqdMetaData.system \
|
||||||
|
memtrack.sdm845 \
|
||||||
vendor.display.config@1.7 \
|
vendor.display.config@1.7 \
|
||||||
vendor.display.config@1.7.vendor
|
vendor.display.config@1.7.vendor \
|
||||||
|
vendor.qti.hardware.display.allocator@1.0-service
|
||||||
|
|
||||||
# DRM
|
# DRM
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
|
|
Loading…
Reference in a new issue