• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#
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#
20
21rm tools/android
22sdk/sdkmanager/app/etc/android.bat                tools/android.bat
23
24rm tools/apkbuilder
25sdk/apkbuilder/etc/apkbuilder.bat                 tools/apkbuilder.bat
26
27rm tools/ddms
28sdk/ddms/app/etc/ddms.bat                         tools/ddms.bat
29
30rm tools/dmtracedump
31bin/dmtracedump.exe                         strip tools/dmtracedump.exe
32
33rm tools/draw9patch
34sdk/draw9patch/etc/draw9patch.bat                 tools/draw9patch.bat
35
36rm tools/emulator
37rm tools/emulator-arm
38rm tools/emulator-x86
39bin/emulator.exe                            strip tools/emulator.exe
40bin/emulator-arm.exe                        strip tools/emulator-arm.exe
41bin/emulator-x86.exe                        strip tools/emulator-x86.exe
42# Emulator libraries
43rm tools/lib/libOpenglRender.so
44rm tools/lib/libGLES_CM_translator.so
45rm tools/lib/libGLES_V2_translator.so
46rm tools/lib/libEGL_translator.so
47lib/libOpenglRender.dll          tools/lib/libOpenglRender.dll
48lib/libGLES_CM_translator.dll    tools/lib/libGLES_CM_translator.dll
49lib/libGLES_V2_translator.dll    tools/lib/libGLES_V2_translator.dll
50lib/libEGL_translator.dll        tools/lib/libEGL_translator.dll
51# Copy the emulator NOTICE in the tools dir
52external/qemu/NOTICE                              tools/emulator_NOTICE.txt
53
54rm tools/etc1tool
55bin/etc1tool.exe                            strip tools/etc1tool.exe
56
57rm tools/hierarchyviewer
58sdk/hierarchyviewer2/app/etc/hierarchyviewer.bat  tools/hierarchyviewer.bat
59
60rm tools/hprof-conv
61bin/hprof-conv.exe                          strip tools/hprof-conv.exe
62
63rm tools/layoutopt
64sdk/layoutopt/app/etc/layoutopt.bat               tools/layoutopt.bat
65
66rm tools/mksdcard
67bin/mksdcard.exe                            strip tools/mksdcard.exe
68
69rm tools/monkeyrunner
70sdk/monkeyrunner/etc/monkeyrunner.bat             tools/monkeyrunner.bat
71
72rm tools/proguard/bin
73sdk/files/proguard/bin/proguard.bat               tools/proguard/bin/proguard.bat
74sdk/files/proguard/bin/proguardgui.bat            tools/proguard/bin/proguardgui.bat
75sdk/files/proguard/bin/retrace.bat                tools/proguard/bin/retrace.bat
76
77rm tools/sqlite3
78bin/sqlite3.exe                             strip tools/sqlite3.exe
79
80rm tools/traceview
81sdk/traceview/etc/traceview.bat                   tools/traceview.bat
82
83rm tools/zipalign
84bin/zipalign.exe                            strip tools/zipalign.exe
85
86
87# Copy the AVD & SDK Manager (aka avd/sdklauncher) to the root of the SDK as
88# well as in SDK/tools/lib (so that tools updates can update the root one too)
89bin/avdlauncher.exe              "AVD Manager.exe"
90bin/sdklauncher.exe              "SDK Manager.exe"
91/bin/avdlauncher.exe              "tools/lib/AVD Manager.exe"
92/bin/sdklauncher.exe              "tools/lib/SDK Manager.exe"
93
94# Supporting bat files
95sdk/files/post_tools_install.bat                  tools/lib/post_tools_install.bat
96sdk/files/find_java.bat                           tools/lib/find_java.bat
97
98