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

Commit b455cd0b authored by David 'Digit' Turner's avatar David 'Digit' Turner
Browse files

emulator: enable opengl emulation modules

This patch defines BUILD_EMULATOR_OPENGL to 'true' to
enable the OpenGLES emulation modules under
development/tools/emulator/opengl to be built.

Change-Id: I130b5026909ce43578ead8bebe889075d90c4486
parent 1615c2fc
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -33,3 +33,6 @@ USE_CAMERA_STUB := true
ifeq ($(HOST_OS),linux)
WITH_DEXPREOPT := true
endif

# Build OpenGLES emulation guest and host libraries
BUILD_EMULATOR_OPENGL := true
+2 −0
Original line number Diff line number Diff line
@@ -26,3 +26,5 @@ TARGET_SHELL := mksh
ifeq ($(HOST_OS),linux)
WITH_DEXPREOPT := true
endif
# Build OpenGLES emulation host and guest libraries
BUILD_EMULATOR_OPENGL := true