blob: 3cd2c057b026ec77d6141106dbb3963f61e795aa [file] [log] [blame]
Xavier Ducrohet79aa3ce2011-05-25 17:48:07 -07001#
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
Xavier Ducrohet79aa3ce2011-05-25 17:48:07 -070044bin/llvm-rs-cc platform-tools/llvm-rs-cc-2
45development/sdk/llvm-rs-cc.txt platform-tools/llvm-rs-cc.txt
46
Xavier Ducrohetb86b7f72010-07-27 15:07:35 -070047# dx
48bin/dx platform-tools/dx
49bin/dexdump platform-tools/dexdump
50framework/dx.jar platform-tools/lib/dx.jar
51
Xavier Ducrohetb86b7f72010-07-27 15:07:35 -070052development/sdk/plat_tools_source.properties platform-tools/source.properties
53
54##############################################################################
55# Platform Component
56##############################################################################
57
58# version files for the SDK updater, from sdk.git
Xavier Ducrohet07815cd2011-03-15 13:29:38 -070059development/sdk/platform_source.properties platforms/${PLATFORM_NAME}/source.properties
Xavier Ducrohetb86b7f72010-07-27 15:07:35 -070060
61# copy build prop from out/.../sdk/
Xavier Ducrohet07815cd2011-03-15 13:29:38 -070062sdk/sdk-build.prop platforms/${PLATFORM_NAME}/build.prop
Xavier Ducrohetb86b7f72010-07-27 15:07:35 -070063
64# the uper-jar file that apps link against. This is the public API
Raphael Mollc2e80832011-01-05 14:59:27 -080065${OUT_DIR}/target/common/obj/PACKAGING/android_jar_intermediates/android.jar platforms/${PLATFORM_NAME}/android.jar
Xavier Ducrohetb86b7f72010-07-27 15:07:35 -070066
67# the aidl precompiled include
68obj/framework.aidl platforms/${PLATFORM_NAME}/framework.aidl
69
Xavier Ducrohet14f3c602011-01-16 13:21:52 -080070# Framework include for Renderscript
71frameworks/base/libs/rs/scriptc platforms/${PLATFORM_NAME}/renderscript/include
Xavier Ducrohet75b7bb22011-01-31 16:30:06 -080072external/clang/lib/Headers platforms/${PLATFORM_NAME}/renderscript/clang-include
73external/clang/LICENSE.TXT platforms/${PLATFORM_NAME}/renderscript/clang-include/LICENSE.TXT
Xavier Ducrohet14f3c602011-01-16 13:21:52 -080074
Xavier Ducrohetb86b7f72010-07-27 15:07:35 -070075# System images + Kernel
Bruce Beare60f54142011-02-07 14:38:06 -080076system.img platforms/${PLATFORM_NAME}/images/${TARGET_CPU_ABI}/system.img
77ramdisk.img platforms/${PLATFORM_NAME}/images/${TARGET_CPU_ABI}/ramdisk.img
78userdata.img platforms/${PLATFORM_NAME}/images/${TARGET_CPU_ABI}/userdata.img
David 'Digit' Turnera21ef2b2011-06-17 18:01:22 +020079system/build.prop platforms/${PLATFORM_NAME}/images/${TARGET_CPU_ABI}/build.prop
Xavier Ducrohetb86b7f72010-07-27 15:07:35 -070080
David 'Digit' Turnerf7f68422011-06-23 12:53:56 +020081# Note: the kernel image is handled by sdk-android-<abi>.atree now.
82
Xavier Ducrohetb86b7f72010-07-27 15:07:35 -070083# emulator skins from sdk.git
Xavier Ducrohet14f3c602011-01-16 13:21:52 -080084#development/tools/emulator/skins/QVGA platforms/${PLATFORM_NAME}/skins/QVGA
85#development/tools/emulator/skins/WQVGA432 platforms/${PLATFORM_NAME}/skins/WQVGA432
86#development/tools/emulator/skins/WQVGA400 platforms/${PLATFORM_NAME}/skins/WQVGA400
87#development/tools/emulator/skins/HVGA platforms/${PLATFORM_NAME}/skins/HVGA
88#development/tools/emulator/skins/WVGA800 platforms/${PLATFORM_NAME}/skins/WVGA800
89#development/tools/emulator/skins/WVGA854 platforms/${PLATFORM_NAME}/skins/WVGA854
Xavier Ducrohet7a3e7b12011-01-18 14:21:55 -080090development/tools/emulator/skins/WXGA platforms/${PLATFORM_NAME}/skins/WXGA
Xavier Ducrohetb86b7f72010-07-27 15:07:35 -070091
92# Platform SDK properties
Xavier Ducrohet7a3e7b12011-01-18 14:21:55 -080093development/sdk/sdk.properties platforms/${PLATFORM_NAME}/sdk.properties
Xavier Ducrohetb86b7f72010-07-27 15:07:35 -070094
95# sdk.git Ant templates for project files
96sdk/templates/AndroidManifest.template platforms/${PLATFORM_NAME}/templates/AndroidManifest.template
97sdk/templates/AndroidManifest.tests.template platforms/${PLATFORM_NAME}/templates/AndroidManifest.tests.template
98sdk/templates/java_file.template platforms/${PLATFORM_NAME}/templates/java_file.template
99sdk/templates/java_tests_file.template platforms/${PLATFORM_NAME}/templates/java_tests_file.template
100sdk/templates/layout.template platforms/${PLATFORM_NAME}/templates/layout.template
101sdk/templates/strings.template platforms/${PLATFORM_NAME}/templates/strings.template
102sdk/templates/icon_ldpi.png platforms/${PLATFORM_NAME}/templates/icon_ldpi.png
103sdk/templates/icon_mdpi.png platforms/${PLATFORM_NAME}/templates/icon_mdpi.png
104sdk/templates/icon_hdpi.png platforms/${PLATFORM_NAME}/templates/icon_hdpi.png
105
106# Eclipse Editors support
107framework/layoutlib.jar platforms/${PLATFORM_NAME}/data/layoutlib.jar
108frameworks/base/core/res/res platforms/${PLATFORM_NAME}/data/res
109docs/activity_actions.txt platforms/${PLATFORM_NAME}/data/activity_actions.txt
110docs/broadcast_actions.txt platforms/${PLATFORM_NAME}/data/broadcast_actions.txt
111docs/service_actions.txt platforms/${PLATFORM_NAME}/data/service_actions.txt
112docs/categories.txt platforms/${PLATFORM_NAME}/data/categories.txt
113docs/widgets.txt platforms/${PLATFORM_NAME}/data/widgets.txt
114docs/features.txt platforms/${PLATFORM_NAME}/data/features.txt
115
116# fonts for layoutlib.
117frameworks/base/data/fonts/fonts.xml platforms/${PLATFORM_NAME}/data/fonts/fonts.xml
118frameworks/base/data/fonts/DroidSans.ttf platforms/${PLATFORM_NAME}/data/fonts/DroidSans.ttf
119frameworks/base/data/fonts/DroidSans-Bold.ttf platforms/${PLATFORM_NAME}/data/fonts/DroidSans-Bold.ttf
120frameworks/base/data/fonts/DroidSansMono.ttf platforms/${PLATFORM_NAME}/data/fonts/DroidSansMono.ttf
121frameworks/base/data/fonts/DroidSerif-Bold.ttf platforms/${PLATFORM_NAME}/data/fonts/DroidSerif-Bold.ttf
122frameworks/base/data/fonts/DroidSerif-BoldItalic.ttf platforms/${PLATFORM_NAME}/data/fonts/DroidSerif-BoldItalic.ttf
123frameworks/base/data/fonts/DroidSerif-Italic.ttf platforms/${PLATFORM_NAME}/data/fonts/DroidSerif-Italic.ttf
124frameworks/base/data/fonts/DroidSerif-Regular.ttf platforms/${PLATFORM_NAME}/data/fonts/DroidSerif-Regular.ttf
125frameworks/base/data/fonts/DroidSansFallback.ttf platforms/${PLATFORM_NAME}/data/fonts/DroidSansFallback.ttf
126frameworks/base/data/fonts/DroidSansJapanese.ttf platforms/${PLATFORM_NAME}/data/fonts/DroidSansJapanese.ttf
127
128# NOTICE files are copied by build/core/Makefile from sdk.git
129sdk/files/sdk_files_NOTICE.txt platforms/${PLATFORM_NAME}/templates/NOTICE.txt
130sdk/files/sdk_files_NOTICE.txt platforms/${PLATFORM_NAME}/data/NOTICE.txt
131sdk/files/sdk_files_NOTICE.txt platforms/${PLATFORM_NAME}/skins/NOTICE.txt
132
133##############################################################################
134# Docs Component
135##############################################################################
136
137# version files for the SDK updater, from sdk.git
138development/sdk/doc_source.properties docs/source.properties
139
140# the docs
141docs/offline-sdk docs
142frameworks/base/docs/docs-samples-redirect.html docs/samples/index.html
143
144
145##############################################################################
146# Samples Component
147##############################################################################
148
Dirk Dougherty658d86e2010-02-08 10:22:43 -0800149# samples to include in the sdk samples package
150#
Ying Wangd46eaa62011-03-01 17:12:12 -0800151# the list here should match the list of samples that we generate docs for,
Dirk Dougherty658d86e2010-02-08 10:22:43 -0800152# (see web_docs_sample_code_flags in frameworks/base/Android.mk)
Mike LeBeauae7af392010-02-12 14:08:46 -0800153development/apps/GestureBuilder samples/${PLATFORM_NAME}/GestureBuilder
Xavier Ducrohet9e914e42010-10-13 13:38:45 -0700154development/samples/source.properties samples/${PLATFORM_NAME}/source.properties
155#
156# PLEASE KEEP THE SAMPLES IN ALPHABETICAL ORDER.
157#
Alex Sakhartchouke4304712011-02-22 11:41:40 -0800158development/samples/AccessibilityService samples/${PLATFORM_NAME}/AccessibilityService
159development/samples/AccelerometerPlay samples/${PLATFORM_NAME}/AccelerometerPlay
160development/samples/ApiDemos samples/${PLATFORM_NAME}/ApiDemos
161development/samples/BackupRestore samples/${PLATFORM_NAME}/BackupRestore
162development/samples/BasicGLSurfaceView samples/${PLATFORM_NAME}/BasicGLSurfaceView
163development/samples/BluetoothChat samples/${PLATFORM_NAME}/BluetoothChat
164development/samples/ContactManager samples/${PLATFORM_NAME}/ContactManager
165development/samples/CrossCompatibility samples/${PLATFORM_NAME}/CrossCompatibility
166development/samples/CubeLiveWallpaper samples/${PLATFORM_NAME}/CubeLiveWallpaper
167development/samples/Home samples/${PLATFORM_NAME}/Home
168development/samples/HoneycombGallery samples/${PLATFORM_NAME}/HoneycombGallery
169development/samples/JetBoy samples/${PLATFORM_NAME}/JetBoy
170development/samples/LunarLander samples/${PLATFORM_NAME}/LunarLander
171development/samples/MultiResolution samples/${PLATFORM_NAME}/MultiResolution
172development/samples/NotePad samples/${PLATFORM_NAME}/NotePad
Bruno Oliveirab30a3012011-06-07 01:09:21 -0400173development/samples/RandomMusicPlayer samples/${PLATFORM_NAME}/RandomMusicPlayer
Alex Sakhartchouke4304712011-02-22 11:41:40 -0800174development/samples/SampleSyncAdapter samples/${PLATFORM_NAME}/SampleSyncAdapter
175development/samples/SearchableDictionary samples/${PLATFORM_NAME}/SearchableDictionary
176development/samples/SipDemo samples/${PLATFORM_NAME}/SipDemo
177development/samples/SkeletonApp samples/${PLATFORM_NAME}/SkeletonApp
178development/samples/Snake samples/${PLATFORM_NAME}/Snake
179development/samples/SoftKeyboard samples/${PLATFORM_NAME}/SoftKeyboard
180development/samples/Spinner samples/${PLATFORM_NAME}/Spinner
181development/samples/SpinnerTest samples/${PLATFORM_NAME}/SpinnerTest
182development/samples/TicTacToeLib samples/${PLATFORM_NAME}/TicTacToeLib
183development/samples/TicTacToeMain samples/${PLATFORM_NAME}/TicTacToeMain
Narayan Kamathb6887612011-03-11 16:51:56 +0000184development/samples/TtsEngine samples/${PLATFORM_NAME}/TtsEngine
Mike Lockwoodcd392822011-05-02 14:31:47 -0400185development/samples/USB/MissileLauncher samples/${PLATFORM_NAME}/USB/MissileLauncher
186development/samples/USB/AdbTest samples/${PLATFORM_NAME}/USB/AdbTest
Alex Sakhartchouke4304712011-02-22 11:41:40 -0800187development/samples/VoiceRecognitionService samples/${PLATFORM_NAME}/VoiceRecognitionService
Debashish Chatterjee8d6d2582011-05-16 16:52:17 +0100188development/samples/VoicemailProviderDemo samples/${PLATFORM_NAME}/VoicemailProviderDemo
Alex Sakhartchouke4304712011-02-22 11:41:40 -0800189development/samples/WeatherListWidget samples/${PLATFORM_NAME}/WeatherListWidget
190development/apps/WidgetPreview samples/${PLATFORM_NAME}/WidgetPreview
191development/samples/Wiktionary samples/${PLATFORM_NAME}/Wiktionary
192development/samples/WiktionarySimple samples/${PLATFORM_NAME}/WiktionarySimple
193development/samples/XmlAdapters samples/${PLATFORM_NAME}/XmlAdapters
194development/samples/RenderScript/Balls samples/${PLATFORM_NAME}/RenderScript/Balls
195development/samples/RenderScript/Fountain samples/${PLATFORM_NAME}/RenderScript/Fountain
196development/samples/RenderScript/HelloCompute samples/${PLATFORM_NAME}/RenderScript/HelloCompute
197development/samples/RenderScript/HelloWorld samples/${PLATFORM_NAME}/RenderScript/HelloWorld
198development/samples/RenderScript/MiscSamples samples/${PLATFORM_NAME}/RenderScript/MiscSamples
The Android Open Source Project52d4c302009-03-03 19:29:09 -0800199
Xavier Ducrohet19cb54e2009-11-17 15:11:59 -0800200# NOTICE files are copied by build/core/Makefile from sdk.git
Xavier Ducrohet2f2fb962010-01-12 12:32:12 -0800201sdk/files/sdk_files_NOTICE.txt samples/${PLATFORM_NAME}/NOTICE.txt
The Android Open Source Project52d4c302009-03-03 19:29:09 -0800202
Xavier Ducrohetb86b7f72010-07-27 15:07:35 -0700203##############################################################################
Xavier Ducrohet62df6722011-02-28 12:24:36 -0800204# Add-on Folder
Xavier Ducrohetb86b7f72010-07-27 15:07:35 -0700205##############################################################################
The Android Open Source Project52d4c302009-03-03 19:29:09 -0800206
Xavier Ducrohet19cb54e2009-11-17 15:11:59 -0800207# empty add-on folder with just a readme copied from sdk.git
Xavier Ducrohet1ed7cb92009-12-01 13:20:59 -0800208sdk/files/README_add-ons.txt add-ons/README.txt
Xavier Ducrohet62df6722011-02-28 12:24:36 -0800209
210##############################################################################
211# Extra Component: Compatibility
212##############################################################################
213
Ying Wangd46eaa62011-03-01 17:12:12 -0800214development/sdk/compatibility_source.properties extras/android/compatibility/source.properties
215development/sdk/compatibility_README.txt extras/android/compatibility/README.txt
Xavier Ducrohet07815cd2011-03-15 13:29:38 -0700216sdk/files/sdk_files_NOTICE.txt extras/android/compatibility/NOTICE.txt
Ying Wangd46eaa62011-03-01 17:12:12 -0800217${OUT_DIR}/target/common/obj/PACKAGING/android-support-v4_intermediates/android-support-v4.jar extras/android/compatibility/v4/android-support-v4.jar
218frameworks/support/v4 extras/android/compatibility/v4/src
Xavier Ducrohet80f84422011-06-06 17:39:44 -0700219development/samples/Support4Demos extras/android/compatibility/v4/samples/Support4Demos
220${OUT_DIR}/target/common/obj/PACKAGING/android-support-v13_intermediates/android-support-v13.jar extras/android/compatibility/v13/android-support-v13.jar
221frameworks/support/v13 extras/android/compatibility/v13/src
222development/samples/Support13Demos extras/android/compatibility/v13/samples/Support13Demos
Brett Chabotc89b3dd2011-06-17 18:38:21 -0700223
224##############################################################################
225# Tests Component
226##############################################################################
227framework/layoutlib-tests.jar tests/libtests/layoutlib-tests.jar
David Hu7089a5a2011-07-01 15:53:00 -0700228system/app/ConnectivityTest.apk tests/emulator-test-apps/ConnectivityTest.apk