blob: 842a30e029ef0d00d515e1204403fb9b699be181 [file] [log] [blame]
The Android Open Source Project52d4c302009-03-03 19:29:09 -08001#
2# 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
69# System images + Kernel
70system.img platforms/${PLATFORM_NAME}/images/system.img
71ramdisk.img platforms/${PLATFORM_NAME}/images/ramdisk.img
72userdata.img platforms/${PLATFORM_NAME}/images/userdata.img
73prebuilt/android-arm/kernel/kernel-qemu platforms/${PLATFORM_NAME}/images/kernel-qemu
74
75# emulator skins from sdk.git
Xavier Ducrohet300b84c2011-01-06 13:31:24 -080076development/tools/emulator/skins/QVGA platforms/${PLATFORM_NAME}/skins/QVGA
77development/tools/emulator/skins/WQVGA432 platforms/${PLATFORM_NAME}/skins/WQVGA432
78development/tools/emulator/skins/WQVGA400 platforms/${PLATFORM_NAME}/skins/WQVGA400
79development/tools/emulator/skins/HVGA platforms/${PLATFORM_NAME}/skins/HVGA
80development/tools/emulator/skins/WVGA800 platforms/${PLATFORM_NAME}/skins/WVGA800
81development/tools/emulator/skins/WVGA854 platforms/${PLATFORM_NAME}/skins/WVGA854
Xavier Ducrohet9709bd22011-01-07 14:33:36 -080082development/tools/emulator/skins/WXGA platforms/${PLATFORM_NAME}/skins/WXGA
Xavier Ducrohetb86b7f72010-07-27 15:07:35 -070083
84# Platform SDK properties
85sdk/files/sdk.properties platforms/${PLATFORM_NAME}/sdk.properties
86
87# sdk.git Ant templates for project files
88sdk/templates/AndroidManifest.template platforms/${PLATFORM_NAME}/templates/AndroidManifest.template
89sdk/templates/AndroidManifest.tests.template platforms/${PLATFORM_NAME}/templates/AndroidManifest.tests.template
90sdk/templates/java_file.template platforms/${PLATFORM_NAME}/templates/java_file.template
91sdk/templates/java_tests_file.template platforms/${PLATFORM_NAME}/templates/java_tests_file.template
92sdk/templates/layout.template platforms/${PLATFORM_NAME}/templates/layout.template
93sdk/templates/strings.template platforms/${PLATFORM_NAME}/templates/strings.template
94sdk/templates/icon_ldpi.png platforms/${PLATFORM_NAME}/templates/icon_ldpi.png
95sdk/templates/icon_mdpi.png platforms/${PLATFORM_NAME}/templates/icon_mdpi.png
96sdk/templates/icon_hdpi.png platforms/${PLATFORM_NAME}/templates/icon_hdpi.png
97
98# Eclipse Editors support
99framework/layoutlib.jar platforms/${PLATFORM_NAME}/data/layoutlib.jar
100frameworks/base/core/res/res platforms/${PLATFORM_NAME}/data/res
101docs/activity_actions.txt platforms/${PLATFORM_NAME}/data/activity_actions.txt
102docs/broadcast_actions.txt platforms/${PLATFORM_NAME}/data/broadcast_actions.txt
103docs/service_actions.txt platforms/${PLATFORM_NAME}/data/service_actions.txt
104docs/categories.txt platforms/${PLATFORM_NAME}/data/categories.txt
105docs/widgets.txt platforms/${PLATFORM_NAME}/data/widgets.txt
106docs/features.txt platforms/${PLATFORM_NAME}/data/features.txt
107
108# fonts for layoutlib.
109frameworks/base/data/fonts/fonts.xml platforms/${PLATFORM_NAME}/data/fonts/fonts.xml
110frameworks/base/data/fonts/DroidSans.ttf platforms/${PLATFORM_NAME}/data/fonts/DroidSans.ttf
111frameworks/base/data/fonts/DroidSans-Bold.ttf platforms/${PLATFORM_NAME}/data/fonts/DroidSans-Bold.ttf
112frameworks/base/data/fonts/DroidSansMono.ttf platforms/${PLATFORM_NAME}/data/fonts/DroidSansMono.ttf
113frameworks/base/data/fonts/DroidSerif-Bold.ttf platforms/${PLATFORM_NAME}/data/fonts/DroidSerif-Bold.ttf
114frameworks/base/data/fonts/DroidSerif-BoldItalic.ttf platforms/${PLATFORM_NAME}/data/fonts/DroidSerif-BoldItalic.ttf
115frameworks/base/data/fonts/DroidSerif-Italic.ttf platforms/${PLATFORM_NAME}/data/fonts/DroidSerif-Italic.ttf
116frameworks/base/data/fonts/DroidSerif-Regular.ttf platforms/${PLATFORM_NAME}/data/fonts/DroidSerif-Regular.ttf
117frameworks/base/data/fonts/DroidSansFallback.ttf platforms/${PLATFORM_NAME}/data/fonts/DroidSansFallback.ttf
118frameworks/base/data/fonts/DroidSansJapanese.ttf platforms/${PLATFORM_NAME}/data/fonts/DroidSansJapanese.ttf
119
120# NOTICE files are copied by build/core/Makefile from sdk.git
121sdk/files/sdk_files_NOTICE.txt platforms/${PLATFORM_NAME}/templates/NOTICE.txt
122sdk/files/sdk_files_NOTICE.txt platforms/${PLATFORM_NAME}/data/NOTICE.txt
123sdk/files/sdk_files_NOTICE.txt platforms/${PLATFORM_NAME}/skins/NOTICE.txt
124
125##############################################################################
126# Docs Component
127##############################################################################
128
129# version files for the SDK updater, from sdk.git
130development/sdk/doc_source.properties docs/source.properties
131
132# the docs
133docs/offline-sdk docs
134frameworks/base/docs/docs-samples-redirect.html docs/samples/index.html
135
136
137##############################################################################
138# Samples Component
139##############################################################################
140
Dirk Dougherty658d86e2010-02-08 10:22:43 -0800141# samples to include in the sdk samples package
142#
143# the list here should match the list of samples that we generate docs for,
144# (see web_docs_sample_code_flags in frameworks/base/Android.mk)
Mike LeBeauae7af392010-02-12 14:08:46 -0800145development/apps/GestureBuilder samples/${PLATFORM_NAME}/GestureBuilder
Xavier Ducrohet9e914e42010-10-13 13:38:45 -0700146development/samples/source.properties samples/${PLATFORM_NAME}/source.properties
147#
148# PLEASE KEEP THE SAMPLES IN ALPHABETICAL ORDER.
149#
Svetoslav Ganov9f931862010-08-10 21:41:06 -0700150development/samples/AccessibilityService samples/${PLATFORM_NAME}/AccessibilityService
Dirk Dougherty4171f292010-11-24 16:12:16 -0800151development/samples/AccelerometerPlay samples/${PLATFORM_NAME}/AccelerometerPlay
Mike LeBeauae7af392010-02-12 14:08:46 -0800152development/samples/ApiDemos samples/${PLATFORM_NAME}/ApiDemos
Christopher Tate41c42a92010-04-07 11:16:48 -0700153development/samples/BackupRestore samples/${PLATFORM_NAME}/BackupRestore
Xavier Ducrohet9e914e42010-10-13 13:38:45 -0700154development/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
Xavier Ducrohet9e914e42010-10-13 13:38:45 -0700158development/samples/Home samples/${PLATFORM_NAME}/Home
159development/samples/JetBoy samples/${PLATFORM_NAME}/JetBoy
160development/samples/LunarLander samples/${PLATFORM_NAME}/LunarLander
161development/samples/MultiResolution samples/${PLATFORM_NAME}/MultiResolution
162development/samples/NotePad samples/${PLATFORM_NAME}/NotePad
Mike LeBeauae7af392010-02-12 14:08:46 -0800163development/samples/SampleSyncAdapter samples/${PLATFORM_NAME}/SampleSyncAdapter
Xavier Ducrohet9e914e42010-10-13 13:38:45 -0700164development/samples/SearchableDictionary samples/${PLATFORM_NAME}/SearchableDictionary
Alexander Lucasa0257962010-11-02 21:50:45 -0700165development/samples/SipDemo samples/${PLATFORM_NAME}/SipDemo
Mike LeBeauae7af392010-02-12 14:08:46 -0800166development/samples/SkeletonApp samples/${PLATFORM_NAME}/SkeletonApp
167development/samples/Snake samples/${PLATFORM_NAME}/Snake
168development/samples/SoftKeyboard samples/${PLATFORM_NAME}/SoftKeyboard
Dirk Dougherty56c8df12010-05-08 17:15:10 -0700169development/samples/Spinner samples/${PLATFORM_NAME}/Spinner
Dirk Dougherty2f0b1c12010-05-07 09:11:24 -0700170development/samples/SpinnerTest samples/${PLATFORM_NAME}/SpinnerTest
Xavier Ducrohetfc7428f2010-05-06 16:53:09 -0700171development/samples/TicTacToeLib samples/${PLATFORM_NAME}/TicTacToeLib
172development/samples/TicTacToeMain samples/${PLATFORM_NAME}/TicTacToeMain
Xavier Ducrohet9e914e42010-10-13 13:38:45 -0700173development/samples/VoiceRecognitionService samples/${PLATFORM_NAME}/VoiceRecognitionService
174development/samples/Wiktionary samples/${PLATFORM_NAME}/Wiktionary
175development/samples/WiktionarySimple samples/${PLATFORM_NAME}/WiktionarySimple
Gilles Debunne55f4a602010-06-17 15:02:41 -0700176development/samples/XmlAdapters samples/${PLATFORM_NAME}/XmlAdapters
The Android Open Source Project52d4c302009-03-03 19:29:09 -0800177
Xavier Ducrohet19cb54e2009-11-17 15:11:59 -0800178# NOTICE files are copied by build/core/Makefile from sdk.git
Xavier Ducrohet2f2fb962010-01-12 12:32:12 -0800179sdk/files/sdk_files_NOTICE.txt samples/${PLATFORM_NAME}/NOTICE.txt
The Android Open Source Project52d4c302009-03-03 19:29:09 -0800180
Xavier Ducrohetb86b7f72010-07-27 15:07:35 -0700181##############################################################################
182# Samples Component
183##############################################################################
The Android Open Source Project52d4c302009-03-03 19:29:09 -0800184
Xavier Ducrohet19cb54e2009-11-17 15:11:59 -0800185# empty add-on folder with just a readme copied from sdk.git
Xavier Ducrohet1ed7cb92009-12-01 13:20:59 -0800186sdk/files/README_add-ons.txt add-ons/README.txt