diff options
author | Jesse Hall <jessehall@google.com> | 2011-12-12 17:49:18 -0800 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2011-12-12 17:49:18 -0800 |
commit | fa947d04ddb986340c1626459467d821dcab3602 (patch) | |
tree | e26233dd6cd28724c98f92f9e3983275d4aa47d8 /target/board/generic | |
parent | b5a413e6ccba3c4d02081a15c5d15380bbfb0b0b (diff) | |
parent | 055cf585b567af6ced36d7227a2ae921df5782e0 (diff) | |
download | build-fa947d04ddb986340c1626459467d821dcab3602.zip build-fa947d04ddb986340c1626459467d821dcab3602.tar.gz build-fa947d04ddb986340c1626459467d821dcab3602.tar.bz2 |
am 055cf585: am 615d2ffa: Enable the OpenGL View renderer on the emulator
* commit '055cf585b567af6ced36d7227a2ae921df5782e0':
Enable the OpenGL View renderer on the emulator
Diffstat (limited to 'target/board/generic')
-rw-r--r-- | target/board/generic/BoardConfig.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/board/generic/BoardConfig.mk b/target/board/generic/BoardConfig.mk index b3763c5..bc999fa 100644 --- a/target/board/generic/BoardConfig.mk +++ b/target/board/generic/BoardConfig.mk @@ -40,3 +40,7 @@ endif # Build OpenGLES emulation guest and host 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 |