Switch GLES system driver to ANGLE
Test: make, flash, and run applications/tests Test: atest CtsMediaCodecTestCases:android.media.codec.cts.DecodeEditEncodeTest -- --abi arm64-v8a Bug: 218321565 Bug: 244093320 Bug: 253049434 Change-Id: I27e8bd9fcb02ebed489a30b470764177dc627f69
This commit is contained in:
parent
3e17d35104
commit
2ece1b7eb1
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)
|
||||
|
|
|
@ -203,7 +203,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