blob: 186ab04694051050edbcd1ee67f860b5e39a2baf [file] [log] [blame]
Xavier Ducrohet75b7bb22011-01-31 16:30:06 -08001 #
The Android Open Source Project52d4c302009-03-03 19:29:09 -08002# Copyright (C) 2007 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#
Xavier Ducrohet682ec292010-09-27 15:53:27 -070018# These are the files that comprise that SDK.
19#
20# The files that will go in the tools folder are setup through
21# sdk/build/tools.atree
22# This is to help when the sdk.git project is branched differently from
23# the other projects.
The Android Open Source Project52d4c302009-03-03 19:29:09 -080024#
25
Xavier Ducrohetb86b7f72010-07-27 15:07:35 -070026##############################################################################
27# SDK Root folder
28##############################################################################
29
30# the readme
31development/docs/SDK_RELEASE_NOTES RELEASE_NOTES.html
32
33# doc redirect
34frameworks/base/docs/docs-redirect.html documentation.html
35
36##############################################################################
Xavier Ducrohetb86b7f72010-07-27 15:07:35 -070037# Platform Tools Component
38##############################################################################
39
40# host tools from out/host/$(HOST_OS)-$(HOST_ARCH)/
Xavier Ducrohet6a8e50f2010-09-27 13:58:45 -070041bin/adb platform-tools/adb
Xavier Ducrohetb86b7f72010-07-27 15:07:35 -070042bin/aapt platform-tools/aapt
43bin/aidl platform-tools/aidl
Raphael32d597b2011-01-13 16:59:09 -080044bin/llvm-rs-cc platform-tools/llvm-rs-cc
Xavier Ducrohetb86b7f72010-07-27 15:07:35 -070045# dx
46bin/dx platform-tools/dx
47bin/dexdump platform-tools/dexdump
48framework/dx.jar platform-tools/lib/dx.jar
49
50sdk/files/sdk_files_NOTICE.txt platform-tools/NOTICE.txt
51development/sdk/plat_tools_source.properties platform-tools/source.properties
52
53##############################################################################
54# Platform Component
55##############################################################################
56
57# version files for the SDK updater, from sdk.git
58development/sdk/platform_source.properties platforms/${PLATFORM_NAME}/source.properties
59
60# copy build prop from out/.../sdk/
61sdk/sdk-build.prop platforms/${PLATFORM_NAME}/build.prop
62
63# the uper-jar file that apps link against. This is the public API
Raphael Mollc2e80832011-01-05 14:59:27 -080064${OUT_DIR}/target/common/obj/PACKAGING/android_jar_intermediates/android.jar platforms/${PLATFORM_NAME}/android.jar
Xavier Ducrohetb86b7f72010-07-27 15:07:35 -070065
66# the aidl precompiled include
67obj/framework.aidl platforms/${PLATFORM_NAME}/framework.aidl
68
Xavier Ducrohet14f3c602011-01-16 13:21:52 -080069# Framework include for Renderscript
70frameworks/base/libs/rs/scriptc platforms/${PLATFORM_NAME}/renderscript/include
Xavier Ducrohet75b7bb22011-01-31 16:30:06 -080071external/clang/lib/Headers platforms/${PLATFORM_NAME}/renderscript/clang-include
72external/clang/LICENSE.TXT platforms/${PLATFORM_NAME}/renderscript/clang-include/LICENSE.TXT
Xavier Ducrohet14f3c602011-01-16 13:21:52 -080073
Xavier Ducrohetb86b7f72010-07-27 15:07:35 -070074# System images + Kernel
75system.img platforms/${PLATFORM_NAME}/images/system.img
76ramdisk.img platforms/${PLATFORM_NAME}/images/ramdisk.img
77userdata.img platforms/${PLATFORM_NAME}/images/userdata.img
78prebuilt/android-arm/kernel/kernel-qemu platforms/${PLATFORM_NAME}/images/kernel-qemu
79
80# emulator skins from sdk.git
Xavier Ducrohet14f3c602011-01-16 13:21:52 -080081#development/tools/emulator/skins/QVGA platforms/${PLATFORM_NAME}/skins/QVGA
82#development/tools/emulator/skins/WQVGA432 platforms/${PLATFORM_NAME}/skins/WQVGA432
83#development/tools/emulator/skins/WQVGA400 platforms/${PLATFORM_NAME}/skins/WQVGA400
84#development/tools/emulator/skins/HVGA platforms/${PLATFORM_NAME}/skins/HVGA
85#development/tools/emulator/skins/WVGA800 platforms/${PLATFORM_NAME}/skins/WVGA800
86#development/tools/emulator/skins/WVGA854 platforms/${PLATFORM_NAME}/skins/WVGA854
Xavier Ducrohet7a3e7b12011-01-18 14:21:55 -080087development/tools/emulator/skins/WXGA platforms/${PLATFORM_NAME}/skins/WXGA
Xavier Ducrohetb86b7f72010-07-27 15:07:35 -070088
89# Platform SDK properties
Xavier Ducrohet7a3e7b12011-01-18 14:21:55 -080090development/sdk/sdk.properties platforms/${PLATFORM_NAME}/sdk.properties
Xavier Ducrohetb86b7f72010-07-27 15:07:35 -070091
92# sdk.git Ant templates for project files
93sdk/templates/AndroidManifest.template platforms/${PLATFORM_NAME}/templates/AndroidManifest.template
94sdk/templates/AndroidManifest.tests.template platforms/${PLATFORM_NAME}/templates/AndroidManifest.tests.template
95sdk/templates/java_file.template platforms/${PLATFORM_NAME}/templates/java_file.template
96sdk/templates/java_tests_file.template platforms/${PLATFORM_NAME}/templates/java_tests_file.template
97sdk/templates/layout.template platforms/${PLATFORM_NAME}/templates/layout.template
98sdk/templates/strings.template platforms/${PLATFORM_NAME}/templates/strings.template
99sdk/templates/icon_ldpi.png platforms/${PLATFORM_NAME}/templates/icon_ldpi.png
100sdk/templates/icon_mdpi.png platforms/${PLATFORM_NAME}/templates/icon_mdpi.png
101sdk/templates/icon_hdpi.png platforms/${PLATFORM_NAME}/templates/icon_hdpi.png
102
103# Eclipse Editors support
104framework/layoutlib.jar platforms/${PLATFORM_NAME}/data/layoutlib.jar
105frameworks/base/core/res/res platforms/${PLATFORM_NAME}/data/res
106docs/activity_actions.txt platforms/${PLATFORM_NAME}/data/activity_actions.txt
107docs/broadcast_actions.txt platforms/${PLATFORM_NAME}/data/broadcast_actions.txt
108docs/service_actions.txt platforms/${PLATFORM_NAME}/data/service_actions.txt
109docs/categories.txt platforms/${PLATFORM_NAME}/data/categories.txt
110docs/widgets.txt platforms/${PLATFORM_NAME}/data/widgets.txt
111docs/features.txt platforms/${PLATFORM_NAME}/data/features.txt
112
113# fonts for layoutlib.
114frameworks/base/data/fonts/fonts.xml platforms/${PLATFORM_NAME}/data/fonts/fonts.xml
115frameworks/base/data/fonts/DroidSans.ttf platforms/${PLATFORM_NAME}/data/fonts/DroidSans.ttf
116frameworks/base/data/fonts/DroidSans-Bold.ttf platforms/${PLATFORM_NAME}/data/fonts/DroidSans-Bold.ttf
117frameworks/base/data/fonts/DroidSansMono.ttf platforms/${PLATFORM_NAME}/data/fonts/DroidSansMono.ttf
118frameworks/base/data/fonts/DroidSerif-Bold.ttf platforms/${PLATFORM_NAME}/data/fonts/DroidSerif-Bold.ttf
119frameworks/base/data/fonts/DroidSerif-BoldItalic.ttf platforms/${PLATFORM_NAME}/data/fonts/DroidSerif-BoldItalic.ttf
120frameworks/base/data/fonts/DroidSerif-Italic.ttf platforms/${PLATFORM_NAME}/data/fonts/DroidSerif-Italic.ttf
121frameworks/base/data/fonts/DroidSerif-Regular.ttf platforms/${PLATFORM_NAME}/data/fonts/DroidSerif-Regular.ttf
122frameworks/base/data/fonts/DroidSansFallback.ttf platforms/${PLATFORM_NAME}/data/fonts/DroidSansFallback.ttf
123frameworks/base/data/fonts/DroidSansJapanese.ttf platforms/${PLATFORM_NAME}/data/fonts/DroidSansJapanese.ttf
124
125# NOTICE files are copied by build/core/Makefile from sdk.git
126sdk/files/sdk_files_NOTICE.txt platforms/${PLATFORM_NAME}/templates/NOTICE.txt
127sdk/files/sdk_files_NOTICE.txt platforms/${PLATFORM_NAME}/data/NOTICE.txt
128sdk/files/sdk_files_NOTICE.txt platforms/${PLATFORM_NAME}/skins/NOTICE.txt
129
130##############################################################################
131# Docs Component
132##############################################################################
133
134# version files for the SDK updater, from sdk.git
135development/sdk/doc_source.properties docs/source.properties
136
137# the docs
138docs/offline-sdk docs
139frameworks/base/docs/docs-samples-redirect.html docs/samples/index.html
140
141
142##############################################################################
143# Samples Component
144##############################################################################
145
Dirk Dougherty658d86e2010-02-08 10:22:43 -0800146# samples to include in the sdk samples package
147#
148# the list here should match the list of samples that we generate docs for,
149# (see web_docs_sample_code_flags in frameworks/base/Android.mk)
Mike LeBeauae7af392010-02-12 14:08:46 -0800150development/apps/GestureBuilder samples/${PLATFORM_NAME}/GestureBuilder
Xavier Ducrohet9e914e42010-10-13 13:38:45 -0700151development/samples/source.properties samples/${PLATFORM_NAME}/source.properties
152#
153# PLEASE KEEP THE SAMPLES IN ALPHABETICAL ORDER.
154#
Alex Sakhartchouke4304712011-02-22 11:41:40 -0800155development/samples/AccessibilityService samples/${PLATFORM_NAME}/AccessibilityService
156development/samples/AccelerometerPlay samples/${PLATFORM_NAME}/AccelerometerPlay
157development/samples/ApiDemos samples/${PLATFORM_NAME}/ApiDemos
158development/samples/BackupRestore samples/${PLATFORM_NAME}/BackupRestore
159development/samples/BasicGLSurfaceView samples/${PLATFORM_NAME}/BasicGLSurfaceView
160development/samples/BluetoothChat samples/${PLATFORM_NAME}/BluetoothChat
161development/samples/ContactManager samples/${PLATFORM_NAME}/ContactManager
162development/samples/CrossCompatibility samples/${PLATFORM_NAME}/CrossCompatibility
163development/samples/CubeLiveWallpaper samples/${PLATFORM_NAME}/CubeLiveWallpaper
164development/samples/Home samples/${PLATFORM_NAME}/Home
165development/samples/HoneycombGallery samples/${PLATFORM_NAME}/HoneycombGallery
166development/samples/JetBoy samples/${PLATFORM_NAME}/JetBoy
167development/samples/LunarLander samples/${PLATFORM_NAME}/LunarLander
168development/samples/MultiResolution samples/${PLATFORM_NAME}/MultiResolution
169development/samples/NotePad samples/${PLATFORM_NAME}/NotePad
170development/samples/SampleSyncAdapter samples/${PLATFORM_NAME}/SampleSyncAdapter
171development/samples/SearchableDictionary samples/${PLATFORM_NAME}/SearchableDictionary
172development/samples/SipDemo samples/${PLATFORM_NAME}/SipDemo
173development/samples/SkeletonApp samples/${PLATFORM_NAME}/SkeletonApp
174development/samples/Snake samples/${PLATFORM_NAME}/Snake
175development/samples/SoftKeyboard samples/${PLATFORM_NAME}/SoftKeyboard
176development/samples/Spinner samples/${PLATFORM_NAME}/Spinner
177development/samples/SpinnerTest samples/${PLATFORM_NAME}/SpinnerTest
178development/samples/TicTacToeLib samples/${PLATFORM_NAME}/TicTacToeLib
179development/samples/TicTacToeMain samples/${PLATFORM_NAME}/TicTacToeMain
180development/samples/VoiceRecognitionService samples/${PLATFORM_NAME}/VoiceRecognitionService
181development/samples/WeatherListWidget samples/${PLATFORM_NAME}/WeatherListWidget
182development/apps/WidgetPreview samples/${PLATFORM_NAME}/WidgetPreview
183development/samples/Wiktionary samples/${PLATFORM_NAME}/Wiktionary
184development/samples/WiktionarySimple samples/${PLATFORM_NAME}/WiktionarySimple
185development/samples/XmlAdapters samples/${PLATFORM_NAME}/XmlAdapters
186development/samples/RenderScript/Balls samples/${PLATFORM_NAME}/RenderScript/Balls
187development/samples/RenderScript/Fountain samples/${PLATFORM_NAME}/RenderScript/Fountain
188development/samples/RenderScript/HelloCompute samples/${PLATFORM_NAME}/RenderScript/HelloCompute
189development/samples/RenderScript/HelloWorld samples/${PLATFORM_NAME}/RenderScript/HelloWorld
190development/samples/RenderScript/MiscSamples samples/${PLATFORM_NAME}/RenderScript/MiscSamples
The Android Open Source Project52d4c302009-03-03 19:29:09 -0800191
Xavier Ducrohet19cb54e2009-11-17 15:11:59 -0800192# NOTICE files are copied by build/core/Makefile from sdk.git
Xavier Ducrohet2f2fb962010-01-12 12:32:12 -0800193sdk/files/sdk_files_NOTICE.txt samples/${PLATFORM_NAME}/NOTICE.txt
The Android Open Source Project52d4c302009-03-03 19:29:09 -0800194
Xavier Ducrohetb86b7f72010-07-27 15:07:35 -0700195##############################################################################
Xavier Ducrohet62df6722011-02-28 12:24:36 -0800196# Add-on Folder
Xavier Ducrohetb86b7f72010-07-27 15:07:35 -0700197##############################################################################
The Android Open Source Project52d4c302009-03-03 19:29:09 -0800198
Xavier Ducrohet19cb54e2009-11-17 15:11:59 -0800199# empty add-on folder with just a readme copied from sdk.git
Xavier Ducrohet1ed7cb92009-12-01 13:20:59 -0800200sdk/files/README_add-ons.txt add-ons/README.txt
Xavier Ducrohet62df6722011-02-28 12:24:36 -0800201
202##############################################################################
203# Extra Component: Compatibility
204##############################################################################
205
206development/sdk/compatibility_source.properties extras/android/compatibility/source.properties
207development/sdk/compatibility_README.txt extras/android/compatibility/README.txt
208out/dist/android-support-v4.jar extras/android/compatibility/v4/android-support-v4.jar
209frameworks/support/v4 extras/android/compatibility/v4/src
210development/samples/ApiDemos extras/android/compatibility/v4/samples/ApiDemos