HACK: disable emulator on x86_64
The build system and qemu disagree about where the x86_64 kernel should live; disable the emulator until that's resolved Change-Id: Ia7a2745ee8f3f4211ce39f8d851d5d860acbf62b Signed-off-by: Greg Hackmann <ghackmann@google.com>
This commit is contained in:
parent
5384c18787
commit
4562c5bcb3
1 changed files with 2 additions and 2 deletions
|
@ -33,8 +33,8 @@ ifeq ($(HOST_OS),linux)
|
|||
WITH_DEXPREOPT := true
|
||||
endif
|
||||
|
||||
# Build OpenGLES emulation host and guest libraries
|
||||
BUILD_EMULATOR_OPENGL := true
|
||||
# disable the emulator
|
||||
BUILD_EMULATOR := false
|
||||
|
||||
# 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.
|
||||
|
|
Loading…
Reference in a new issue