resolved conflicts for merge of 7be88d00
to honeycomb-plus-aosp
Change-Id: I2f1b26f737dcc521e5a81a660356468eca6d2717
This commit is contained in:
@@ -399,6 +399,7 @@ subdirs := \
|
|||||||
development/host \
|
development/host \
|
||||||
development/tools/etc1tool \
|
development/tools/etc1tool \
|
||||||
development/tools/line_endings \
|
development/tools/line_endings \
|
||||||
|
development/tools/emulator/opengl \
|
||||||
external/clang \
|
external/clang \
|
||||||
external/easymock \
|
external/easymock \
|
||||||
external/expat \
|
external/expat \
|
||||||
|
@@ -36,3 +36,6 @@ TARGET_SHELL := mksh
|
|||||||
ifeq ($(HOST_OS),linux)
|
ifeq ($(HOST_OS),linux)
|
||||||
WITH_DEXPREOPT := true
|
WITH_DEXPREOPT := true
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
# Build OpenGLES emulation guest and host libraries
|
||||||
|
BUILD_EMULATOR_OPENGL := true
|
||||||
|
@@ -26,3 +26,6 @@ TARGET_SHELL := mksh
|
|||||||
ifeq ($(HOST_OS),linux)
|
ifeq ($(HOST_OS),linux)
|
||||||
WITH_DEXPREOPT := true
|
WITH_DEXPREOPT := true
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
# Build OpenGLES emulation host and guest libraries
|
||||||
|
BUILD_EMULATOR_OPENGL := true
|
||||||
|
Reference in New Issue
Block a user