Merge "target: disable tripple buffering"
This commit is contained in:
commit
60c7a4833f
1 changed files with 1 additions and 0 deletions
|
@ -115,6 +115,7 @@ BOARD_USES_SWIFTSHADER := false
|
||||||
# Gralloc4
|
# Gralloc4
|
||||||
ifeq ($(BOARD_USES_EXYNOS_GRALLOC_VERSION),4)
|
ifeq ($(BOARD_USES_EXYNOS_GRALLOC_VERSION),4)
|
||||||
ifeq ($(BOARD_USES_SWIFTSHADER),true)
|
ifeq ($(BOARD_USES_SWIFTSHADER),true)
|
||||||
|
TARGET_DISABLE_TRIPLE_BUFFERING := true
|
||||||
$(call soong_config_set,arm_gralloc,gralloc_arm_no_external_afbc,true)
|
$(call soong_config_set,arm_gralloc,gralloc_arm_no_external_afbc,true)
|
||||||
$(call soong_config_set,arm_gralloc,mali_gpu_support_afbc_basic,false)
|
$(call soong_config_set,arm_gralloc,mali_gpu_support_afbc_basic,false)
|
||||||
$(call soong_config_set,arm_gralloc,mali_gpu_support_afbc_wideblk,false)
|
$(call soong_config_set,arm_gralloc,mali_gpu_support_afbc_wideblk,false)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue