Revert "Switch GLES system driver to ANGLE"
This reverts commit f88c62292b
.
Reason for revert: DroidMonitor-triggered revert due to breakage https://android-build.googleplex.com/builds/tests/view?invocationId=I87000010097116811&testResultId=TR36928312446722415, bug 252826734
Change-Id: Idd5865a2c3b1dbca22afcff9e15da3c43da2fb3d
This commit is contained in:
parent
f88c62292b
commit
a8682a075d
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)
|
||||
|
|
|
@ -202,7 +202,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