blob: f0b06a2b523d2163fc6bd6e82838016b63c755f4 [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
Raphaelf31a96a2011-09-08 16:42:12 -070044bin/llvm-rs-cc platform-tools/llvm-rs-cc
Xavier Ducrohet79aa3ce2011-05-25 17:48:07 -070045
Xavier Ducrohetb86b7f72010-07-27 15:07:35 -070046# dx
47bin/dx platform-tools/dx
48bin/dexdump platform-tools/dexdump
49framework/dx.jar platform-tools/lib/dx.jar
50
Xavier Ducrohetb86b7f72010-07-27 15:07:35 -070051development/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
Xavier Ducrohet07815cd2011-03-15 13:29:38 -070058development/sdk/platform_source.properties platforms/${PLATFORM_NAME}/source.properties
Xavier Ducrohetb86b7f72010-07-27 15:07:35 -070059
60# copy build prop from out/.../sdk/
Xavier Ducrohet07815cd2011-03-15 13:29:38 -070061sdk/sdk-build.prop platforms/${PLATFORM_NAME}/build.prop
Xavier Ducrohetb86b7f72010-07-27 15:07:35 -070062
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
Bruce Beare60f54142011-02-07 14:38:06 -080075system.img platforms/${PLATFORM_NAME}/images/${TARGET_CPU_ABI}/system.img
76ramdisk.img platforms/${PLATFORM_NAME}/images/${TARGET_CPU_ABI}/ramdisk.img
77userdata.img platforms/${PLATFORM_NAME}/images/${TARGET_CPU_ABI}/userdata.img
David 'Digit' Turnera21ef2b2011-06-17 18:01:22 +020078system/build.prop platforms/${PLATFORM_NAME}/images/${TARGET_CPU_ABI}/build.prop
Xavier Ducrohetb86b7f72010-07-27 15:07:35 -070079
David 'Digit' Turnerf7f68422011-06-23 12:53:56 +020080# Note: the kernel image is handled by sdk-android-<abi>.atree now.
81
Xavier Ducrohetb86b7f72010-07-27 15:07:35 -070082# emulator skins from sdk.git
Xavier Ducrohet80770d52011-07-18 11:44:09 -070083development/tools/emulator/skins/QVGA platforms/${PLATFORM_NAME}/skins/QVGA
84development/tools/emulator/skins/WQVGA432 platforms/${PLATFORM_NAME}/skins/WQVGA432
85development/tools/emulator/skins/WQVGA400 platforms/${PLATFORM_NAME}/skins/WQVGA400
86development/tools/emulator/skins/HVGA platforms/${PLATFORM_NAME}/skins/HVGA
87development/tools/emulator/skins/WVGA800 platforms/${PLATFORM_NAME}/skins/WVGA800
88development/tools/emulator/skins/WVGA854 platforms/${PLATFORM_NAME}/skins/WVGA854
89development/tools/emulator/skins/WSVGA platforms/${PLATFORM_NAME}/skins/WSVGA
90development/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
Raphael Moll22e4eb22011-08-30 13:20:32 -070096development/tools/templates/AndroidManifest.template platforms/${PLATFORM_NAME}/templates/AndroidManifest.template
97development/tools/templates/AndroidManifest.tests.template platforms/${PLATFORM_NAME}/templates/AndroidManifest.tests.template
98development/tools/templates/java_file.template platforms/${PLATFORM_NAME}/templates/java_file.template
99development/tools/templates/java_tests_file.template platforms/${PLATFORM_NAME}/templates/java_tests_file.template
100development/tools/templates/layout.template platforms/${PLATFORM_NAME}/templates/layout.template
101development/tools/templates/strings.template platforms/${PLATFORM_NAME}/templates/strings.template
102development/tools/templates/ic_launcher_ldpi.png platforms/${PLATFORM_NAME}/templates/ic_launcher_ldpi.png
103development/tools/templates/ic_launcher_mdpi.png platforms/${PLATFORM_NAME}/templates/ic_launcher_mdpi.png
104development/tools/templates/ic_launcher_hdpi.png platforms/${PLATFORM_NAME}/templates/ic_launcher_hdpi.png
Xavier Ducrohetb86b7f72010-07-27 15:07:35 -0700105
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.
Xavier Ducrohet04339622011-08-02 18:36:13 -0700117frameworks/base/data/fonts platforms/${PLATFORM_NAME}/data/fonts
Xavier Ducrohetb86b7f72010-07-27 15:07:35 -0700118
119# NOTICE files are copied by build/core/Makefile from sdk.git
120sdk/files/sdk_files_NOTICE.txt platforms/${PLATFORM_NAME}/templates/NOTICE.txt
121sdk/files/sdk_files_NOTICE.txt platforms/${PLATFORM_NAME}/data/NOTICE.txt
122sdk/files/sdk_files_NOTICE.txt platforms/${PLATFORM_NAME}/skins/NOTICE.txt
123
124##############################################################################
125# Docs Component
126##############################################################################
127
128# version files for the SDK updater, from sdk.git
129development/sdk/doc_source.properties docs/source.properties
130
131# the docs
132docs/offline-sdk docs
133frameworks/base/docs/docs-samples-redirect.html docs/samples/index.html
134
135
136##############################################################################
137# Samples Component
138##############################################################################
139
Dirk Dougherty658d86e2010-02-08 10:22:43 -0800140# samples to include in the sdk samples package
141#
Ying Wangd46eaa62011-03-01 17:12:12 -0800142# the list here should match the list of samples that we generate docs for,
Dirk Dougherty658d86e2010-02-08 10:22:43 -0800143# (see web_docs_sample_code_flags in frameworks/base/Android.mk)
Mike LeBeauae7af392010-02-12 14:08:46 -0800144development/apps/GestureBuilder samples/${PLATFORM_NAME}/GestureBuilder
Xavier Ducrohet9e914e42010-10-13 13:38:45 -0700145development/samples/source.properties samples/${PLATFORM_NAME}/source.properties
146#
147# PLEASE KEEP THE SAMPLES IN ALPHABETICAL ORDER.
148#
Alex Sakhartchouke4304712011-02-22 11:41:40 -0800149development/samples/AccessibilityService samples/${PLATFORM_NAME}/AccessibilityService
150development/samples/AccelerometerPlay samples/${PLATFORM_NAME}/AccelerometerPlay
151development/samples/ApiDemos samples/${PLATFORM_NAME}/ApiDemos
152development/samples/BackupRestore samples/${PLATFORM_NAME}/BackupRestore
153development/samples/BasicGLSurfaceView samples/${PLATFORM_NAME}/BasicGLSurfaceView
154development/samples/BluetoothChat samples/${PLATFORM_NAME}/BluetoothChat
155development/samples/ContactManager samples/${PLATFORM_NAME}/ContactManager
156development/samples/CrossCompatibility samples/${PLATFORM_NAME}/CrossCompatibility
157development/samples/CubeLiveWallpaper samples/${PLATFORM_NAME}/CubeLiveWallpaper
158development/samples/Home samples/${PLATFORM_NAME}/Home
159development/samples/HoneycombGallery samples/${PLATFORM_NAME}/HoneycombGallery
160development/samples/JetBoy samples/${PLATFORM_NAME}/JetBoy
161development/samples/LunarLander samples/${PLATFORM_NAME}/LunarLander
162development/samples/MultiResolution samples/${PLATFORM_NAME}/MultiResolution
163development/samples/NotePad samples/${PLATFORM_NAME}/NotePad
Bruno Oliveirab30a3012011-06-07 01:09:21 -0400164development/samples/RandomMusicPlayer samples/${PLATFORM_NAME}/RandomMusicPlayer
Alex Sakhartchouke4304712011-02-22 11:41:40 -0800165development/samples/SampleSyncAdapter samples/${PLATFORM_NAME}/SampleSyncAdapter
166development/samples/SearchableDictionary samples/${PLATFORM_NAME}/SearchableDictionary
167development/samples/SipDemo samples/${PLATFORM_NAME}/SipDemo
168development/samples/SkeletonApp samples/${PLATFORM_NAME}/SkeletonApp
169development/samples/Snake samples/${PLATFORM_NAME}/Snake
170development/samples/SoftKeyboard samples/${PLATFORM_NAME}/SoftKeyboard
171development/samples/Spinner samples/${PLATFORM_NAME}/Spinner
172development/samples/SpinnerTest samples/${PLATFORM_NAME}/SpinnerTest
173development/samples/TicTacToeLib samples/${PLATFORM_NAME}/TicTacToeLib
174development/samples/TicTacToeMain samples/${PLATFORM_NAME}/TicTacToeMain
Narayan Kamathb6887612011-03-11 16:51:56 +0000175development/samples/TtsEngine samples/${PLATFORM_NAME}/TtsEngine
Mike Lockwoodcd392822011-05-02 14:31:47 -0400176development/samples/USB/MissileLauncher samples/${PLATFORM_NAME}/USB/MissileLauncher
177development/samples/USB/AdbTest samples/${PLATFORM_NAME}/USB/AdbTest
Alex Sakhartchouke4304712011-02-22 11:41:40 -0800178development/samples/VoiceRecognitionService samples/${PLATFORM_NAME}/VoiceRecognitionService
Debashish Chatterjee8d6d2582011-05-16 16:52:17 +0100179development/samples/VoicemailProviderDemo samples/${PLATFORM_NAME}/VoicemailProviderDemo
Alex Sakhartchouke4304712011-02-22 11:41:40 -0800180development/samples/WeatherListWidget samples/${PLATFORM_NAME}/WeatherListWidget
181development/apps/WidgetPreview samples/${PLATFORM_NAME}/WidgetPreview
182development/samples/Wiktionary samples/${PLATFORM_NAME}/Wiktionary
183development/samples/WiktionarySimple samples/${PLATFORM_NAME}/WiktionarySimple
184development/samples/XmlAdapters samples/${PLATFORM_NAME}/XmlAdapters
185development/samples/RenderScript/Balls samples/${PLATFORM_NAME}/RenderScript/Balls
186development/samples/RenderScript/Fountain samples/${PLATFORM_NAME}/RenderScript/Fountain
187development/samples/RenderScript/HelloCompute samples/${PLATFORM_NAME}/RenderScript/HelloCompute
188development/samples/RenderScript/HelloWorld samples/${PLATFORM_NAME}/RenderScript/HelloWorld
189development/samples/RenderScript/MiscSamples samples/${PLATFORM_NAME}/RenderScript/MiscSamples
The Android Open Source Project52d4c302009-03-03 19:29:09 -0800190
Xavier Ducrohet19cb54e2009-11-17 15:11:59 -0800191# NOTICE files are copied by build/core/Makefile from sdk.git
Xavier Ducrohet2f2fb962010-01-12 12:32:12 -0800192sdk/files/sdk_files_NOTICE.txt samples/${PLATFORM_NAME}/NOTICE.txt
The Android Open Source Project52d4c302009-03-03 19:29:09 -0800193
Xavier Ducrohetb86b7f72010-07-27 15:07:35 -0700194##############################################################################
Xavier Ducrohet62df6722011-02-28 12:24:36 -0800195# Add-on Folder
Xavier Ducrohetb86b7f72010-07-27 15:07:35 -0700196##############################################################################
The Android Open Source Project52d4c302009-03-03 19:29:09 -0800197
Xavier Ducrohet19cb54e2009-11-17 15:11:59 -0800198# empty add-on folder with just a readme copied from sdk.git
Xavier Ducrohet1ed7cb92009-12-01 13:20:59 -0800199sdk/files/README_add-ons.txt add-ons/README.txt
Xavier Ducrohet62df6722011-02-28 12:24:36 -0800200
201##############################################################################
202# Extra Component: Compatibility
203##############################################################################
204
Ying Wangd46eaa62011-03-01 17:12:12 -0800205development/sdk/compatibility_source.properties extras/android/compatibility/source.properties
206development/sdk/compatibility_README.txt extras/android/compatibility/README.txt
Xavier Ducrohet07815cd2011-03-15 13:29:38 -0700207sdk/files/sdk_files_NOTICE.txt extras/android/compatibility/NOTICE.txt
Ying Wangd46eaa62011-03-01 17:12:12 -0800208${OUT_DIR}/target/common/obj/PACKAGING/android-support-v4_intermediates/android-support-v4.jar extras/android/compatibility/v4/android-support-v4.jar
209frameworks/support/v4 extras/android/compatibility/v4/src
Xavier Ducrohet80f84422011-06-06 17:39:44 -0700210development/samples/Support4Demos extras/android/compatibility/v4/samples/Support4Demos
211${OUT_DIR}/target/common/obj/PACKAGING/android-support-v13_intermediates/android-support-v13.jar extras/android/compatibility/v13/android-support-v13.jar
212frameworks/support/v13 extras/android/compatibility/v13/src
213development/samples/Support13Demos extras/android/compatibility/v13/samples/Support13Demos
Brett Chabotc89b3dd2011-06-17 18:38:21 -0700214
215##############################################################################
216# Tests Component
217##############################################################################
218framework/layoutlib-tests.jar tests/libtests/layoutlib-tests.jar
David Hu7089a5a2011-07-01 15:53:00 -0700219system/app/ConnectivityTest.apk tests/emulator-test-apps/ConnectivityTest.apk
David Hud9b501b2011-08-25 15:29:15 -0700220system/app/GpsLocationTest.apk tests/emulator-test-apps/GpsLocationTest.apk