Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6099a84f authored by Greg Hackmann's avatar Greg Hackmann Committed by Android Git Automerger
Browse files

am 2521d0d2: am 5a4183f3: am 267afcde: Merge "HACK: disable emulator on x86_64"

* commit '2521d0d2':
  HACK: disable emulator on x86_64
parents 1bd53e59 2521d0d2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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.