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

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

am 0fd37501: am f518e838: am f1750876: Merge "Revert "HACK: disable emulator on x86_64""

* commit '0fd37501':
  Revert "HACK: disable emulator on x86_64"
parents 9871d2e2 0fd37501
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

# disable the emulator
BUILD_EMULATOR := false
# 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.