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

Commit 7be88d00 authored by David 'Digit' Turner's avatar David 'Digit' Turner Committed by Android Git Automerger
Browse files

am 77c6261f: Merge "emulator: Enable GLES emulation libraries"

* commit '77c6261f':
  emulator: Enable GLES emulation libraries
parents 4651ee5d 77c6261f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -390,6 +390,7 @@ subdirs := \
	development/host \
	development/tools/etc1tool \
	development/tools/line_endings \
	development/tools/emulator/opengl \
	external/easymock \
	external/expat \
	external/libpng \
+3 −0
Original line number Diff line number Diff line
@@ -36,3 +36,6 @@ TARGET_SHELL := mksh
ifeq ($(HOST_OS),linux)
WITH_DEXPREOPT := true
endif

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

# Build OpenGLES emulation host and guest libraries
BUILD_EMULATOR_OPENGL := true