blob: e616515368fdd4551bfcff0eb66fe748d01f976f [file] [log] [blame]
Xavier Ducrohet75b7bb22011-01-31 16:30:06 -08001 #
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
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
Xavier Ducrohetb86b7f72010-07-27 15:07:35 -070050development/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
Xavier Ducrohet07815cd2011-03-15 13:29:38 -070057development/sdk/platform_source.properties platforms/${PLATFORM_NAME}/source.properties
Xavier Ducrohetb86b7f72010-07-27 15:07:35 -070058
59# copy build prop from out/.../sdk/
Xavier Ducrohet07815cd2011-03-15 13:29:38 -070060sdk/sdk-build.prop platforms/${PLATFORM_NAME}/build.prop
Xavier Ducrohetb86b7f72010-07-27 15:07:35 -070061
62# the uper-jar file that apps link against. This is the public API
Raphael Mollc2e80832011-01-05 14:59:27 -080063${OUT_DIR}/target/common/obj/PACKAGING/android_jar_intermediates/android.jar platforms/${PLATFORM_NAME}/android.jar
Xavier Ducrohetb86b7f72010-07-27 15:07:35 -070064
65# the aidl precompiled include
66obj/framework.aidl platforms/${PLATFORM_NAME}/framework.aidl
67
Xavier Ducrohet14f3c602011-01-16 13:21:52 -080068# Framework include for Renderscript
69frameworks/base/libs/rs/scriptc platforms/${PLATFORM_NAME}/renderscript/include
Xavier Ducrohet75b7bb22011-01-31 16:30:06 -080070external/clang/lib/Headers platforms/${PLATFORM_NAME}/renderscript/clang-include
71external/clang/LICENSE.TXT platforms/${PLATFORM_NAME}/renderscript/clang-include/LICENSE.TXT
Xavier Ducrohet14f3c602011-01-16 13:21:52 -080072
Xavier Ducrohetb86b7f72010-07-27 15:07:35 -070073# System images + Kernel
74system.img platforms/${PLATFORM_NAME}/images/system.img
75ramdisk.img platforms/${PLATFORM_NAME}/images/ramdisk.img
76userdata.img platforms/${PLATFORM_NAME}/images/userdata.img
77prebuilt/android-arm/kernel/kernel-qemu platforms/${PLATFORM_NAME}/images/kernel-qemu
78
79# emulator skins from sdk.git
Xavier Ducrohet14f3c602011-01-16 13:21:52 -080080#development/tools/emulator/skins/QVGA platforms/${PLATFORM_NAME}/skins/QVGA
81#development/tools/emulator/skins/WQVGA432 platforms/${PLATFORM_NAME}/skins/WQVGA432
82#development/tools/emulator/skins/WQVGA400 platforms/${PLATFORM_NAME}/skins/WQVGA400
83#development/tools/emulator/skins/HVGA platforms/${PLATFORM_NAME}/skins/HVGA
84#development/tools/emulator/skins/WVGA800 platforms/${PLATFORM_NAME}/skins/WVGA800
85#development/tools/emulator/skins/WVGA854 platforms/${PLATFORM_NAME}/skins/WVGA854
Xavier Ducrohet7a3e7b12011-01-18 14:21:55 -080086development/tools/emulator/skins/WXGA platforms/${PLATFORM_NAME}/skins/WXGA
Xavier Ducrohetb86b7f72010-07-27 15:07:35 -070087
88# Platform SDK properties
Xavier Ducrohet7a3e7b12011-01-18 14:21:55 -080089development/sdk/sdk.properties platforms/${PLATFORM_NAME}/sdk.properties
Xavier Ducrohetb86b7f72010-07-27 15:07:35 -070090
91# sdk.git Ant templates for project files
92sdk/templates/AndroidManifest.template platforms/${PLATFORM_NAME}/templates/AndroidManifest.template
93sdk/templates/AndroidManifest.tests.template platforms/${PLATFORM_NAME}/templates/AndroidManifest.tests.template
94sdk/templates/java_file.template platforms/${PLATFORM_NAME}/templates/java_file.template
95sdk/templates/java_tests_file.template platforms/${PLATFORM_NAME}/templates/java_tests_file.template
96sdk/templates/layout.template platforms/${PLATFORM_NAME}/templates/layout.template
97sdk/templates/strings.template platforms/${PLATFORM_NAME}/templates/strings.template
98sdk/templates/icon_ldpi.png platforms/${PLATFORM_NAME}/templates/icon_ldpi.png
99sdk/templates/icon_mdpi.png platforms/${PLATFORM_NAME}/templates/icon_mdpi.png
100sdk/templates/icon_hdpi.png platforms/${PLATFORM_NAME}/templates/icon_hdpi.png
101
102# Eclipse Editors support
103framework/layoutlib.jar platforms/${PLATFORM_NAME}/data/layoutlib.jar
104frameworks/base/core/res/res platforms/${PLATFORM_NAME}/data/res
105docs/activity_actions.txt platforms/${PLATFORM_NAME}/data/activity_actions.txt
106docs/broadcast_actions.txt platforms/${PLATFORM_NAME}/data/broadcast_actions.txt
107docs/service_actions.txt platforms/${PLATFORM_NAME}/data/service_actions.txt
108docs/categories.txt platforms/${PLATFORM_NAME}/data/categories.txt
109docs/widgets.txt platforms/${PLATFORM_NAME}/data/widgets.txt
110docs/features.txt platforms/${PLATFORM_NAME}/data/features.txt
111
112# fonts for layoutlib.
113frameworks/base/data/fonts/fonts.xml platforms/${PLATFORM_NAME}/data/fonts/fonts.xml
114frameworks/base/data/fonts/DroidSans.ttf platforms/${PLATFORM_NAME}/data/fonts/DroidSans.ttf
115frameworks/base/data/fonts/DroidSans-Bold.ttf platforms/${PLATFORM_NAME}/data/fonts/DroidSans-Bold.ttf
116frameworks/base/data/fonts/DroidSansMono.ttf platforms/${PLATFORM_NAME}/data/fonts/DroidSansMono.ttf
117frameworks/base/data/fonts/DroidSerif-Bold.ttf platforms/${PLATFORM_NAME}/data/fonts/DroidSerif-Bold.ttf
118frameworks/base/data/fonts/DroidSerif-BoldItalic.ttf platforms/${PLATFORM_NAME}/data/fonts/DroidSerif-BoldItalic.ttf
119frameworks/base/data/fonts/DroidSerif-Italic.ttf platforms/${PLATFORM_NAME}/data/fonts/DroidSerif-Italic.ttf
120frameworks/base/data/fonts/DroidSerif-Regular.ttf platforms/${PLATFORM_NAME}/data/fonts/DroidSerif-Regular.ttf
121frameworks/base/data/fonts/DroidSansFallback.ttf platforms/${PLATFORM_NAME}/data/fonts/DroidSansFallback.ttf
122frameworks/base/data/fonts/DroidSansJapanese.ttf platforms/${PLATFORM_NAME}/data/fonts/DroidSansJapanese.ttf
123
124# NOTICE files are copied by build/core/Makefile from sdk.git
125sdk/files/sdk_files_NOTICE.txt platforms/${PLATFORM_NAME}/templates/NOTICE.txt
126sdk/files/sdk_files_NOTICE.txt platforms/${PLATFORM_NAME}/data/NOTICE.txt
127sdk/files/sdk_files_NOTICE.txt platforms/${PLATFORM_NAME}/skins/NOTICE.txt
128
129##############################################################################
130# Docs Component
131##############################################################################
132
133# version files for the SDK updater, from sdk.git
134development/sdk/doc_source.properties docs/source.properties
135
136# the docs
137docs/offline-sdk docs
138frameworks/base/docs/docs-samples-redirect.html docs/samples/index.html
139
140
141##############################################################################
142# Samples Component
143##############################################################################
144
Dirk Dougherty658d86e2010-02-08 10:22:43 -0800145# samples to include in the sdk samples package
146#
Ying Wangd46eaa62011-03-01 17:12:12 -0800147# the list here should match the list of samples that we generate docs for,
Dirk Dougherty658d86e2010-02-08 10:22:43 -0800148# (see web_docs_sample_code_flags in frameworks/base/Android.mk)
Mike LeBeauae7af392010-02-12 14:08:46 -0800149development/apps/GestureBuilder samples/${PLATFORM_NAME}/GestureBuilder
Xavier Ducrohet9e914e42010-10-13 13:38:45 -0700150development/samples/source.properties samples/${PLATFORM_NAME}/source.properties
151#
152# PLEASE KEEP THE SAMPLES IN ALPHABETICAL ORDER.
153#
Alex Sakhartchouke4304712011-02-22 11:41:40 -0800154development/samples/AccessibilityService samples/${PLATFORM_NAME}/AccessibilityService
155development/samples/AccelerometerPlay samples/${PLATFORM_NAME}/AccelerometerPlay
156development/samples/ApiDemos samples/${PLATFORM_NAME}/ApiDemos
Xavier Ducrohetd73e1582011-03-17 12:08:58 -0700157${OUT_DIR}/target/common/obj/PACKAGING/android-support-v4_intermediates/android-support-v4.jar samples/${PLATFORM_NAME}/ApiDemos/libs/android-support-v4.jar
Alex Sakhartchouke4304712011-02-22 11:41:40 -0800158development/samples/BackupRestore samples/${PLATFORM_NAME}/BackupRestore
159development/samples/BasicGLSurfaceView samples/${PLATFORM_NAME}/BasicGLSurfaceView
160development/samples/BluetoothChat samples/${PLATFORM_NAME}/BluetoothChat
161development/samples/ContactManager samples/${PLATFORM_NAME}/ContactManager
162development/samples/CrossCompatibility samples/${PLATFORM_NAME}/CrossCompatibility
163development/samples/CubeLiveWallpaper samples/${PLATFORM_NAME}/CubeLiveWallpaper
164development/samples/Home samples/${PLATFORM_NAME}/Home
165development/samples/HoneycombGallery samples/${PLATFORM_NAME}/HoneycombGallery
166development/samples/JetBoy samples/${PLATFORM_NAME}/JetBoy
167development/samples/LunarLander samples/${PLATFORM_NAME}/LunarLander
168development/samples/MultiResolution samples/${PLATFORM_NAME}/MultiResolution
169development/samples/NotePad samples/${PLATFORM_NAME}/NotePad
Bruno Oliveirab30a3012011-06-07 01:09:21 -0400170development/samples/RandomMusicPlayer samples/${PLATFORM_NAME}/RandomMusicPlayer
Alex Sakhartchouke4304712011-02-22 11:41:40 -0800171development/samples/SampleSyncAdapter samples/${PLATFORM_NAME}/SampleSyncAdapter
172development/samples/SearchableDictionary samples/${PLATFORM_NAME}/SearchableDictionary
173development/samples/SipDemo samples/${PLATFORM_NAME}/SipDemo
174development/samples/SkeletonApp samples/${PLATFORM_NAME}/SkeletonApp
175development/samples/Snake samples/${PLATFORM_NAME}/Snake
176development/samples/SoftKeyboard samples/${PLATFORM_NAME}/SoftKeyboard
177development/samples/Spinner samples/${PLATFORM_NAME}/Spinner
178development/samples/SpinnerTest samples/${PLATFORM_NAME}/SpinnerTest
179development/samples/TicTacToeLib samples/${PLATFORM_NAME}/TicTacToeLib
180development/samples/TicTacToeMain samples/${PLATFORM_NAME}/TicTacToeMain
Mike Lockwoodcd392822011-05-02 14:31:47 -0400181development/samples/USB/MissileLauncher samples/${PLATFORM_NAME}/USB/MissileLauncher
182development/samples/USB/AdbTest samples/${PLATFORM_NAME}/USB/AdbTest
Alex Sakhartchouke4304712011-02-22 11:41:40 -0800183development/samples/VoiceRecognitionService samples/${PLATFORM_NAME}/VoiceRecognitionService
184development/samples/WeatherListWidget samples/${PLATFORM_NAME}/WeatherListWidget
185development/apps/WidgetPreview samples/${PLATFORM_NAME}/WidgetPreview
186development/samples/Wiktionary samples/${PLATFORM_NAME}/Wiktionary
187development/samples/WiktionarySimple samples/${PLATFORM_NAME}/WiktionarySimple
188development/samples/XmlAdapters samples/${PLATFORM_NAME}/XmlAdapters
189development/samples/RenderScript/Balls samples/${PLATFORM_NAME}/RenderScript/Balls
190development/samples/RenderScript/Fountain samples/${PLATFORM_NAME}/RenderScript/Fountain
191development/samples/RenderScript/HelloCompute samples/${PLATFORM_NAME}/RenderScript/HelloCompute
192development/samples/RenderScript/HelloWorld samples/${PLATFORM_NAME}/RenderScript/HelloWorld
193development/samples/RenderScript/MiscSamples samples/${PLATFORM_NAME}/RenderScript/MiscSamples
The Android Open Source Project52d4c302009-03-03 19:29:09 -0800194
Xavier Ducrohet19cb54e2009-11-17 15:11:59 -0800195# NOTICE files are copied by build/core/Makefile from sdk.git
Xavier Ducrohet2f2fb962010-01-12 12:32:12 -0800196sdk/files/sdk_files_NOTICE.txt samples/${PLATFORM_NAME}/NOTICE.txt
The Android Open Source Project52d4c302009-03-03 19:29:09 -0800197
Xavier Ducrohetb86b7f72010-07-27 15:07:35 -0700198##############################################################################
Xavier Ducrohet62df6722011-02-28 12:24:36 -0800199# Add-on Folder
Xavier Ducrohetb86b7f72010-07-27 15:07:35 -0700200##############################################################################
The Android Open Source Project52d4c302009-03-03 19:29:09 -0800201
Xavier Ducrohet19cb54e2009-11-17 15:11:59 -0800202# empty add-on folder with just a readme copied from sdk.git
Xavier Ducrohet1ed7cb92009-12-01 13:20:59 -0800203sdk/files/README_add-ons.txt add-ons/README.txt
Xavier Ducrohet62df6722011-02-28 12:24:36 -0800204
205##############################################################################
206# Extra Component: Compatibility
207##############################################################################
208
Ying Wangd46eaa62011-03-01 17:12:12 -0800209development/sdk/compatibility_source.properties extras/android/compatibility/source.properties
210development/sdk/compatibility_README.txt extras/android/compatibility/README.txt
Xavier Ducrohet07815cd2011-03-15 13:29:38 -0700211sdk/files/sdk_files_NOTICE.txt extras/android/compatibility/NOTICE.txt
Ying Wangd46eaa62011-03-01 17:12:12 -0800212${OUT_DIR}/target/common/obj/PACKAGING/android-support-v4_intermediates/android-support-v4.jar extras/android/compatibility/v4/android-support-v4.jar
213frameworks/support/v4 extras/android/compatibility/v4/src
214development/samples/ApiDemos extras/android/compatibility/v4/samples/ApiDemos