From 2f4a938cee43f9b2618762408cb49720f6202e36 Mon Sep 17 00:00:00 2001 From: Xavier Ducrohet Date: Wed, 2 Apr 2014 18:07:49 -0700 Subject: Remove sdk tools from the build. Change-Id: I193c6e3e5a2c687149044a998fb631d1cdf6f998 --- build/product_sdk.mk | 12 ++-- build/tools.atree | 140 ------------------------------------------ build/tools.atree.old | 140 ++++++++++++++++++++++++++++++++++++++++++ build/tools.darwin.atree | 39 ------------ build/tools.darwin.atree.old | 39 ++++++++++++ build/tools.linux.atree | 33 ---------- build/tools.linux.atree.old | 33 ++++++++++ build/tools.windows.atree | 122 ------------------------------------ build/tools.windows.atree.old | 122 ++++++++++++++++++++++++++++++++++++ 9 files changed, 340 insertions(+), 340 deletions(-) delete mode 100644 build/tools.atree create mode 100644 build/tools.atree.old delete mode 100644 build/tools.darwin.atree create mode 100644 build/tools.darwin.atree.old delete mode 100644 build/tools.linux.atree create mode 100644 build/tools.linux.atree.old delete mode 100755 build/tools.windows.atree create mode 100755 build/tools.windows.atree.old (limited to 'build') diff --git a/build/product_sdk.mk b/build/product_sdk.mk index 6e937ed..7938300 100644 --- a/build/product_sdk.mk +++ b/build/product_sdk.mk @@ -27,10 +27,10 @@ # Host tools and java libraries that are parts of the SDK. PRODUCT_PACKAGES += \ - ant-glob \ - annotations \ - mksdcard \ - monitor \ - fastboot \ - emugen +# ant-glob \ +# annotations \ +# mksdcard \ +# monitor \ +# fastboot \ +# emugen diff --git a/build/tools.atree b/build/tools.atree deleted file mode 100644 index 7a992df..0000000 --- a/build/tools.atree +++ /dev/null @@ -1,140 +0,0 @@ -# -# Copyright (C) 2010 The Android Open Source Project -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# - -############################################################################## -# Tools Component -############################################################################## - -# -# These are the files that comprise the tools component of the SDK. -# - -prebuilts/devtools/tools/lib tools/lib -prebuilts/devtools/notices/NOTICE.txt tools/NOTICE.txt - -prebuilts/devtools/tools/android tools/android -prebuilts/devtools/tools/draw9patch tools/draw9patch -prebuilts/devtools/tools/ddms tools/ddms -prebuilts/devtools/tools/hierarchyviewer tools/hierarchyviewer -prebuilts/devtools/tools/jobb tools/jobb -prebuilts/devtools/tools/lint tools/lint -prebuilts/devtools/tools/monkeyrunner tools/monkeyrunner -prebuilts/devtools/tools/traceview tools/traceview -prebuilts/devtools/tools/uiautomatorviewer tools/uiautomatorviewer - - - -# version files for the SDK updater, from sdk.git -sdk/files/tools_source.properties tools/source.properties - -# copy plugin.prop from sdk.git -sdk/files/plugin.prop tools/lib/plugin.prop - -# readme regarding adb move to platform-tools -sdk/files/adb_has_moved.txt tools/adb_has_moved.txt - -# native host tools from out/host/$(HOST_OS)-$(HOST_ARCH)/ -bin/sqlite3 strip tools/sqlite3 -bin/dmtracedump strip tools/dmtracedump -bin/etc1tool strip tools/etc1tool -bin/hprof-conv strip tools/hprof-conv -bin/mksdcard strip tools/mksdcard - -# emulator -###RM(2014-05-05) temporarily do not include emulator in sdk -###bin/emulator strip tools/emulator -###bin/emulator-x86 strip tools/emulator-x86 -###bin/emulator-arm strip tools/emulator-arm -###bin/emulator-mips strip tools/emulator-mips -###bin/emulator64-x86 strip tools/emulator64-x86 -###bin/emulator64-arm strip tools/emulator64-arm -###bin/emulator64-mips strip tools/emulator64-mips -###sdk/emulator/snapshot/snapshots.img tools/lib/emulator/snapshots.img -###usr/share/pc-bios/bios.bin tools/lib/pc-bios/bios.bin -###usr/share/pc-bios/vgabios-cirrus.bin tools/lib/pc-bios/vgabios-cirrus.bin -###sdk/emulator/skins/dynamic tools/lib/emulator/skins/dynamic -### -#### OpenGLES emulation libraries -###lib/libOpenglRender${DLL_EXTENSION} strip tools/lib/libOpenglRender${DLL_EXTENSION} -###lib/libGLES_CM_translator${DLL_EXTENSION} strip tools/lib/libGLES_CM_translator${DLL_EXTENSION} -###lib/libGLES_V2_translator${DLL_EXTENSION} strip tools/lib/libGLES_V2_translator${DLL_EXTENSION} -###lib/libEGL_translator${DLL_EXTENSION} strip tools/lib/libEGL_translator${DLL_EXTENSION} -###lib/lib64OpenglRender${DLL_EXTENSION} strip tools/lib/lib64OpenglRender${DLL_EXTENSION} -###lib/lib64GLES_CM_translator${DLL_EXTENSION} strip tools/lib/lib64GLES_CM_translator${DLL_EXTENSION} -###lib/lib64GLES_V2_translator${DLL_EXTENSION} strip tools/lib/lib64GLES_V2_translator${DLL_EXTENSION} -###lib/lib64EGL_translator${DLL_EXTENSION} strip tools/lib/lib64EGL_translator${DLL_EXTENSION} - - -# sdk.git Ant and gradle templates for project build files -sdk/templates/build.template tools/lib/build.template -sdk/templates/uibuild.template tools/lib/uibuild.template -sdk/templates/build_gradle.template tools/lib/build_gradle.template -sdk/files/proguard-project.txt tools/lib/proguard-project.txt -sdk/files/proguard-android.txt tools/proguard/proguard-android.txt -sdk/files/proguard-android-optimize.txt tools/proguard/proguard-android-optimize.txt - -# Ant Build Rules -sdk/files/ant tools/ant -sdk/files/sdk_files_NOTICE.txt tools/ant/NOTICE.txt - -# layout device definition -sdk/files/devices.xml tools/lib/devices.xml - -# AVD Hardware property list -external/qemu/android/avd/hardware-properties.ini tools/lib/hardware-properties.ini - -# emacs support from sdk.git -sdk/files/android.el tools/lib/android.el - -# 3rd Party java libraries -framework/emmalib.jar tools/lib/emma_device.jar -external/emma/lib/emma.jar tools/lib/emma.jar -external/emma/lib/emma_ant.jar tools/lib/emma_ant.jar - -# Proguard -# We're skipping the build and src/ trees (except for src/proguard/ant/task.properties) -# and copying in a license.html file -prebuilts/tools/common/proguard/license.html tools/proguard/license.html -prebuilts/tools/common/proguard/proguard4.7/README tools/proguard/README -prebuilts/tools/common/proguard/proguard4.7/docs tools/proguard/docs -prebuilts/tools/common/proguard/proguard4.7/examples tools/proguard/examples -prebuilts/tools/common/proguard/proguard4.7/lib tools/proguard/lib -prebuilts/tools/common/proguard/proguard4.7/bin/proguard.sh tools/proguard/bin/proguard.sh -prebuilts/tools/common/proguard/proguard4.7/bin/proguardgui.sh tools/proguard/bin/proguardgui.sh -prebuilts/tools/common/proguard/proguard4.7/bin/retrace.sh tools/proguard/bin/retrace.sh -prebuilts/tools/common/proguard/proguard4.7/src/proguard/ant/task.properties tools/proguard/ant/task.properties - -# Templates -tools/base/templates/projects tools/templates/projects -tools/base/templates/activities tools/templates/activities -tools/base/templates/gradle tools/templates/gradle -tools/base/templates/other tools/templates/other - -# SDK Controller -sdk/apps/SdkController tools/apps/SdkController - -# tools specific support jar -framework/annotations.jar tools/support/annotations.jar - -# Misspelling databases for lint -sdk/files/typos tools/support - -############################################################################## -# Tests Component -############################################################################## - -sdk/testapps tests/testapps - diff --git a/build/tools.atree.old b/build/tools.atree.old new file mode 100644 index 0000000..7a992df --- /dev/null +++ b/build/tools.atree.old @@ -0,0 +1,140 @@ +# +# Copyright (C) 2010 The Android Open Source Project +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + +############################################################################## +# Tools Component +############################################################################## + +# +# These are the files that comprise the tools component of the SDK. +# + +prebuilts/devtools/tools/lib tools/lib +prebuilts/devtools/notices/NOTICE.txt tools/NOTICE.txt + +prebuilts/devtools/tools/android tools/android +prebuilts/devtools/tools/draw9patch tools/draw9patch +prebuilts/devtools/tools/ddms tools/ddms +prebuilts/devtools/tools/hierarchyviewer tools/hierarchyviewer +prebuilts/devtools/tools/jobb tools/jobb +prebuilts/devtools/tools/lint tools/lint +prebuilts/devtools/tools/monkeyrunner tools/monkeyrunner +prebuilts/devtools/tools/traceview tools/traceview +prebuilts/devtools/tools/uiautomatorviewer tools/uiautomatorviewer + + + +# version files for the SDK updater, from sdk.git +sdk/files/tools_source.properties tools/source.properties + +# copy plugin.prop from sdk.git +sdk/files/plugin.prop tools/lib/plugin.prop + +# readme regarding adb move to platform-tools +sdk/files/adb_has_moved.txt tools/adb_has_moved.txt + +# native host tools from out/host/$(HOST_OS)-$(HOST_ARCH)/ +bin/sqlite3 strip tools/sqlite3 +bin/dmtracedump strip tools/dmtracedump +bin/etc1tool strip tools/etc1tool +bin/hprof-conv strip tools/hprof-conv +bin/mksdcard strip tools/mksdcard + +# emulator +###RM(2014-05-05) temporarily do not include emulator in sdk +###bin/emulator strip tools/emulator +###bin/emulator-x86 strip tools/emulator-x86 +###bin/emulator-arm strip tools/emulator-arm +###bin/emulator-mips strip tools/emulator-mips +###bin/emulator64-x86 strip tools/emulator64-x86 +###bin/emulator64-arm strip tools/emulator64-arm +###bin/emulator64-mips strip tools/emulator64-mips +###sdk/emulator/snapshot/snapshots.img tools/lib/emulator/snapshots.img +###usr/share/pc-bios/bios.bin tools/lib/pc-bios/bios.bin +###usr/share/pc-bios/vgabios-cirrus.bin tools/lib/pc-bios/vgabios-cirrus.bin +###sdk/emulator/skins/dynamic tools/lib/emulator/skins/dynamic +### +#### OpenGLES emulation libraries +###lib/libOpenglRender${DLL_EXTENSION} strip tools/lib/libOpenglRender${DLL_EXTENSION} +###lib/libGLES_CM_translator${DLL_EXTENSION} strip tools/lib/libGLES_CM_translator${DLL_EXTENSION} +###lib/libGLES_V2_translator${DLL_EXTENSION} strip tools/lib/libGLES_V2_translator${DLL_EXTENSION} +###lib/libEGL_translator${DLL_EXTENSION} strip tools/lib/libEGL_translator${DLL_EXTENSION} +###lib/lib64OpenglRender${DLL_EXTENSION} strip tools/lib/lib64OpenglRender${DLL_EXTENSION} +###lib/lib64GLES_CM_translator${DLL_EXTENSION} strip tools/lib/lib64GLES_CM_translator${DLL_EXTENSION} +###lib/lib64GLES_V2_translator${DLL_EXTENSION} strip tools/lib/lib64GLES_V2_translator${DLL_EXTENSION} +###lib/lib64EGL_translator${DLL_EXTENSION} strip tools/lib/lib64EGL_translator${DLL_EXTENSION} + + +# sdk.git Ant and gradle templates for project build files +sdk/templates/build.template tools/lib/build.template +sdk/templates/uibuild.template tools/lib/uibuild.template +sdk/templates/build_gradle.template tools/lib/build_gradle.template +sdk/files/proguard-project.txt tools/lib/proguard-project.txt +sdk/files/proguard-android.txt tools/proguard/proguard-android.txt +sdk/files/proguard-android-optimize.txt tools/proguard/proguard-android-optimize.txt + +# Ant Build Rules +sdk/files/ant tools/ant +sdk/files/sdk_files_NOTICE.txt tools/ant/NOTICE.txt + +# layout device definition +sdk/files/devices.xml tools/lib/devices.xml + +# AVD Hardware property list +external/qemu/android/avd/hardware-properties.ini tools/lib/hardware-properties.ini + +# emacs support from sdk.git +sdk/files/android.el tools/lib/android.el + +# 3rd Party java libraries +framework/emmalib.jar tools/lib/emma_device.jar +external/emma/lib/emma.jar tools/lib/emma.jar +external/emma/lib/emma_ant.jar tools/lib/emma_ant.jar + +# Proguard +# We're skipping the build and src/ trees (except for src/proguard/ant/task.properties) +# and copying in a license.html file +prebuilts/tools/common/proguard/license.html tools/proguard/license.html +prebuilts/tools/common/proguard/proguard4.7/README tools/proguard/README +prebuilts/tools/common/proguard/proguard4.7/docs tools/proguard/docs +prebuilts/tools/common/proguard/proguard4.7/examples tools/proguard/examples +prebuilts/tools/common/proguard/proguard4.7/lib tools/proguard/lib +prebuilts/tools/common/proguard/proguard4.7/bin/proguard.sh tools/proguard/bin/proguard.sh +prebuilts/tools/common/proguard/proguard4.7/bin/proguardgui.sh tools/proguard/bin/proguardgui.sh +prebuilts/tools/common/proguard/proguard4.7/bin/retrace.sh tools/proguard/bin/retrace.sh +prebuilts/tools/common/proguard/proguard4.7/src/proguard/ant/task.properties tools/proguard/ant/task.properties + +# Templates +tools/base/templates/projects tools/templates/projects +tools/base/templates/activities tools/templates/activities +tools/base/templates/gradle tools/templates/gradle +tools/base/templates/other tools/templates/other + +# SDK Controller +sdk/apps/SdkController tools/apps/SdkController + +# tools specific support jar +framework/annotations.jar tools/support/annotations.jar + +# Misspelling databases for lint +sdk/files/typos tools/support + +############################################################################## +# Tests Component +############################################################################## + +sdk/testapps tests/testapps + diff --git a/build/tools.darwin.atree b/build/tools.darwin.atree deleted file mode 100644 index d584231..0000000 --- a/build/tools.darwin.atree +++ /dev/null @@ -1,39 +0,0 @@ -# -# Copyright (C) 2012 The Android Open Source Project -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# - -# -# These are the files that comprise the MacOS X tools component of the SDK. -# - -############################################################################## -# Tools Component -############################################################################## - -# RCP Monitor. -bin/monitor tools/monitor -eclipse/monitor-macosx.cocoa.x86_64/monitor tools/lib/monitor-x86_64 - -# swt -prebuilts/tools/darwin-x86/swt/swt.jar tools/lib/x86/swt.jar -prebuilts/tools/darwin-x86_64/swt/swt.jar tools/lib/x86_64/swt.jar - - -# JetCreator (only available on mac/windows) -external/sonivox/jet_tools/JetCreator tools/Jet/JetCreator -prebuilts/tools/darwin-x86/jetcreator/libEASLIb.dylib tools/Jet/JetCreator/libEASLIb.dylib -external/sonivox/jet_tools/JetCreator_content tools/Jet/demo_content -external/sonivox/jet_tools/logic_templates tools/Jet/logic_templates - diff --git a/build/tools.darwin.atree.old b/build/tools.darwin.atree.old new file mode 100644 index 0000000..d584231 --- /dev/null +++ b/build/tools.darwin.atree.old @@ -0,0 +1,39 @@ +# +# Copyright (C) 2012 The Android Open Source Project +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + +# +# These are the files that comprise the MacOS X tools component of the SDK. +# + +############################################################################## +# Tools Component +############################################################################## + +# RCP Monitor. +bin/monitor tools/monitor +eclipse/monitor-macosx.cocoa.x86_64/monitor tools/lib/monitor-x86_64 + +# swt +prebuilts/tools/darwin-x86/swt/swt.jar tools/lib/x86/swt.jar +prebuilts/tools/darwin-x86_64/swt/swt.jar tools/lib/x86_64/swt.jar + + +# JetCreator (only available on mac/windows) +external/sonivox/jet_tools/JetCreator tools/Jet/JetCreator +prebuilts/tools/darwin-x86/jetcreator/libEASLIb.dylib tools/Jet/JetCreator/libEASLIb.dylib +external/sonivox/jet_tools/JetCreator_content tools/Jet/demo_content +external/sonivox/jet_tools/logic_templates tools/Jet/logic_templates + diff --git a/build/tools.linux.atree b/build/tools.linux.atree deleted file mode 100644 index cdba1f2..0000000 --- a/build/tools.linux.atree +++ /dev/null @@ -1,33 +0,0 @@ -# -# Copyright (C) 2012 The Android Open Source Project -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# - -# -# These are the files that comprise the Linux tools component of the SDK. -# - -############################################################################## -# Tools Component -############################################################################## - -# RCP Monitor. -bin/monitor tools/monitor -eclipse/monitor-linux.gtk.x86/monitor tools/lib/monitor-x86 -eclipse/monitor-linux.gtk.x86_64/monitor tools/lib/monitor-x86_64 - - -# swt -prebuilts/tools/linux-x86/swt/swt.jar tools/lib/x86/swt.jar -prebuilts/tools/linux-x86_64/swt/swt.jar tools/lib/x86_64/swt.jar diff --git a/build/tools.linux.atree.old b/build/tools.linux.atree.old new file mode 100644 index 0000000..cdba1f2 --- /dev/null +++ b/build/tools.linux.atree.old @@ -0,0 +1,33 @@ +# +# Copyright (C) 2012 The Android Open Source Project +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + +# +# These are the files that comprise the Linux tools component of the SDK. +# + +############################################################################## +# Tools Component +############################################################################## + +# RCP Monitor. +bin/monitor tools/monitor +eclipse/monitor-linux.gtk.x86/monitor tools/lib/monitor-x86 +eclipse/monitor-linux.gtk.x86_64/monitor tools/lib/monitor-x86_64 + + +# swt +prebuilts/tools/linux-x86/swt/swt.jar tools/lib/x86/swt.jar +prebuilts/tools/linux-x86_64/swt/swt.jar tools/lib/x86_64/swt.jar diff --git a/build/tools.windows.atree b/build/tools.windows.atree deleted file mode 100755 index 7bab0bd..0000000 --- a/build/tools.windows.atree +++ /dev/null @@ -1,122 +0,0 @@ -# -# Copyright (C) 2011 The Android Open Source Project -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# - -# -# These are the files that comprise the tools component of the Windows SDK. -# -# IMPORTANT: for a binary to be included here, it must be built -- -# typically by adding it to WIN_SDK_TARGETS in windows_sdk_tools.mk. -# - -rm tools/android -prebuilts/devtools/tools/android.bat tools/android.bat - -rm tools/ddms -prebuilts/devtools/tools/ddms.bat tools/ddms.bat - -rm tools/dmtracedump -bin/dmtracedump.exe strip tools/dmtracedump.exe - -rm tools/draw9patch -prebuilts/devtools/tools/draw9patch.bat tools/draw9patch.bat - -rm tools/lint -prebuilts/devtools/tools/lint.bat tools/lint.bat - -rm tools/jobb -prebuilts/devtools/tools/jobb.bat tools/jobb.bat - - -###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 - -rm tools/hierarchyviewer -prebuilts/devtools/tools/hierarchyviewer.bat tools/hierarchyviewer.bat - -rm tools/hprof-conv -bin/hprof-conv.exe strip tools/hprof-conv.exe - -rm tools/mksdcard -bin/mksdcard.exe strip tools/mksdcard.exe - -rm tools/monkeyrunner -prebuilts/devtools/tools/monkeyrunner.bat tools/monkeyrunner.bat - -rm tools/proguard/bin -prebuilts/tools/common/proguard/proguard4.7/bin/proguard.bat tools/proguard/bin/proguard.bat -prebuilts/tools/common/proguard/proguard4.7/bin/retrace.bat tools/proguard/bin/retrace.bat -prebuilts/tools/common/proguard/proguard4.7/bin/proguardgui.bat tools/proguard/bin/proguardgui.bat - -rm tools/sqlite3 -bin/sqlite3.exe strip tools/sqlite3.exe - -rm tools/traceview -prebuilts/devtools/tools/traceview.bat tools/traceview.bat - -rm tools/uiautomatorviewer -prebuilts/devtools/tools/uiautomatorviewer.bat tools/uiautomatorviewer.bat - -# RCP Monitor. Remove linux stuff and replace by Windows files. -rm tools/monitor -rm tools/lib/monitor-x86 -rm tools/lib/monitor-x86_64 -sdk/monitor/monitor.bat tools/monitor.bat -eclipse/monitor-win32.win32.x86/monitor tools/lib/monitor-x86 -eclipse/monitor-win32.win32.x86_64/monitor tools/lib/monitor-x86_64 - - -# Copy the AVD & SDK Manager (aka avd/sdklauncher) to the root of the SDK as -# well as in SDK/tools/lib (so that tools updates can update the root one too) -bin/avdlauncher.exe "AVD Manager.exe" -bin/sdklauncher.exe "SDK Manager.exe" -bin/avdlauncher.exe "tools/lib/AVD Manager.exe" -bin/sdklauncher.exe "tools/lib/SDK Manager.exe" - -# Supporting bat files -sdk/files/post_tools_install.bat tools/lib/post_tools_install.bat -sdk/find_java/find_java.bat tools/lib/find_java.bat -bin/find_java.exe strip tools/lib/find_java.exe -bin/find_lock.exe strip tools/lib/find_lock.exe - -prebuilts/tools/windows/swt/swt.jar tools/lib/x86/swt.jar -prebuilts/tools/windows-x86_64/swt/swt.jar tools/lib/x86_64/swt.jar - -external/sonivox/jet_tools/JetCreator tools/Jet/JetCreator -external/sonivox/jet_tools/JetCreator_content tools/Jet/demo_content -external/sonivox/jet_tools/logic_templates tools/Jet/logic_templates -prebuilts/tools/windows/jetcreator/EASDLL.dll tools/Jet/JetCreator/EASDLL.dll - diff --git a/build/tools.windows.atree.old b/build/tools.windows.atree.old new file mode 100755 index 0000000..7bab0bd --- /dev/null +++ b/build/tools.windows.atree.old @@ -0,0 +1,122 @@ +# +# Copyright (C) 2011 The Android Open Source Project +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + +# +# These are the files that comprise the tools component of the Windows SDK. +# +# IMPORTANT: for a binary to be included here, it must be built -- +# typically by adding it to WIN_SDK_TARGETS in windows_sdk_tools.mk. +# + +rm tools/android +prebuilts/devtools/tools/android.bat tools/android.bat + +rm tools/ddms +prebuilts/devtools/tools/ddms.bat tools/ddms.bat + +rm tools/dmtracedump +bin/dmtracedump.exe strip tools/dmtracedump.exe + +rm tools/draw9patch +prebuilts/devtools/tools/draw9patch.bat tools/draw9patch.bat + +rm tools/lint +prebuilts/devtools/tools/lint.bat tools/lint.bat + +rm tools/jobb +prebuilts/devtools/tools/jobb.bat tools/jobb.bat + + +###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 + +rm tools/hierarchyviewer +prebuilts/devtools/tools/hierarchyviewer.bat tools/hierarchyviewer.bat + +rm tools/hprof-conv +bin/hprof-conv.exe strip tools/hprof-conv.exe + +rm tools/mksdcard +bin/mksdcard.exe strip tools/mksdcard.exe + +rm tools/monkeyrunner +prebuilts/devtools/tools/monkeyrunner.bat tools/monkeyrunner.bat + +rm tools/proguard/bin +prebuilts/tools/common/proguard/proguard4.7/bin/proguard.bat tools/proguard/bin/proguard.bat +prebuilts/tools/common/proguard/proguard4.7/bin/retrace.bat tools/proguard/bin/retrace.bat +prebuilts/tools/common/proguard/proguard4.7/bin/proguardgui.bat tools/proguard/bin/proguardgui.bat + +rm tools/sqlite3 +bin/sqlite3.exe strip tools/sqlite3.exe + +rm tools/traceview +prebuilts/devtools/tools/traceview.bat tools/traceview.bat + +rm tools/uiautomatorviewer +prebuilts/devtools/tools/uiautomatorviewer.bat tools/uiautomatorviewer.bat + +# RCP Monitor. Remove linux stuff and replace by Windows files. +rm tools/monitor +rm tools/lib/monitor-x86 +rm tools/lib/monitor-x86_64 +sdk/monitor/monitor.bat tools/monitor.bat +eclipse/monitor-win32.win32.x86/monitor tools/lib/monitor-x86 +eclipse/monitor-win32.win32.x86_64/monitor tools/lib/monitor-x86_64 + + +# Copy the AVD & SDK Manager (aka avd/sdklauncher) to the root of the SDK as +# well as in SDK/tools/lib (so that tools updates can update the root one too) +bin/avdlauncher.exe "AVD Manager.exe" +bin/sdklauncher.exe "SDK Manager.exe" +bin/avdlauncher.exe "tools/lib/AVD Manager.exe" +bin/sdklauncher.exe "tools/lib/SDK Manager.exe" + +# Supporting bat files +sdk/files/post_tools_install.bat tools/lib/post_tools_install.bat +sdk/find_java/find_java.bat tools/lib/find_java.bat +bin/find_java.exe strip tools/lib/find_java.exe +bin/find_lock.exe strip tools/lib/find_lock.exe + +prebuilts/tools/windows/swt/swt.jar tools/lib/x86/swt.jar +prebuilts/tools/windows-x86_64/swt/swt.jar tools/lib/x86_64/swt.jar + +external/sonivox/jet_tools/JetCreator tools/Jet/JetCreator +external/sonivox/jet_tools/JetCreator_content tools/Jet/demo_content +external/sonivox/jet_tools/logic_templates tools/Jet/logic_templates +prebuilts/tools/windows/jetcreator/EASDLL.dll tools/Jet/JetCreator/EASDLL.dll + -- cgit v1.1