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
This commit is contained in:
Ian Elliott 2022-08-26 13:50:21 -06:00 committed by TreeHugger Robot
parent 2dd1b72fb4
commit 2325f3de87
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
# 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)

View file

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