summaryrefslogtreecommitdiff
path: root/BoardConfig-common.mk
diff options
context:
space:
mode:
authorIan Elliott <ianelliott@google.com>2022-08-26 13:50:21 -0600
committerTreeHugger Robot <treehugger-gerrit@google.com>2022-08-26 20:59:21 +0000
commit2325f3de87be226f3f476913a19adbb66f104c3b (patch)
tree43a9b0d0cb3083eb94e97e563f62c1c3a8212f77 /BoardConfig-common.mk
parent2dd1b72fb410df4dcfd6b3887fdcb973762320b2 (diff)
downloadgs201-2325f3de87be226f3f476913a19adbb66f104c3b.tar.gz
Disable ANGLE as system GLES driver
This partially reverts the following change: Switch GLES system driver to ANGLE Bug: 241757590 Test: com.google.android.GoogleCamera Change-Id: I79fee4a16eedf87aea40fd75044e065e1811e117
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 08af601..9934ef4 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 := true
+BOARD_USES_ANGLE := false
# Gralloc4
ifeq ($(BOARD_USES_SWIFTSHADER),true)