summaryrefslogtreecommitdiff
path: root/BoardConfig-common.mk
diff options
context:
space:
mode:
authorIan Elliott <ianelliott@google.com>2022-10-14 13:07:53 -0600
committerTreeHugger Robot <treehugger-gerrit@google.com>2022-10-14 20:12:07 +0000
commit2ece1b7eb1d1675d9a03029416b07f6467a54b23 (patch)
tree770f530343584d2f96ac93dece771012dca966a3 /BoardConfig-common.mk
parent3e17d35104536cfebe15beb76bd2468bfa2e4d26 (diff)
downloadgs201-2ece1b7eb1d1675d9a03029416b07f6467a54b23.tar.gz
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
Diffstat (limited to 'BoardConfig-common.mk')
-rw-r--r--BoardConfig-common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/BoardConfig-common.mk b/BoardConfig-common.mk
index 4ba0580..a5c80ac 100644
--- a/BoardConfig-common.mk
+++ b/BoardConfig-common.mk
@@ -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)