blob: 3355d6df1e807a0fabae75c95012f2c362f5ae07 [file] [log] [blame]
Xavier Ducrohetfc4d86f2010-09-27 15:48:38 -07001#
2# Copyright (C) 2010 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
Raphael Mollaa7091b2013-04-09 12:36:32 -070017##############################################################################
18# Tools Component
19##############################################################################
20
Xavier Ducrohetfc4d86f2010-09-27 15:48:38 -070021#
22# These are the files that comprise the tools component of the SDK.
23#
24
Raphael Mollaa7091b2013-04-09 12:36:32 -070025prebuilts/devtools/tools/lib tools/lib
Xavier Ducrohet4c1be8b2014-01-03 16:53:06 -080026prebuilts/devtools/notices/NOTICE.txt tools/NOTICE.txt
Raphael Mollbc982e52013-03-12 13:20:59 -070027
Raphael Mollaa7091b2013-04-09 12:36:32 -070028prebuilts/devtools/tools/android tools/android
29prebuilts/devtools/tools/draw9patch tools/draw9patch
30prebuilts/devtools/tools/ddms tools/ddms
31prebuilts/devtools/tools/hierarchyviewer tools/hierarchyviewer
32prebuilts/devtools/tools/jobb tools/jobb
33prebuilts/devtools/tools/lint tools/lint
34prebuilts/devtools/tools/monkeyrunner tools/monkeyrunner
35prebuilts/devtools/tools/traceview tools/traceview
36prebuilts/devtools/tools/uiautomatorviewer tools/uiautomatorviewer
Raphael Mollbc982e52013-03-12 13:20:59 -070037
Raphael Mollbc982e52013-03-12 13:20:59 -070038
39
Xavier Ducrohetfc4d86f2010-09-27 15:48:38 -070040# version files for the SDK updater, from sdk.git
Raphael Moll724d6c72013-03-06 13:28:30 -080041sdk/files/tools_source.properties tools/source.properties
Xavier Ducrohetfc4d86f2010-09-27 15:48:38 -070042
43# copy plugin.prop from sdk.git
Raphael Moll724d6c72013-03-06 13:28:30 -080044sdk/files/plugin.prop tools/lib/plugin.prop
Xavier Ducrohetfc4d86f2010-09-27 15:48:38 -070045
Raphael Molld4105602010-12-23 11:00:07 -080046# readme regarding adb move to platform-tools
Raphael Moll724d6c72013-03-06 13:28:30 -080047sdk/files/adb_has_moved.txt tools/adb_has_moved.txt
Raphael Molld4105602010-12-23 11:00:07 -080048
Xavier Ducrohetfc4d86f2010-09-27 15:48:38 -070049# native host tools from out/host/$(HOST_OS)-$(HOST_ARCH)/
Raphael Moll724d6c72013-03-06 13:28:30 -080050bin/sqlite3 strip tools/sqlite3
51bin/dmtracedump strip tools/dmtracedump
52bin/etc1tool strip tools/etc1tool
53bin/hprof-conv strip tools/hprof-conv
54bin/mksdcard strip tools/mksdcard
Xavier Ducrohetfc4d86f2010-09-27 15:48:38 -070055
56# emulator
Raphael Moll724d6c72013-03-06 13:28:30 -080057bin/emulator strip tools/emulator
58bin/emulator-x86 strip tools/emulator-x86
59bin/emulator-arm strip tools/emulator-arm
60bin/emulator-mips strip tools/emulator-mips
61bin/emulator64-x86 strip tools/emulator64-x86
62bin/emulator64-arm strip tools/emulator64-arm
63bin/emulator64-mips strip tools/emulator64-mips
64sdk/emulator/snapshot/snapshots.img tools/lib/emulator/snapshots.img
65usr/share/pc-bios/bios.bin tools/lib/pc-bios/bios.bin
66usr/share/pc-bios/vgabios-cirrus.bin tools/lib/pc-bios/vgabios-cirrus.bin
67sdk/emulator/skins/dynamic tools/lib/emulator/skins/dynamic
Xavier Ducrohetfc4d86f2010-09-27 15:48:38 -070068
David 'Digit' Turner94c077f2011-08-29 21:49:13 +020069# OpenGLES emulation libraries
Raphael Moll724d6c72013-03-06 13:28:30 -080070lib/libOpenglRender${DLL_EXTENSION} strip tools/lib/libOpenglRender${DLL_EXTENSION}
71lib/libGLES_CM_translator${DLL_EXTENSION} strip tools/lib/libGLES_CM_translator${DLL_EXTENSION}
72lib/libGLES_V2_translator${DLL_EXTENSION} strip tools/lib/libGLES_V2_translator${DLL_EXTENSION}
73lib/libEGL_translator${DLL_EXTENSION} strip tools/lib/libEGL_translator${DLL_EXTENSION}
74lib/lib64OpenglRender${DLL_EXTENSION} strip tools/lib/lib64OpenglRender${DLL_EXTENSION}
75lib/lib64GLES_CM_translator${DLL_EXTENSION} strip tools/lib/lib64GLES_CM_translator${DLL_EXTENSION}
76lib/lib64GLES_V2_translator${DLL_EXTENSION} strip tools/lib/lib64GLES_V2_translator${DLL_EXTENSION}
77lib/lib64EGL_translator${DLL_EXTENSION} strip tools/lib/lib64EGL_translator${DLL_EXTENSION}
David 'Digit' Turner94c077f2011-08-29 21:49:13 +020078
Xavier Ducrohetfc4d86f2010-09-27 15:48:38 -070079
Jeff Smithc831c2f2013-06-01 21:40:33 -050080# sdk.git Ant and gradle templates for project build files
Raphael Moll724d6c72013-03-06 13:28:30 -080081sdk/templates/build.template tools/lib/build.template
82sdk/templates/uibuild.template tools/lib/uibuild.template
Jeff Smithc831c2f2013-06-01 21:40:33 -050083sdk/templates/build_gradle.template tools/lib/build_gradle.template
Raphael Moll724d6c72013-03-06 13:28:30 -080084sdk/files/proguard-project.txt tools/lib/proguard-project.txt
85sdk/files/proguard-android.txt tools/proguard/proguard-android.txt
86sdk/files/proguard-android-optimize.txt tools/proguard/proguard-android-optimize.txt
Xavier Ducrohetfc4d86f2010-09-27 15:48:38 -070087
88# Ant Build Rules
Raphael Moll724d6c72013-03-06 13:28:30 -080089sdk/files/ant tools/ant
90sdk/files/sdk_files_NOTICE.txt tools/ant/NOTICE.txt
Xavier Ducrohetfc4d86f2010-09-27 15:48:38 -070091
92# layout device definition
Raphael Moll724d6c72013-03-06 13:28:30 -080093sdk/files/devices.xml tools/lib/devices.xml
Xavier Ducrohetfc4d86f2010-09-27 15:48:38 -070094
95# AVD Hardware property list
Raphael Moll724d6c72013-03-06 13:28:30 -080096external/qemu/android/avd/hardware-properties.ini tools/lib/hardware-properties.ini
Xavier Ducrohetfc4d86f2010-09-27 15:48:38 -070097
98# emacs support from sdk.git
99sdk/files/android.el tools/lib/android.el
100
Xavier Ducrohetfc4d86f2010-09-27 15:48:38 -0700101# 3rd Party java libraries
Raphael Mollc63110f2013-01-16 17:41:30 -0800102framework/emmalib.jar tools/lib/emma_device.jar
103external/emma/lib/emma.jar tools/lib/emma.jar
Raphael Mollb15ea782013-02-05 10:55:22 -0800104external/emma/lib/emma_ant.jar tools/lib/emma_ant.jar
Xavier Ducrohetfc4d86f2010-09-27 15:48:38 -0700105
106# Proguard
Tor Norbyeb9b81a72012-01-11 17:13:12 -0800107# We're skipping the build and src/ trees (except for src/proguard/ant/task.properties)
108# and copying in a license.html file
109prebuilts/tools/common/proguard/license.html tools/proguard/license.html
110prebuilts/tools/common/proguard/proguard4.7/README tools/proguard/README
111prebuilts/tools/common/proguard/proguard4.7/docs tools/proguard/docs
112prebuilts/tools/common/proguard/proguard4.7/examples tools/proguard/examples
113prebuilts/tools/common/proguard/proguard4.7/lib tools/proguard/lib
114prebuilts/tools/common/proguard/proguard4.7/bin/proguard.sh tools/proguard/bin/proguard.sh
115prebuilts/tools/common/proguard/proguard4.7/bin/proguardgui.sh tools/proguard/bin/proguardgui.sh
116prebuilts/tools/common/proguard/proguard4.7/bin/retrace.sh tools/proguard/bin/retrace.sh
117prebuilts/tools/common/proguard/proguard4.7/src/proguard/ant/task.properties tools/proguard/ant/task.properties
Xavier Ducrohete373c6f2011-11-28 17:09:31 -0800118
Tor Norbye56afaff2012-05-25 17:05:55 -0700119# Templates
Josiah Gaskinf7c5f6b2013-07-31 14:21:16 -0700120tools/base/templates/projects tools/templates/projects
121tools/base/templates/activities tools/templates/activities
122tools/base/templates/gradle tools/templates/gradle
123tools/base/templates/other tools/templates/other
Tor Norbye56afaff2012-05-25 17:05:55 -0700124
Xavier Ducrohete373c6f2011-11-28 17:09:31 -0800125# SDK Controller
Raphael Moll724d6c72013-03-06 13:28:30 -0800126sdk/apps/SdkController tools/apps/SdkController
Xavier Ducrohete373c6f2011-11-28 17:09:31 -0800127
Xavier Ducrohet16234ae2012-01-27 12:01:27 -0800128# tools specific support jar
Raphael Moll724d6c72013-03-06 13:28:30 -0800129framework/annotations.jar tools/support/annotations.jar
Xavier Ducrohet16234ae2012-01-27 12:01:27 -0800130
Tor Norbye2fb26552012-08-02 08:25:32 -0700131# Misspelling databases for lint
Raphael Moll724d6c72013-03-06 13:28:30 -0800132sdk/files/typos tools/support
Xavier Ducrohet6d09e682012-06-14 13:26:53 -0700133
Xavier Ducrohet525ef252010-12-06 15:52:43 -0800134##############################################################################
135# Tests Component
136##############################################################################
137
Raphael Moll724d6c72013-03-06 13:28:30 -0800138sdk/testapps tests/testapps
Raphael Moll56e76ea2012-01-11 15:08:51 -0800139