From 0743b16e0e82a8a858d815fc686997c6a99daf00 Mon Sep 17 00:00:00 2001 From: Raphael Moll Date: Mon, 5 May 2014 20:42:49 -0700 Subject: Temporarily do not include emulator in win-sdk Needed by change I1f88648d60 Change-Id: I33c102beadbbfd97e068df1ec3690e421d2994e1 --- build/tools.windows.atree | 39 ++++++++++++++++++++------------------- 1 file changed, 20 insertions(+), 19 deletions(-) (limited to 'build') diff --git a/build/tools.windows.atree b/build/tools.windows.atree index 2ae2db1..7bab0bd 100755 --- a/build/tools.windows.atree +++ b/build/tools.windows.atree @@ -40,25 +40,26 @@ rm tools/jobb prebuilts/devtools/tools/jobb.bat tools/jobb.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 +###RM(2014-05-05) temporarily do not include emulator in sdk +###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 -- cgit v1.1