Loading core/main.mk +1 −0 Original line number Diff line number Diff line Loading @@ -390,6 +390,7 @@ subdirs := \ development/host \ development/tools/etc1tool \ development/tools/line_endings \ development/tools/emulator/opengl \ external/easymock \ external/expat \ external/libpng \ Loading target/board/generic/BoardConfig.mk +3 −0 Original line number Diff line number Diff line Loading @@ -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 target/board/generic_x86/BoardConfig.mk +3 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
core/main.mk +1 −0 Original line number Diff line number Diff line Loading @@ -390,6 +390,7 @@ subdirs := \ development/host \ development/tools/etc1tool \ development/tools/line_endings \ development/tools/emulator/opengl \ external/easymock \ external/expat \ external/libpng \ Loading
target/board/generic/BoardConfig.mk +3 −0 Original line number Diff line number Diff line Loading @@ -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
target/board/generic_x86/BoardConfig.mk +3 −0 Original line number Diff line number Diff line Loading @@ -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