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:
Ian Elliott 2022-10-14 13:07:53 -06:00 committed by TreeHugger Robot
parent 3e17d35104
commit 2ece1b7eb1
2 changed files with 2 additions and 2 deletions

View file

@ -129,7 +129,7 @@ BOARD_USES_GRALLOC_ION_SYNC := true
BOARD_USES_SWIFTSHADER := false BOARD_USES_SWIFTSHADER := false
# This should be the same value as USE_ANGLE in device.mk # This should be the same value as USE_ANGLE in device.mk
BOARD_USES_ANGLE := false BOARD_USES_ANGLE := true
# Gralloc4 # Gralloc4
ifeq ($(BOARD_USES_SWIFTSHADER),true) ifeq ($(BOARD_USES_SWIFTSHADER),true)

View file

@ -203,7 +203,7 @@ endif
USE_SWIFTSHADER := false USE_SWIFTSHADER := false
# Must match BOARD_USES_ANGLE in BoardConfig.mk # Must match BOARD_USES_ANGLE in BoardConfig.mk
USE_ANGLE := false USE_ANGLE := true
# HWUI # HWUI
TARGET_USES_VULKAN = true TARGET_USES_VULKAN = true