diff options
author | Jesse Hall <jessehall@google.com> | 2011-12-12 15:22:32 -0800 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2011-12-12 15:22:32 -0800 |
commit | 055cf585b567af6ced36d7227a2ae921df5782e0 (patch) | |
tree | c359957e21154d7398a51eca2bd202aee7bc85ec /target | |
parent | cd197842b6b17c16b01b0f3608f7177faa5ab505 (diff) | |
parent | 615d2ffa926d03ba44fbc58b4593ce96ef831783 (diff) | |
download | build-055cf585b567af6ced36d7227a2ae921df5782e0.zip build-055cf585b567af6ced36d7227a2ae921df5782e0.tar.gz build-055cf585b567af6ced36d7227a2ae921df5782e0.tar.bz2 |
am 615d2ffa: Enable the OpenGL View renderer on the emulator
* commit '615d2ffa926d03ba44fbc58b4593ce96ef831783':
Enable the OpenGL View renderer on the emulator
Diffstat (limited to 'target')
-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 229ea9c..57e60d3 100644 --- a/target/board/generic/BoardConfig.mk +++ b/target/board/generic/BoardConfig.mk @@ -39,3 +39,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 |