Disable swiftshader

Enable GPU drivers for rendering

Bug: 232947526

Signed-off-by: Siddharth Kapoor <ksiddharth@google.com>
Change-Id: I38c73e2bcf2817842eefefe1e4a7acdf8416c456
This commit is contained in:
Siddharth Kapoor 2022-07-19 14:26:36 -07:00
parent 487126b8c8
commit 4d9d79c221
2 changed files with 9 additions and 19 deletions

View file

@ -110,11 +110,10 @@ BOARD_USES_ALIGN_RESTRICTION := false
BOARD_USES_GRALLOC_ION_SYNC := true
# This should be the same value as USE_SWIFTSHADER in device.mk
BOARD_USES_SWIFTSHADER := true
BOARD_USES_SWIFTSHADER := false
# Gralloc4
ifeq ($(BOARD_USES_EXYNOS_GRALLOC_VERSION),4)
ifeq ($(BOARD_USES_SWIFTSHADER),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)