blob: c2664cd1aa0f510d2cda349b54a4da164aabeffa [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 Ducrohet76afc002010-09-27 13:58:45 -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 Ducrohet3aecc4d2010-08-27 18:47:51 -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 Ducrohet3aecc4d2010-08-27 18:47:51 -070037# Platform Tools Component
38##############################################################################
39
40# host tools from out/host/$(HOST_OS)-$(HOST_ARCH)/
Xavier Ducrohet76afc002010-09-27 13:58:45 -070041bin/adb platform-tools/adb
Xavier Ducrohet3aecc4d2010-08-27 18:47:51 -070042bin/aapt platform-tools/aapt
43bin/aidl platform-tools/aidl
44# dx
45bin/dx platform-tools/dx
46bin/dexdump platform-tools/dexdump
47framework/dx.jar platform-tools/lib/dx.jar
48
49sdk/files/sdk_files_NOTICE.txt platform-tools/NOTICE.txt
50development/sdk/plat_tools_source.properties platform-tools/source.properties
51
52##############################################################################
53# Platform Component
54##############################################################################
55
56# version files for the SDK updater, from sdk.git
57development/sdk/platform_source.properties platforms/${PLATFORM_NAME}/source.properties
58
59# copy build prop from out/.../sdk/
60sdk/sdk-build.prop platforms/${PLATFORM_NAME}/build.prop
61
62# the uper-jar file that apps link against. This is the public API
63out/target/common/obj/PACKAGING/android_jar_intermediates/android.jar platforms/${PLATFORM_NAME}/android.jar
64
65# the aidl precompiled include
66obj/framework.aidl platforms/${PLATFORM_NAME}/framework.aidl
67
68# System images + Kernel
David 'Digit' Turnerbed13182011-06-23 12:53:56 +020069system.img platforms/${PLATFORM_NAME}/images/${TARGET_CPU_ABI}/system.img
70ramdisk.img platforms/${PLATFORM_NAME}/images/${TARGET_CPU_ABI}/ramdisk.img
71userdata.img platforms/${PLATFORM_NAME}/images/${TARGET_CPU_ABI}/userdata.img
72system/build.prop platforms/${PLATFORM_NAME}/images/${TARGET_CPU_ABI}/build.prop
73
74# Note: the kernel image is handled by sdk-android-<abi>.atree now.
Xavier Ducrohet3aecc4d2010-08-27 18:47:51 -070075
76# emulator skins from sdk.git
Xavier Ducrohetdaf0b892011-01-06 13:31:24 -080077development/tools/emulator/skins/QVGA platforms/${PLATFORM_NAME}/skins/QVGA
78development/tools/emulator/skins/WQVGA432 platforms/${PLATFORM_NAME}/skins/WQVGA432
79development/tools/emulator/skins/WQVGA400 platforms/${PLATFORM_NAME}/skins/WQVGA400
80development/tools/emulator/skins/HVGA platforms/${PLATFORM_NAME}/skins/HVGA
81development/tools/emulator/skins/WVGA800 platforms/${PLATFORM_NAME}/skins/WVGA800
82development/tools/emulator/skins/WVGA854 platforms/${PLATFORM_NAME}/skins/WVGA854
Xavier Ducrohet3aecc4d2010-08-27 18:47:51 -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
Jack Palevich2f6e41d2011-01-14 19:27:56 -0800154development/samples/BasicGLSurfaceView samples/${PLATFORM_NAME}/BasicGLSurfaceView
Xavier Ducrohet9e914e42010-10-13 13:38:45 -0700155development/samples/BluetoothChat samples/${PLATFORM_NAME}/BluetoothChat
156development/samples/ContactManager samples/${PLATFORM_NAME}/ContactManager
157development/samples/CrossCompatibility samples/${PLATFORM_NAME}/CrossCompatibility
158development/samples/CubeLiveWallpaper samples/${PLATFORM_NAME}/CubeLiveWallpaper
Xavier Ducrohet9e914e42010-10-13 13:38:45 -0700159development/samples/Home samples/${PLATFORM_NAME}/Home
160development/samples/JetBoy samples/${PLATFORM_NAME}/JetBoy
161development/samples/LunarLander samples/${PLATFORM_NAME}/LunarLander
162development/samples/MultiResolution samples/${PLATFORM_NAME}/MultiResolution
Roman Nurik9488e422010-11-29 15:45:50 -0800163development/samples/NFCDemo samples/${PLATFORM_NAME}/NFCDemo
Xavier Ducrohet9e914e42010-10-13 13:38:45 -0700164development/samples/NotePad samples/${PLATFORM_NAME}/NotePad
Mike LeBeauae7af392010-02-12 14:08:46 -0800165development/samples/SampleSyncAdapter samples/${PLATFORM_NAME}/SampleSyncAdapter
Xavier Ducrohet9e914e42010-10-13 13:38:45 -0700166development/samples/SearchableDictionary samples/${PLATFORM_NAME}/SearchableDictionary
Alexander Lucasa0257962010-11-02 21:50:45 -0700167development/samples/SipDemo samples/${PLATFORM_NAME}/SipDemo
Mike LeBeauae7af392010-02-12 14:08:46 -0800168development/samples/SkeletonApp samples/${PLATFORM_NAME}/SkeletonApp
169development/samples/Snake samples/${PLATFORM_NAME}/Snake
170development/samples/SoftKeyboard samples/${PLATFORM_NAME}/SoftKeyboard
Dirk Dougherty56c8df12010-05-08 17:15:10 -0700171development/samples/Spinner samples/${PLATFORM_NAME}/Spinner
Dirk Dougherty2f0b1c12010-05-07 09:11:24 -0700172development/samples/SpinnerTest samples/${PLATFORM_NAME}/SpinnerTest
Xavier Ducrohetfc7428f2010-05-06 16:53:09 -0700173development/samples/TicTacToeLib samples/${PLATFORM_NAME}/TicTacToeLib
174development/samples/TicTacToeMain samples/${PLATFORM_NAME}/TicTacToeMain
Xavier Ducrohet9e914e42010-10-13 13:38:45 -0700175development/samples/VoiceRecognitionService samples/${PLATFORM_NAME}/VoiceRecognitionService
176development/samples/Wiktionary samples/${PLATFORM_NAME}/Wiktionary
177development/samples/WiktionarySimple samples/${PLATFORM_NAME}/WiktionarySimple
The Android Open Source Project52d4c302009-03-03 19:29:09 -0800178
Xavier Ducrohet19cb54e2009-11-17 15:11:59 -0800179# NOTICE files are copied by build/core/Makefile from sdk.git
Xavier Ducrohet2f2fb962010-01-12 12:32:12 -0800180sdk/files/sdk_files_NOTICE.txt samples/${PLATFORM_NAME}/NOTICE.txt
The Android Open Source Project52d4c302009-03-03 19:29:09 -0800181
Xavier Ducrohet3aecc4d2010-08-27 18:47:51 -0700182##############################################################################
183# Samples Component
184##############################################################################
The Android Open Source Project52d4c302009-03-03 19:29:09 -0800185
Xavier Ducrohet19cb54e2009-11-17 15:11:59 -0800186# empty add-on folder with just a readme copied from sdk.git
Xavier Ducrohet1ed7cb92009-12-01 13:20:59 -0800187sdk/files/README_add-ons.txt add-ons/README.txt