sdm660-common: Updated Mapper & Allocator
Updated Mapper & Allocator version. Enabled Gralloc4 target flag. Signed-off-by: clarencelol <clarencekuiek@icloud.com> Signed-off-by: OdSazib <odsazib@gmail.com> Change-Id: Id053808a5799c163a161366366d24b8ff45f8245 Signed-off-by: pix106 <sbordenave@gmail.com>
This commit is contained in:
parent
c4dc68b927
commit
8b68b2cd2c
3 changed files with 7 additions and 15 deletions
|
@ -99,6 +99,9 @@ TARGET_FS_CONFIG_GEN := $(COMMON_PATH)/configs/config.fs
|
|||
|
||||
# Display
|
||||
BOARD_USES_ADRENO := true
|
||||
TARGET_USES_QTI_MAPPER_2_0 := true
|
||||
TARGET_USES_QTI_MAPPER_EXTENSIONS_1_1 := true
|
||||
TARGET_USES_GRALLOC4 := true
|
||||
TARGET_USES_HWC2 := true
|
||||
TARGET_USES_GRALLOC1 := true
|
||||
TARGET_USES_ION := true
|
||||
|
|
12
manifest.xml
12
manifest.xml
|
@ -39,23 +39,11 @@
|
|||
<transport>hwbinder</transport>
|
||||
<fqname>@1.0::IGatekeeper/default</fqname>
|
||||
</hal>
|
||||
<hal format="hidl">
|
||||
<name>android.hardware.graphics.allocator</name>
|
||||
<transport>hwbinder</transport>
|
||||
<fqname>@2.0::IAllocator/default</fqname>
|
||||
</hal>
|
||||
<hal format="hidl">
|
||||
<name>android.hardware.graphics.composer</name>
|
||||
<transport>hwbinder</transport>
|
||||
<fqname>@2.1::IComposer/default</fqname>
|
||||
</hal>
|
||||
<hal format="hidl">
|
||||
<name>android.hardware.graphics.mapper</name>
|
||||
<transport arch="32+64">passthrough</transport>
|
||||
<fqname>@2.1::IMapper/default</fqname>
|
||||
<fqname>@3.0::IMapper/default</fqname>
|
||||
<fqname>@4.0::IMapper/default</fqname>
|
||||
</hal>
|
||||
<hal format="hidl">
|
||||
<name>android.hardware.media.omx</name>
|
||||
<transport>hwbinder</transport>
|
||||
|
|
|
@ -173,14 +173,15 @@ endif
|
|||
# Display
|
||||
PRODUCT_PACKAGES += \
|
||||
android.frameworks.displayservice@1.0 \
|
||||
android.hardware.graphics.allocator@2.0-impl \
|
||||
android.hardware.graphics.allocator@2.0-service \
|
||||
android.frameworks.displayservice@1.0.vendor \
|
||||
android.hardware.graphics.allocator@3.0-impl \
|
||||
android.hardware.graphics.allocator@4.0-impl \
|
||||
android.hardware.graphics.composer@2.1-service \
|
||||
android.hardware.graphics.mapper@2.0-impl-2.1 \
|
||||
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 \
|
||||
vendor.qti.hardware.display.allocator-service \
|
||||
gralloc.sdm660 \
|
||||
hwcomposer.sdm660 \
|
||||
memtrack.sdm660 \
|
||||
|
|
Loading…
Reference in a new issue