1# 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 17############################################################################## 18# Tools Component 19############################################################################## 20 21# 22# These are the files that comprise the tools component of the SDK. 23# 24 25prebuilts/devtools/tools/lib tools/lib 26# manual copy of lombok-ast for now 27prebuilts/tools/common/lombok-ast/lombok-ast-0.2.1.jar tools/lib/lombok-ast-0.2.1.jar 28prebuilts/tools/common/lombok-ast/LICENSE.txt tools/lib/lombok-ast-NOTICE.txt 29 30prebuilts/devtools/tools/android tools/android 31prebuilts/devtools/tools/draw9patch tools/draw9patch 32prebuilts/devtools/tools/ddms tools/ddms 33prebuilts/devtools/tools/hierarchyviewer tools/hierarchyviewer 34prebuilts/devtools/tools/jobb tools/jobb 35prebuilts/devtools/tools/lint tools/lint 36prebuilts/devtools/tools/monkeyrunner tools/monkeyrunner 37prebuilts/devtools/tools/traceview tools/traceview 38prebuilts/devtools/tools/uiautomatorviewer tools/uiautomatorviewer 39 40prebuilts/devtools/notices/NOTICE.txt tools/NOTICE.txt 41 42 43# version files for the SDK updater, from sdk.git 44sdk/files/tools_source.properties tools/source.properties 45 46# copy plugin.prop from sdk.git 47sdk/files/plugin.prop tools/lib/plugin.prop 48 49# readme regarding adb move to platform-tools 50sdk/files/adb_has_moved.txt tools/adb_has_moved.txt 51 52# native host tools from out/host/$(HOST_OS)-$(HOST_ARCH)/ 53bin/sqlite3 strip tools/sqlite3 54bin/dmtracedump strip tools/dmtracedump 55bin/etc1tool strip tools/etc1tool 56bin/hprof-conv strip tools/hprof-conv 57bin/mksdcard strip tools/mksdcard 58bin/zipalign strip tools/zipalign 59 60# emulator 61bin/emulator strip tools/emulator 62bin/emulator-x86 strip tools/emulator-x86 63bin/emulator-arm strip tools/emulator-arm 64bin/emulator-mips strip tools/emulator-mips 65bin/emulator64-x86 strip tools/emulator64-x86 66bin/emulator64-arm strip tools/emulator64-arm 67bin/emulator64-mips strip tools/emulator64-mips 68sdk/emulator/snapshot/snapshots.img tools/lib/emulator/snapshots.img 69usr/share/pc-bios/bios.bin tools/lib/pc-bios/bios.bin 70usr/share/pc-bios/vgabios-cirrus.bin tools/lib/pc-bios/vgabios-cirrus.bin 71sdk/emulator/skins/dynamic tools/lib/emulator/skins/dynamic 72 73# OpenGLES emulation libraries 74lib/libOpenglRender${DLL_EXTENSION} strip tools/lib/libOpenglRender${DLL_EXTENSION} 75lib/libGLES_CM_translator${DLL_EXTENSION} strip tools/lib/libGLES_CM_translator${DLL_EXTENSION} 76lib/libGLES_V2_translator${DLL_EXTENSION} strip tools/lib/libGLES_V2_translator${DLL_EXTENSION} 77lib/libEGL_translator${DLL_EXTENSION} strip tools/lib/libEGL_translator${DLL_EXTENSION} 78lib/lib64OpenglRender${DLL_EXTENSION} strip tools/lib/lib64OpenglRender${DLL_EXTENSION} 79lib/lib64GLES_CM_translator${DLL_EXTENSION} strip tools/lib/lib64GLES_CM_translator${DLL_EXTENSION} 80lib/lib64GLES_V2_translator${DLL_EXTENSION} strip tools/lib/lib64GLES_V2_translator${DLL_EXTENSION} 81lib/lib64EGL_translator${DLL_EXTENSION} strip tools/lib/lib64EGL_translator${DLL_EXTENSION} 82 83 84# sdk.git Ant and gradle templates for project build files 85sdk/templates/build.template tools/lib/build.template 86sdk/templates/uibuild.template tools/lib/uibuild.template 87sdk/templates/build_gradle.template tools/lib/build_gradle.template 88sdk/files/proguard-project.txt tools/lib/proguard-project.txt 89sdk/files/proguard-android.txt tools/proguard/proguard-android.txt 90sdk/files/proguard-android-optimize.txt tools/proguard/proguard-android-optimize.txt 91 92# Ant Build Rules 93sdk/files/ant tools/ant 94sdk/files/sdk_files_NOTICE.txt tools/ant/NOTICE.txt 95 96# layout device definition 97sdk/files/devices.xml tools/lib/devices.xml 98 99# AVD Hardware property list 100external/qemu/android/avd/hardware-properties.ini tools/lib/hardware-properties.ini 101 102# emacs support from sdk.git 103sdk/files/android.el tools/lib/android.el 104 105# 3rd Party java libraries 106framework/emmalib.jar tools/lib/emma_device.jar 107external/emma/lib/emma.jar tools/lib/emma.jar 108external/emma/lib/emma_ant.jar tools/lib/emma_ant.jar 109 110# Proguard 111# We're skipping the build and src/ trees (except for src/proguard/ant/task.properties) 112# and copying in a license.html file 113prebuilts/tools/common/proguard/license.html tools/proguard/license.html 114prebuilts/tools/common/proguard/proguard4.7/README tools/proguard/README 115prebuilts/tools/common/proguard/proguard4.7/docs tools/proguard/docs 116prebuilts/tools/common/proguard/proguard4.7/examples tools/proguard/examples 117prebuilts/tools/common/proguard/proguard4.7/lib tools/proguard/lib 118prebuilts/tools/common/proguard/proguard4.7/bin/proguard.sh tools/proguard/bin/proguard.sh 119prebuilts/tools/common/proguard/proguard4.7/bin/proguardgui.sh tools/proguard/bin/proguardgui.sh 120prebuilts/tools/common/proguard/proguard4.7/bin/retrace.sh tools/proguard/bin/retrace.sh 121prebuilts/tools/common/proguard/proguard4.7/src/proguard/ant/task.properties tools/proguard/ant/task.properties 122 123# Templates 124tools/base/templates/projects tools/templates/projects 125tools/base/templates/activities tools/templates/activities 126tools/base/templates/gradle tools/templates/gradle 127tools/base/templates/other tools/templates/other 128 129# SDK Controller 130sdk/apps/SdkController tools/apps/SdkController 131 132# tools specific support jar 133framework/annotations.jar tools/support/annotations.jar 134 135# Misspelling databases for lint 136sdk/files/typos tools/support 137 138############################################################################## 139# Tests Component 140############################################################################## 141 142sdk/testapps tests/testapps 143 144