am d0e43fbd: am b6d01e32: Merge "emulator opengl: fixing clean windows build"

* commit 'd0e43fbd117c66b86181d5b3ea30db9191c79932':
  emulator opengl: fixing clean windows build
This commit is contained in:
David Turner
2011-07-08 10:52:09 -07:00
committed by Android Git Automerger

View File

@@ -17,4 +17,10 @@ $(call emugl-end-module)
# protocol encoders/ decoders. This variable is used by other emugl modules.
EMUGL_EMUGEN := $(LOCAL_BUILT_MODULE)
else # windows build
# on windows use the build host emugen executable
# (that will be the linux exeutable when using mingw build)
EMUGL_EMUGEN := $(BUILD_OUT_EXECUTABLES)/emugen
endif