am 295cb9bc: Enable HW accelerated view framework for generic_x86 builds.

* commit '295cb9bceef599f851db81a3942dc78bdb679fec':
  Enable HW accelerated view framework for generic_x86 builds.
This commit is contained in:
Xavier Ducrohet 2012-02-16 16:37:51 -08:00 committed by Android Git Automerger
commit 590737b674
1 changed files with 4 additions and 0 deletions

View File

@ -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