Enable HW accelerated view framework for generic_x86 builds.

Change-Id: Ib3bf3e7c08615c29c0086125552ae1a96a737b89
This commit is contained in:
Xavier Ducrohet 2012-02-16 16:35:42 -08:00
parent daeb1d9041
commit 295cb9bcee
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