Update how USE_ANGLE is defined
USE_ANGLE can be overridden. If the parent mk files don't define USE_ANGLE, then we treat it as not-using-angle. Test: build by cmd: `lunch panther_angle-userdebug` and then manual download the build to test on a Pixel device. Change-Id: I19d38ba98b5e1adc87d71643c733ce91e178d6a0 Bug: 266433747 Bug: 267670142
This commit is contained in:
parent
f2a55fc82e
commit
ef2da8cce4
1 changed files with 2 additions and 2 deletions
|
@ -201,8 +201,8 @@ USES_GAUDIO := true
|
||||||
# Must match BOARD_USES_SWIFTSHADER in BoardConfig.mk
|
# Must match BOARD_USES_SWIFTSHADER in BoardConfig.mk
|
||||||
USE_SWIFTSHADER := false
|
USE_SWIFTSHADER := false
|
||||||
|
|
||||||
# Must match BOARD_USES_ANGLE in BoardConfig.mk
|
# by default, USE_ANGLE is false
|
||||||
USE_ANGLE := false
|
USE_ANGLE ?= false
|
||||||
|
|
||||||
# HWUI
|
# HWUI
|
||||||
TARGET_USES_VULKAN = true
|
TARGET_USES_VULKAN = true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue