blob: 24680d88cf355276409ad57defbbbbc144ba15ec [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
79prebuilt/android-${TARGET_ARCH}/kernel/kernel-qemu platforms/${PLATFORM_NAME}/images/${TARGET_CPU_ABI}/kernel-qemu
David 'Digit' Turnera21ef2b2011-06-17 18:01:22 +020080system/build.prop platforms/${PLATFORM_NAME}/images/${TARGET_CPU_ABI}/build.prop
Xavier Ducrohetb86b7f72010-07-27 15:07:35 -070081
82# emulator skins from sdk.git
Xavier Ducrohet14f3c602011-01-16 13:21:52 -080083#development/tools/emulator/skins/QVGA platforms/${PLATFORM_NAME}/skins/QVGA
84#development/tools/emulator/skins/WQVGA432 platforms/${PLATFORM_NAME}/skins/WQVGA432
85#development/tools/emulator/skins/WQVGA400 platforms/${PLATFORM_NAME}/skins/WQVGA400
86#development/tools/emulator/skins/HVGA platforms/${PLATFORM_NAME}/skins/HVGA
87#development/tools/emulator/skins/WVGA800 platforms/${PLATFORM_NAME}/skins/WVGA800
88#development/tools/emulator/skins/WVGA854 platforms/${PLATFORM_NAME}/skins/WVGA854
Xavier Ducrohet7a3e7b12011-01-18 14:21:55 -080089development/tools/emulator/skins/WXGA platforms/${PLATFORM_NAME}/skins/WXGA
Xavier Ducrohetb86b7f72010-07-27 15:07:35 -070090
91# Platform SDK properties
Xavier Ducrohet7a3e7b12011-01-18 14:21:55 -080092development/sdk/sdk.properties platforms/${PLATFORM_NAME}/sdk.properties
Xavier Ducrohetb86b7f72010-07-27 15:07:35 -070093
94# sdk.git Ant templates for project files
95sdk/templates/AndroidManifest.template platforms/${PLATFORM_NAME}/templates/AndroidManifest.template
96sdk/templates/AndroidManifest.tests.template platforms/${PLATFORM_NAME}/templates/AndroidManifest.tests.template
97sdk/templates/java_file.template platforms/${PLATFORM_NAME}/templates/java_file.template
98sdk/templates/java_tests_file.template platforms/${PLATFORM_NAME}/templates/java_tests_file.template
99sdk/templates/layout.template platforms/${PLATFORM_NAME}/templates/layout.template
100sdk/templates/strings.template platforms/${PLATFORM_NAME}/templates/strings.template
101sdk/templates/icon_ldpi.png platforms/${PLATFORM_NAME}/templates/icon_ldpi.png
102sdk/templates/icon_mdpi.png platforms/${PLATFORM_NAME}/templates/icon_mdpi.png
103sdk/templates/icon_hdpi.png platforms/${PLATFORM_NAME}/templates/icon_hdpi.png
104
105# Eclipse Editors support
106framework/layoutlib.jar platforms/${PLATFORM_NAME}/data/layoutlib.jar
107frameworks/base/core/res/res platforms/${PLATFORM_NAME}/data/res
108docs/activity_actions.txt platforms/${PLATFORM_NAME}/data/activity_actions.txt
109docs/broadcast_actions.txt platforms/${PLATFORM_NAME}/data/broadcast_actions.txt
110docs/service_actions.txt platforms/${PLATFORM_NAME}/data/service_actions.txt
111docs/categories.txt platforms/${PLATFORM_NAME}/data/categories.txt
112docs/widgets.txt platforms/${PLATFORM_NAME}/data/widgets.txt
113docs/features.txt platforms/${PLATFORM_NAME}/data/features.txt
114
115# fonts for layoutlib.
116frameworks/base/data/fonts/fonts.xml platforms/${PLATFORM_NAME}/data/fonts/fonts.xml
117frameworks/base/data/fonts/DroidSans.ttf platforms/${PLATFORM_NAME}/data/fonts/DroidSans.ttf
118frameworks/base/data/fonts/DroidSans-Bold.ttf platforms/${PLATFORM_NAME}/data/fonts/DroidSans-Bold.ttf
119frameworks/base/data/fonts/DroidSansMono.ttf platforms/${PLATFORM_NAME}/data/fonts/DroidSansMono.ttf
120frameworks/base/data/fonts/DroidSerif-Bold.ttf platforms/${PLATFORM_NAME}/data/fonts/DroidSerif-Bold.ttf
121frameworks/base/data/fonts/DroidSerif-BoldItalic.ttf platforms/${PLATFORM_NAME}/data/fonts/DroidSerif-BoldItalic.ttf
122frameworks/base/data/fonts/DroidSerif-Italic.ttf platforms/${PLATFORM_NAME}/data/fonts/DroidSerif-Italic.ttf
123frameworks/base/data/fonts/DroidSerif-Regular.ttf platforms/${PLATFORM_NAME}/data/fonts/DroidSerif-Regular.ttf
124frameworks/base/data/fonts/DroidSansFallback.ttf platforms/${PLATFORM_NAME}/data/fonts/DroidSansFallback.ttf
125frameworks/base/data/fonts/DroidSansJapanese.ttf platforms/${PLATFORM_NAME}/data/fonts/DroidSansJapanese.ttf
126
127# NOTICE files are copied by build/core/Makefile from sdk.git
128sdk/files/sdk_files_NOTICE.txt platforms/${PLATFORM_NAME}/templates/NOTICE.txt
129sdk/files/sdk_files_NOTICE.txt platforms/${PLATFORM_NAME}/data/NOTICE.txt
130sdk/files/sdk_files_NOTICE.txt platforms/${PLATFORM_NAME}/skins/NOTICE.txt
131
132##############################################################################
133# Docs Component
134##############################################################################
135
136# version files for the SDK updater, from sdk.git
137development/sdk/doc_source.properties docs/source.properties
138
139# the docs
140docs/offline-sdk docs
141frameworks/base/docs/docs-samples-redirect.html docs/samples/index.html
142
143
144##############################################################################
145# Samples Component
146##############################################################################
147
Dirk Dougherty658d86e2010-02-08 10:22:43 -0800148# samples to include in the sdk samples package
149#
Ying Wangd46eaa62011-03-01 17:12:12 -0800150# the list here should match the list of samples that we generate docs for,
Dirk Dougherty658d86e2010-02-08 10:22:43 -0800151# (see web_docs_sample_code_flags in frameworks/base/Android.mk)
Mike LeBeauae7af392010-02-12 14:08:46 -0800152development/apps/GestureBuilder samples/${PLATFORM_NAME}/GestureBuilder
Xavier Ducrohet9e914e42010-10-13 13:38:45 -0700153development/samples/source.properties samples/${PLATFORM_NAME}/source.properties
154#
155# PLEASE KEEP THE SAMPLES IN ALPHABETICAL ORDER.
156#
Alex Sakhartchouke4304712011-02-22 11:41:40 -0800157development/samples/AccessibilityService samples/${PLATFORM_NAME}/AccessibilityService
158development/samples/AccelerometerPlay samples/${PLATFORM_NAME}/AccelerometerPlay
159development/samples/ApiDemos samples/${PLATFORM_NAME}/ApiDemos
160development/samples/BackupRestore samples/${PLATFORM_NAME}/BackupRestore
161development/samples/BasicGLSurfaceView samples/${PLATFORM_NAME}/BasicGLSurfaceView
162development/samples/BluetoothChat samples/${PLATFORM_NAME}/BluetoothChat
163development/samples/ContactManager samples/${PLATFORM_NAME}/ContactManager
164development/samples/CrossCompatibility samples/${PLATFORM_NAME}/CrossCompatibility
165development/samples/CubeLiveWallpaper samples/${PLATFORM_NAME}/CubeLiveWallpaper
166development/samples/Home samples/${PLATFORM_NAME}/Home
167development/samples/HoneycombGallery samples/${PLATFORM_NAME}/HoneycombGallery
168development/samples/JetBoy samples/${PLATFORM_NAME}/JetBoy
169development/samples/LunarLander samples/${PLATFORM_NAME}/LunarLander
170development/samples/MultiResolution samples/${PLATFORM_NAME}/MultiResolution
171development/samples/NotePad samples/${PLATFORM_NAME}/NotePad
Bruno Oliveirab30a3012011-06-07 01:09:21 -0400172development/samples/RandomMusicPlayer samples/${PLATFORM_NAME}/RandomMusicPlayer
Alex Sakhartchouke4304712011-02-22 11:41:40 -0800173development/samples/SampleSyncAdapter samples/${PLATFORM_NAME}/SampleSyncAdapter
174development/samples/SearchableDictionary samples/${PLATFORM_NAME}/SearchableDictionary
175development/samples/SipDemo samples/${PLATFORM_NAME}/SipDemo
176development/samples/SkeletonApp samples/${PLATFORM_NAME}/SkeletonApp
177development/samples/Snake samples/${PLATFORM_NAME}/Snake
178development/samples/SoftKeyboard samples/${PLATFORM_NAME}/SoftKeyboard
179development/samples/Spinner samples/${PLATFORM_NAME}/Spinner
180development/samples/SpinnerTest samples/${PLATFORM_NAME}/SpinnerTest
181development/samples/TicTacToeLib samples/${PLATFORM_NAME}/TicTacToeLib
182development/samples/TicTacToeMain samples/${PLATFORM_NAME}/TicTacToeMain
Narayan Kamathb6887612011-03-11 16:51:56 +0000183development/samples/TtsEngine samples/${PLATFORM_NAME}/TtsEngine
Mike Lockwoodcd392822011-05-02 14:31:47 -0400184development/samples/USB/MissileLauncher samples/${PLATFORM_NAME}/USB/MissileLauncher
185development/samples/USB/AdbTest samples/${PLATFORM_NAME}/USB/AdbTest
Alex Sakhartchouke4304712011-02-22 11:41:40 -0800186development/samples/VoiceRecognitionService samples/${PLATFORM_NAME}/VoiceRecognitionService
Debashish Chatterjee8d6d2582011-05-16 16:52:17 +0100187development/samples/VoicemailProviderDemo samples/${PLATFORM_NAME}/VoicemailProviderDemo
Alex Sakhartchouke4304712011-02-22 11:41:40 -0800188development/samples/WeatherListWidget samples/${PLATFORM_NAME}/WeatherListWidget
189development/apps/WidgetPreview samples/${PLATFORM_NAME}/WidgetPreview
190development/samples/Wiktionary samples/${PLATFORM_NAME}/Wiktionary
191development/samples/WiktionarySimple samples/${PLATFORM_NAME}/WiktionarySimple
192development/samples/XmlAdapters samples/${PLATFORM_NAME}/XmlAdapters
193development/samples/RenderScript/Balls samples/${PLATFORM_NAME}/RenderScript/Balls
194development/samples/RenderScript/Fountain samples/${PLATFORM_NAME}/RenderScript/Fountain
195development/samples/RenderScript/HelloCompute samples/${PLATFORM_NAME}/RenderScript/HelloCompute
196development/samples/RenderScript/HelloWorld samples/${PLATFORM_NAME}/RenderScript/HelloWorld
197development/samples/RenderScript/MiscSamples samples/${PLATFORM_NAME}/RenderScript/MiscSamples
The Android Open Source Project52d4c302009-03-03 19:29:09 -0800198
Xavier Ducrohet19cb54e2009-11-17 15:11:59 -0800199# NOTICE files are copied by build/core/Makefile from sdk.git
Xavier Ducrohet2f2fb962010-01-12 12:32:12 -0800200sdk/files/sdk_files_NOTICE.txt samples/${PLATFORM_NAME}/NOTICE.txt
The Android Open Source Project52d4c302009-03-03 19:29:09 -0800201
Xavier Ducrohetb86b7f72010-07-27 15:07:35 -0700202##############################################################################
Xavier Ducrohet62df6722011-02-28 12:24:36 -0800203# Add-on Folder
Xavier Ducrohetb86b7f72010-07-27 15:07:35 -0700204##############################################################################
The Android Open Source Project52d4c302009-03-03 19:29:09 -0800205
Xavier Ducrohet19cb54e2009-11-17 15:11:59 -0800206# empty add-on folder with just a readme copied from sdk.git
Xavier Ducrohet1ed7cb92009-12-01 13:20:59 -0800207sdk/files/README_add-ons.txt add-ons/README.txt
Xavier Ducrohet62df6722011-02-28 12:24:36 -0800208
209##############################################################################
210# Extra Component: Compatibility
211##############################################################################
212
Ying Wangd46eaa62011-03-01 17:12:12 -0800213development/sdk/compatibility_source.properties extras/android/compatibility/source.properties
214development/sdk/compatibility_README.txt extras/android/compatibility/README.txt
Xavier Ducrohet07815cd2011-03-15 13:29:38 -0700215sdk/files/sdk_files_NOTICE.txt extras/android/compatibility/NOTICE.txt
Ying Wangd46eaa62011-03-01 17:12:12 -0800216${OUT_DIR}/target/common/obj/PACKAGING/android-support-v4_intermediates/android-support-v4.jar extras/android/compatibility/v4/android-support-v4.jar
217frameworks/support/v4 extras/android/compatibility/v4/src
Xavier Ducrohet80f84422011-06-06 17:39:44 -0700218development/samples/Support4Demos extras/android/compatibility/v4/samples/Support4Demos
219${OUT_DIR}/target/common/obj/PACKAGING/android-support-v13_intermediates/android-support-v13.jar extras/android/compatibility/v13/android-support-v13.jar
220frameworks/support/v13 extras/android/compatibility/v13/src
221development/samples/Support13Demos extras/android/compatibility/v13/samples/Support13Demos
Brett Chabotc89b3dd2011-06-17 18:38:21 -0700222
223##############################################################################
224# Tests Component
225##############################################################################
226framework/layoutlib-tests.jar tests/libtests/layoutlib-tests.jar
227