diff options
author | Ziyan <jaraidaniel@gmail.com> | 2015-10-17 14:19:53 +0200 |
---|---|---|
committer | D. Andrei Măceș <dmaces@nd.edu> | 2017-02-19 14:49:43 -0500 |
commit | 3f95e82ae46013425a9e19f4f07ebe6198f2a9e6 (patch) | |
tree | 5a3926bb9f6c71b429afd14ffc5b73a1024577b8 | |
parent | fa7907d256b6896ec2cb96303340653af9732f8e (diff) | |
download | hardware_ti_omap4-3f95e82ae46013425a9e19f4f07ebe6198f2a9e6.zip hardware_ti_omap4-3f95e82ae46013425a9e19f4f07ebe6198f2a9e6.tar.gz hardware_ti_omap4-3f95e82ae46013425a9e19f4f07ebe6198f2a9e6.tar.bz2 |
Enable BOARD_EGL_WORKAROUND_BUG_10194508 by default
But allow devices to override it.
Change-Id: I540096b29249c9f834b22da7497f3d5f589f51af
-rw-r--r-- | BoardConfigCommon.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 1513e77..5529966 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -26,6 +26,7 @@ TARGET_ARCH_VARIANT := armv7-a-neon # Graphics USE_OPENGL_RENDERER := true +BOARD_EGL_WORKAROUND_BUG_10194508 ?= true # Global include changes TARGET_SPECIFIC_HEADER_PATH += $(OMAP4_NEXT_FOLDER)/include |