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:
parent
2dd1b72fb4
commit
2325f3de87
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 := true
|
||||
BOARD_USES_ANGLE := false
|
||||
|
||||
# Gralloc4
|
||||
ifeq ($(BOARD_USES_SWIFTSHADER),true)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue