summaryrefslogtreecommitdiffstats
path: root/target/board
diff options
context:
space:
mode:
authorXavier Ducrohet <xav@android.com>2012-02-16 16:39:53 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2012-02-16 16:39:53 -0800
commit85927411d2e249aab081fc39c838dbc6e2ff93ea (patch)
tree312513dc0ad49da7daf2ec0c3a8d8e9c456a7d27 /target/board
parentbf44ac49575fac76936eb0e1ac2e924ea45930cd (diff)
parent590737b674a1e9254863e36f45956a9c309db68f (diff)
downloadbuild-85927411d2e249aab081fc39c838dbc6e2ff93ea.zip
build-85927411d2e249aab081fc39c838dbc6e2ff93ea.tar.gz
build-85927411d2e249aab081fc39c838dbc6e2ff93ea.tar.bz2
am 590737b6: am 295cb9bc: Enable HW accelerated view framework for generic_x86 builds.
* commit '590737b674a1e9254863e36f45956a9c309db68f': Enable HW accelerated view framework for generic_x86 builds.
Diffstat (limited to 'target/board')
-rw-r--r--target/board/generic_x86/BoardConfig.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/target/board/generic_x86/BoardConfig.mk b/target/board/generic_x86/BoardConfig.mk
index 1a1bc80..c62b0a4 100644
--- a/target/board/generic_x86/BoardConfig.mk
+++ b/target/board/generic_x86/BoardConfig.mk
@@ -29,3 +29,7 @@ endif
# Build OpenGLES emulation host and guest libraries
BUILD_EMULATOR_OPENGL := true
+
+# Build and enable the OpenGL ES View renderer. When running on the emulator,
+# the GLES renderer disables itself if host GL acceleration isn't available.
+USE_OPENGL_RENDERER := true