Switch GLES system driver to ANGLE
Test: make, flash, and run applications/tests Bug: 218321565 Bug: 244093320 Change-Id: I6e8d393e92e4b6b145db7a55a1e458218d6f8aab
This commit is contained in:
parent
3ca528ec00
commit
f88c62292b
2 changed files with 2 additions and 2 deletions
|
@ -129,7 +129,7 @@ BOARD_USES_GRALLOC_ION_SYNC := true
|
|||
BOARD_USES_SWIFTSHADER := false
|
||||
|
||||
# This should be the same value as USE_ANGLE in device.mk
|
||||
BOARD_USES_ANGLE := false
|
||||
BOARD_USES_ANGLE := true
|
||||
|
||||
# Gralloc4
|
||||
ifeq ($(BOARD_USES_SWIFTSHADER),true)
|
||||
|
|
|
@ -202,7 +202,7 @@ endif
|
|||
USE_SWIFTSHADER := false
|
||||
|
||||
# Must match BOARD_USES_ANGLE in BoardConfig.mk
|
||||
USE_ANGLE := false
|
||||
USE_ANGLE := true
|
||||
|
||||
# HWUI
|
||||
TARGET_USES_VULKAN = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue