summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>2015-10-06 01:21:02 +0200
committerBernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>2015-10-06 01:21:02 +0200
commite99adfec6bd7751c53c5080a084130b80c30c0c0 (patch)
tree8e5ca2dc1902c4243b280706d99fbc65a6ec0070
parent33df9bbf45f3e3c97a1e7de9579ee13e7c9e36bb (diff)
downloadjuno32-RLCR-15.12.tar.gz
Disable USE_OPENGL_RENDERER until new graphics drivers are readylinaro-marshmallowRLCR-16.01RLCR-15.12
Change-Id: Ief825c56ac22da53db0e50e1fdba0656ee666251 Signed-off-by: Bernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>
-rw-r--r--BoardConfig.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index d0184c7..e4513e9 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -12,7 +12,8 @@ TARGET_SUPPORTS_64_BIT_APPS := false
TARGET_BOARD_PLATFORM := juno32
ANDROID_64=true
WITH_DEXPREOPT ?= true
-USE_OPENGL_RENDERER := true
+# Until new graphics drivers are in...
+USE_OPENGL_RENDERER := false
BIONIC_TESTS ?= true
ifeq ($(strip $(USE_LINARO_TOOLCHAIN)),true)