Fix Windows SDK: disable emulator. DO NOT MERGE.

Since disabled the copy of the emulator in tools.atree, we
also need to disable the copy in the tools.windows.atree.

Change-Id: I7af970020668cd97079dae3d8dd12dd73fc0a36f
diff --git a/build/tools.windows.atree b/build/tools.windows.atree
index ea12662..97fad26 100755
--- a/build/tools.windows.atree
+++ b/build/tools.windows.atree
@@ -39,25 +39,26 @@
 rm tools/lint
 sdk/lint/cli/etc/lint.bat                         tools/lint.bat
 
-rm tools/emulator
-rm tools/emulator-arm
-rm tools/emulator-x86
-rm tools/emulator-mips
-bin/emulator.exe                            strip tools/emulator.exe
-bin/emulator-arm.exe                        strip tools/emulator-arm.exe
-bin/emulator-x86.exe                        strip tools/emulator-x86.exe
-bin/emulator-mips.exe                       strip tools/emulator-mips.exe
-# Emulator libraries
-rm tools/lib/libOpenglRender.so
-rm tools/lib/libGLES_CM_translator.so
-rm tools/lib/libGLES_V2_translator.so
-rm tools/lib/libEGL_translator.so
-lib/libOpenglRender.dll          tools/lib/libOpenglRender.dll
-lib/libGLES_CM_translator.dll    tools/lib/libGLES_CM_translator.dll
-lib/libGLES_V2_translator.dll    tools/lib/libGLES_V2_translator.dll
-lib/libEGL_translator.dll        tools/lib/libEGL_translator.dll
-# Copy the emulator NOTICE in the tools dir
-external/qemu/NOTICE                              tools/emulator_NOTICE.txt
+# Emulator disabled for mr1.1 (build currently broken on Mac 10.8)
+#rm tools/emulator
+#rm tools/emulator-arm
+#rm tools/emulator-x86
+#rm tools/emulator-mips
+#bin/emulator.exe                            strip tools/emulator.exe
+#bin/emulator-arm.exe                        strip tools/emulator-arm.exe
+#bin/emulator-x86.exe                        strip tools/emulator-x86.exe
+#bin/emulator-mips.exe                       strip tools/emulator-mips.exe
+## Emulator libraries
+#rm tools/lib/libOpenglRender.so
+#rm tools/lib/libGLES_CM_translator.so
+#rm tools/lib/libGLES_V2_translator.so
+#rm tools/lib/libEGL_translator.so
+#lib/libOpenglRender.dll          tools/lib/libOpenglRender.dll
+#lib/libGLES_CM_translator.dll    tools/lib/libGLES_CM_translator.dll
+#lib/libGLES_V2_translator.dll    tools/lib/libGLES_V2_translator.dll
+#lib/libEGL_translator.dll        tools/lib/libEGL_translator.dll
+## Copy the emulator NOTICE in the tools dir
+#external/qemu/NOTICE                              tools/emulator_NOTICE.txt
 
 rm tools/etc1tool
 bin/etc1tool.exe                            strip tools/etc1tool.exe