blob: 2ae2db12b5fa208e5753f0d854580867541e2467 [file] [log] [blame]
Raphael2eb3f742011-09-14 21:11:30 -07001#
2# Copyright (C) 2011 The Android Open Source Project
3#
4# Licensed under the Apache License, Version 2.0 (the "License");
5# you may not use this file except in compliance with the License.
6# You may obtain a copy of the License at
7#
8# http://www.apache.org/licenses/LICENSE-2.0
9#
10# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13# See the License for the specific language governing permissions and
14# limitations under the License.
15#
16
17#
18# These are the files that comprise the tools component of the Windows SDK.
19#
Raphael Moll07350252012-01-27 14:00:22 -080020# IMPORTANT: for a binary to be included here, it must be built --
21# typically by adding it to WIN_SDK_TARGETS in windows_sdk_tools.mk.
22#
Raphael2eb3f742011-09-14 21:11:30 -070023
24rm tools/android
Raphael Mollbc982e52013-03-12 13:20:59 -070025prebuilts/devtools/tools/android.bat tools/android.bat
Raphael2eb3f742011-09-14 21:11:30 -070026
Raphael2eb3f742011-09-14 21:11:30 -070027rm tools/ddms
Raphael Mollbc982e52013-03-12 13:20:59 -070028prebuilts/devtools/tools/ddms.bat tools/ddms.bat
Raphael2eb3f742011-09-14 21:11:30 -070029
30rm tools/dmtracedump
31bin/dmtracedump.exe strip tools/dmtracedump.exe
32
33rm tools/draw9patch
Raphael Mollbc982e52013-03-12 13:20:59 -070034prebuilts/devtools/tools/draw9patch.bat tools/draw9patch.bat
Raphael2eb3f742011-09-14 21:11:30 -070035
Tor Norbyea85107f2011-10-05 15:24:46 -070036rm tools/lint
Raphael Moll724d6c72013-03-06 13:28:30 -080037prebuilts/devtools/tools/lint.bat tools/lint.bat
Tor Norbyea85107f2011-10-05 15:24:46 -070038
Xavier Ducrohet4811f012012-10-25 14:26:36 -070039rm tools/jobb
Raphael Moll724d6c72013-03-06 13:28:30 -080040prebuilts/devtools/tools/jobb.bat tools/jobb.bat
Xavier Ducrohet4811f012012-10-25 14:26:36 -070041
42
Raphael2eb3f742011-09-14 21:11:30 -070043rm tools/emulator
44rm tools/emulator-arm
45rm tools/emulator-x86
Duane Sandb0d9e712012-03-12 11:13:08 -070046rm tools/emulator-mips
Raphael2eb3f742011-09-14 21:11:30 -070047bin/emulator.exe strip tools/emulator.exe
48bin/emulator-arm.exe strip tools/emulator-arm.exe
49bin/emulator-x86.exe strip tools/emulator-x86.exe
Duane Sandb0d9e712012-03-12 11:13:08 -070050bin/emulator-mips.exe strip tools/emulator-mips.exe
Raphael2eb3f742011-09-14 21:11:30 -070051# Emulator libraries
52rm tools/lib/libOpenglRender.so
53rm tools/lib/libGLES_CM_translator.so
54rm tools/lib/libGLES_V2_translator.so
55rm tools/lib/libEGL_translator.so
Raphael Moll724d6c72013-03-06 13:28:30 -080056lib/libOpenglRender.dll tools/lib/libOpenglRender.dll
57lib/libGLES_CM_translator.dll tools/lib/libGLES_CM_translator.dll
58lib/libGLES_V2_translator.dll tools/lib/libGLES_V2_translator.dll
59lib/libEGL_translator.dll tools/lib/libEGL_translator.dll
Raphael2eb3f742011-09-14 21:11:30 -070060# Copy the emulator NOTICE in the tools dir
61external/qemu/NOTICE tools/emulator_NOTICE.txt
62
63rm tools/etc1tool
64bin/etc1tool.exe strip tools/etc1tool.exe
65
66rm tools/hierarchyviewer
Raphael Mollbc982e52013-03-12 13:20:59 -070067prebuilts/devtools/tools/hierarchyviewer.bat tools/hierarchyviewer.bat
Raphael2eb3f742011-09-14 21:11:30 -070068
69rm tools/hprof-conv
Raphael Moll3ef1b692011-10-06 21:21:26 -070070bin/hprof-conv.exe strip tools/hprof-conv.exe
Raphael2eb3f742011-09-14 21:11:30 -070071
Raphael2eb3f742011-09-14 21:11:30 -070072rm tools/mksdcard
73bin/mksdcard.exe strip tools/mksdcard.exe
74
75rm tools/monkeyrunner
Raphael Mollbc982e52013-03-12 13:20:59 -070076prebuilts/devtools/tools/monkeyrunner.bat tools/monkeyrunner.bat
Raphael2eb3f742011-09-14 21:11:30 -070077
78rm tools/proguard/bin
Tor Norbyeb9b81a72012-01-11 17:13:12 -080079prebuilts/tools/common/proguard/proguard4.7/bin/proguard.bat tools/proguard/bin/proguard.bat
80prebuilts/tools/common/proguard/proguard4.7/bin/retrace.bat tools/proguard/bin/retrace.bat
81prebuilts/tools/common/proguard/proguard4.7/bin/proguardgui.bat tools/proguard/bin/proguardgui.bat
Raphael2eb3f742011-09-14 21:11:30 -070082
83rm tools/sqlite3
84bin/sqlite3.exe strip tools/sqlite3.exe
85
86rm tools/traceview
Raphael Mollbc982e52013-03-12 13:20:59 -070087prebuilts/devtools/tools/traceview.bat tools/traceview.bat
Raphael2eb3f742011-09-14 21:11:30 -070088
Siva Velusamy6b6d31d2012-08-06 13:14:07 -070089rm tools/uiautomatorviewer
Raphael Mollbc982e52013-03-12 13:20:59 -070090prebuilts/devtools/tools/uiautomatorviewer.bat tools/uiautomatorviewer.bat
Siva Velusamy6b6d31d2012-08-06 13:14:07 -070091
Raphael Moll5abe8b22012-03-30 15:50:45 -070092# RCP Monitor. Remove linux stuff and replace by Windows files.
93rm tools/monitor
94rm tools/lib/monitor-x86
95rm tools/lib/monitor-x86_64
96sdk/monitor/monitor.bat tools/monitor.bat
97eclipse/monitor-win32.win32.x86/monitor tools/lib/monitor-x86
98eclipse/monitor-win32.win32.x86_64/monitor tools/lib/monitor-x86_64
Raphael Molld9b2cbd2012-01-25 13:33:57 -080099
Raphael2eb3f742011-09-14 21:11:30 -0700100
Raphael Moll1e0661b2011-09-17 11:25:36 -0700101# Copy the AVD & SDK Manager (aka avd/sdklauncher) to the root of the SDK as
102# well as in SDK/tools/lib (so that tools updates can update the root one too)
Raphael Moll07350252012-01-27 14:00:22 -0800103bin/avdlauncher.exe "AVD Manager.exe"
104bin/sdklauncher.exe "SDK Manager.exe"
105bin/avdlauncher.exe "tools/lib/AVD Manager.exe"
106bin/sdklauncher.exe "tools/lib/SDK Manager.exe"
Raphael2eb3f742011-09-14 21:11:30 -0700107
108# Supporting bat files
109sdk/files/post_tools_install.bat tools/lib/post_tools_install.bat
Raphaela418de52012-01-26 19:15:43 -0800110sdk/find_java/find_java.bat tools/lib/find_java.bat
Raphael Moll07350252012-01-27 14:00:22 -0800111bin/find_java.exe strip tools/lib/find_java.exe
Raphael Molldf4abb52012-02-06 10:55:10 -0800112bin/find_lock.exe strip tools/lib/find_lock.exe
113
Xavier Ducrohetafec4b72012-04-03 16:34:24 -0700114prebuilts/tools/windows/swt/swt.jar tools/lib/x86/swt.jar
115prebuilts/tools/windows-x86_64/swt/swt.jar tools/lib/x86_64/swt.jar
116
117external/sonivox/jet_tools/JetCreator tools/Jet/JetCreator
118external/sonivox/jet_tools/JetCreator_content tools/Jet/demo_content
119external/sonivox/jet_tools/logic_templates tools/Jet/logic_templates
120prebuilts/tools/windows/jetcreator/EASDLL.dll tools/Jet/JetCreator/EASDLL.dll
121