blob: 9a238902519b06eb5427141e0d8bef680671a696 [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
Xavier Ducrohet676e13f2011-10-21 13:45:47 -070040development/sdk/plat_tools_source.properties platform-tools/source.properties
41
Xavier Ducrohetb86b7f72010-07-27 15:07:35 -070042# host tools from out/host/$(HOST_OS)-$(HOST_ARCH)/
Raphaele07f59a2011-09-14 21:12:15 -070043bin/adb strip platform-tools/adb
44bin/aapt strip platform-tools/aapt
45bin/aidl strip platform-tools/aidl
Raphael94a55dd2011-10-22 23:41:13 -070046bin/fastboot strip platform-tools/fastboot
Raphaele07f59a2011-09-14 21:12:15 -070047bin/llvm-rs-cc strip platform-tools/llvm-rs-cc
Xavier Ducrohet79aa3ce2011-05-25 17:48:07 -070048
Xavier Ducrohetb86b7f72010-07-27 15:07:35 -070049# dx
50bin/dx platform-tools/dx
51bin/dexdump platform-tools/dexdump
52framework/dx.jar platform-tools/lib/dx.jar
53
Jason Sams8cb96232012-05-16 13:00:38 -070054# Framework include for Renderscript
55frameworks/rs/scriptc platform-tools/renderscript/include
56external/clang/lib/Headers platform-tools/renderscript/clang-include
57external/clang/LICENSE.TXT platform-tools/renderscript/clang-include/LICENSE.TXT
58
Tor Norbye82374f62012-01-27 11:45:22 -080059# API database for tools such as lint
60development/sdk/api-versions.xml platform-tools/api/api-versions.xml
61
Xavier Ducrohetb86b7f72010-07-27 15:07:35 -070062##############################################################################
63# Platform Component
64##############################################################################
65
Xavier Ducrohet7fb4cc52011-09-21 10:22:00 -070066# version files for the SDK updater, from development.git
Raphaeld79eab52011-11-15 16:30:14 -080067${HOST_OUT}/development/sdk/platform_source.properties platforms/${PLATFORM_NAME}/source.properties
Xavier Ducrohetb86b7f72010-07-27 15:07:35 -070068
69# copy build prop from out/.../sdk/
Xavier Ducrohet07815cd2011-03-15 13:29:38 -070070sdk/sdk-build.prop platforms/${PLATFORM_NAME}/build.prop
Xavier Ducrohetb86b7f72010-07-27 15:07:35 -070071
72# the uper-jar file that apps link against. This is the public API
Raphael Mollc2e80832011-01-05 14:59:27 -080073${OUT_DIR}/target/common/obj/PACKAGING/android_jar_intermediates/android.jar platforms/${PLATFORM_NAME}/android.jar
Ying Wang020d4ab2012-08-14 16:38:02 -070074${OUT_DIR}/target/common/obj/JAVA_LIBRARIES/android_uiautomator_intermediates/javalib.jar platforms/${PLATFORM_NAME}/uiautomator.jar
Xavier Ducrohetb86b7f72010-07-27 15:07:35 -070075
76# the aidl precompiled include
77obj/framework.aidl platforms/${PLATFORM_NAME}/framework.aidl
78
Xavier Ducrohetb86b7f72010-07-27 15:07:35 -070079# emulator skins from sdk.git
Xavier Ducrohet6bd1ae52012-05-07 17:15:14 -070080development/tools/emulator/skins/QVGA platforms/${PLATFORM_NAME}/skins/QVGA
81development/tools/emulator/skins/WQVGA432 platforms/${PLATFORM_NAME}/skins/WQVGA432
82development/tools/emulator/skins/WQVGA400 platforms/${PLATFORM_NAME}/skins/WQVGA400
83development/tools/emulator/skins/HVGA platforms/${PLATFORM_NAME}/skins/HVGA
84development/tools/emulator/skins/WVGA800 platforms/${PLATFORM_NAME}/skins/WVGA800
85development/tools/emulator/skins/WVGA854 platforms/${PLATFORM_NAME}/skins/WVGA854
86development/tools/emulator/skins/WSVGA platforms/${PLATFORM_NAME}/skins/WSVGA
87development/tools/emulator/skins/WXGA720 platforms/${PLATFORM_NAME}/skins/WXGA720
88development/tools/emulator/skins/WXGA800 platforms/${PLATFORM_NAME}/skins/WXGA800
89development/tools/emulator/skins/WXGA800-7in platforms/${PLATFORM_NAME}/skins/WXGA800-7in
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
Raphael Moll22e4eb22011-08-30 13:20:32 -070095development/tools/templates/AndroidManifest.template platforms/${PLATFORM_NAME}/templates/AndroidManifest.template
96development/tools/templates/AndroidManifest.tests.template platforms/${PLATFORM_NAME}/templates/AndroidManifest.tests.template
97development/tools/templates/java_file.template platforms/${PLATFORM_NAME}/templates/java_file.template
98development/tools/templates/java_tests_file.template platforms/${PLATFORM_NAME}/templates/java_tests_file.template
99development/tools/templates/layout.template platforms/${PLATFORM_NAME}/templates/layout.template
100development/tools/templates/strings.template platforms/${PLATFORM_NAME}/templates/strings.template
101development/tools/templates/ic_launcher_ldpi.png platforms/${PLATFORM_NAME}/templates/ic_launcher_ldpi.png
102development/tools/templates/ic_launcher_mdpi.png platforms/${PLATFORM_NAME}/templates/ic_launcher_mdpi.png
103development/tools/templates/ic_launcher_hdpi.png platforms/${PLATFORM_NAME}/templates/ic_launcher_hdpi.png
Tor Norbye714e5162011-12-16 15:21:12 -0800104development/tools/templates/ic_launcher_xhdpi.png platforms/${PLATFORM_NAME}/templates/ic_launcher_xhdpi.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##############################################################################
Xavier Ducrohet7fb4cc52011-09-21 10:22:00 -0700125# System image Component
126##############################################################################
127
128# System images + Kernel
129system.img system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/system.img
130ramdisk.img system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/ramdisk.img
131userdata.img system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/userdata.img
132system/build.prop system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/build.prop
133
134# Note: the kernel image is handled by sdk-android-<abi>.atree now.
135
136##############################################################################
Xavier Ducrohetb86b7f72010-07-27 15:07:35 -0700137# Docs Component
138##############################################################################
139
140# version files for the SDK updater, from sdk.git
Raphaeld79eab52011-11-15 16:30:14 -0800141${HOST_OUT}/development/sdk/doc_source.properties docs/source.properties
Xavier Ducrohetb86b7f72010-07-27 15:07:35 -0700142
143# the docs
144docs/offline-sdk docs
145frameworks/base/docs/docs-samples-redirect.html docs/samples/index.html
146
147
148##############################################################################
149# Samples Component
150##############################################################################
151
Dirk Dougherty658d86e2010-02-08 10:22:43 -0800152# samples to include in the sdk samples package
153#
Ying Wangd46eaa62011-03-01 17:12:12 -0800154# the list here should match the list of samples that we generate docs for,
Dirk Dougherty658d86e2010-02-08 10:22:43 -0800155# (see web_docs_sample_code_flags in frameworks/base/Android.mk)
Xavier Ducrohetbea50d32012-02-15 18:31:46 -0800156development/apps/GestureBuilder samples/${PLATFORM_NAME}/GestureBuilder
157development/samples/samples_source.properties samples/${PLATFORM_NAME}/source.properties
Xavier Ducrohet9e914e42010-10-13 13:38:45 -0700158#
159# PLEASE KEEP THE SAMPLES IN ALPHABETICAL ORDER.
160#
Alex Sakhartchouke4304712011-02-22 11:41:40 -0800161development/samples/AccelerometerPlay samples/${PLATFORM_NAME}/AccelerometerPlay
Roman Nurik7ee7d6d2011-09-30 15:40:22 -0700162development/samples/ActionBarCompat samples/${PLATFORM_NAME}/ActionBarCompat
Scott Main0f53a4d2011-10-14 01:19:19 -0700163development/samples/AndroidBeamDemo samples/${PLATFORM_NAME}/AndroidBeamDemo
Alex Sakhartchouke4304712011-02-22 11:41:40 -0800164development/samples/ApiDemos samples/${PLATFORM_NAME}/ApiDemos
Adam Powell247df4f2012-01-17 09:36:47 -0800165development/samples/AppNavigation samples/${PLATFORM_NAME}/AppNavigation
Alex Sakhartchouke4304712011-02-22 11:41:40 -0800166development/samples/BackupRestore samples/${PLATFORM_NAME}/BackupRestore
167development/samples/BasicGLSurfaceView samples/${PLATFORM_NAME}/BasicGLSurfaceView
168development/samples/BluetoothChat samples/${PLATFORM_NAME}/BluetoothChat
Fred Chung14c26222011-10-31 10:04:59 -0700169development/samples/BluetoothHDP samples/${PLATFORM_NAME}/BluetoothHDP
Alex Sakhartchouke4304712011-02-22 11:41:40 -0800170development/samples/ContactManager samples/${PLATFORM_NAME}/ContactManager
171development/samples/CrossCompatibility samples/${PLATFORM_NAME}/CrossCompatibility
172development/samples/CubeLiveWallpaper samples/${PLATFORM_NAME}/CubeLiveWallpaper
Robert Lyaffcdfd2012-04-03 14:00:22 -0700173development/samples/HelloEffects samples/${PLATFORM_NAME}/HelloEffects
Alex Sakhartchouke4304712011-02-22 11:41:40 -0800174development/samples/Home samples/${PLATFORM_NAME}/Home
175development/samples/HoneycombGallery samples/${PLATFORM_NAME}/HoneycombGallery
176development/samples/JetBoy samples/${PLATFORM_NAME}/JetBoy
Tony Chan1a2ddb42012-03-29 02:03:59 +0800177development/samples/KeyChainDemo samples/${PLATFORM_NAME}/KeyChainDemo
Alex Sakhartchouke4304712011-02-22 11:41:40 -0800178development/samples/LunarLander samples/${PLATFORM_NAME}/LunarLander
179development/samples/MultiResolution samples/${PLATFORM_NAME}/MultiResolution
180development/samples/NotePad samples/${PLATFORM_NAME}/NotePad
Bruno Oliveirab30a3012011-06-07 01:09:21 -0400181development/samples/RandomMusicPlayer samples/${PLATFORM_NAME}/RandomMusicPlayer
satok47b8def2011-10-18 17:38:42 +0900182development/samples/SpellChecker/SampleSpellCheckerService samples/${PLATFORM_NAME}/SpellChecker/SampleSpellCheckerService
183development/samples/SpellChecker/HelloSpellChecker samples/${PLATFORM_NAME}/SpellChecker/HelloSpellChecker
Alex Sakhartchouke4304712011-02-22 11:41:40 -0800184development/samples/SampleSyncAdapter samples/${PLATFORM_NAME}/SampleSyncAdapter
185development/samples/SearchableDictionary samples/${PLATFORM_NAME}/SearchableDictionary
186development/samples/SipDemo samples/${PLATFORM_NAME}/SipDemo
187development/samples/SkeletonApp samples/${PLATFORM_NAME}/SkeletonApp
188development/samples/Snake samples/${PLATFORM_NAME}/Snake
189development/samples/SoftKeyboard samples/${PLATFORM_NAME}/SoftKeyboard
190development/samples/Spinner samples/${PLATFORM_NAME}/Spinner
191development/samples/SpinnerTest samples/${PLATFORM_NAME}/SpinnerTest
192development/samples/TicTacToeLib samples/${PLATFORM_NAME}/TicTacToeLib
193development/samples/TicTacToeMain samples/${PLATFORM_NAME}/TicTacToeMain
Narayan Kamathb6887612011-03-11 16:51:56 +0000194development/samples/TtsEngine samples/${PLATFORM_NAME}/TtsEngine
Chia-chi Yeh9ad3f402011-11-23 17:09:17 -0800195development/samples/ToyVpn samples/${PLATFORM_NAME}/ToyVpn
Adam Momtaz82132062012-09-24 18:06:29 -0700196development/samples/UiAutomator samples/${PLATFORM_NAME}/UiAutomator
Mike Lockwoodcd392822011-05-02 14:31:47 -0400197development/samples/USB/MissileLauncher samples/${PLATFORM_NAME}/USB/MissileLauncher
198development/samples/USB/AdbTest samples/${PLATFORM_NAME}/USB/AdbTest
Alex Sakhartchouke4304712011-02-22 11:41:40 -0800199development/samples/VoiceRecognitionService samples/${PLATFORM_NAME}/VoiceRecognitionService
Debashish Chatterjee8d6d2582011-05-16 16:52:17 +0100200development/samples/VoicemailProviderDemo samples/${PLATFORM_NAME}/VoicemailProviderDemo
Alex Sakhartchouke4304712011-02-22 11:41:40 -0800201development/samples/WeatherListWidget samples/${PLATFORM_NAME}/WeatherListWidget
202development/apps/WidgetPreview samples/${PLATFORM_NAME}/WidgetPreview
Anirudh Dewani12634492011-09-20 21:16:55 +0530203development/samples/WiFiDirectDemo samples/${PLATFORM_NAME}/WiFiDirectDemo
Anirudh Dewani5ef13892012-07-03 12:36:44 -0700204development/samples/WiFiDirectServiceDiscovery samples/${PLATFORM_NAME}/WiFiDirectServiceDiscovery
Alex Sakhartchouke4304712011-02-22 11:41:40 -0800205development/samples/Wiktionary samples/${PLATFORM_NAME}/Wiktionary
206development/samples/WiktionarySimple samples/${PLATFORM_NAME}/WiktionarySimple
207development/samples/XmlAdapters samples/${PLATFORM_NAME}/XmlAdapters
Jason Sams8cb96232012-05-16 13:00:38 -0700208development/samples/RenderScript/HelloCompute samples/${PLATFORM_NAME}/RenderScript/HelloCompute
The Android Open Source Project52d4c302009-03-03 19:29:09 -0800209
Xavier Ducrohet19cb54e2009-11-17 15:11:59 -0800210# NOTICE files are copied by build/core/Makefile from sdk.git
Xavier Ducrohet2f2fb962010-01-12 12:32:12 -0800211sdk/files/sdk_files_NOTICE.txt samples/${PLATFORM_NAME}/NOTICE.txt
The Android Open Source Project52d4c302009-03-03 19:29:09 -0800212
Xavier Ducrohetb86b7f72010-07-27 15:07:35 -0700213##############################################################################
Xavier Ducrohet62df6722011-02-28 12:24:36 -0800214# Add-on Folder
Xavier Ducrohetb86b7f72010-07-27 15:07:35 -0700215##############################################################################
The Android Open Source Project52d4c302009-03-03 19:29:09 -0800216
Xavier Ducrohet19cb54e2009-11-17 15:11:59 -0800217# empty add-on folder with just a readme copied from sdk.git
Xavier Ducrohet1ed7cb92009-12-01 13:20:59 -0800218sdk/files/README_add-ons.txt add-ons/README.txt
Xavier Ducrohet62df6722011-02-28 12:24:36 -0800219
220##############################################################################
Xavier Ducrohete98f22d2011-09-16 12:39:58 -0700221# Extra Component: Support
Xavier Ducrohet62df6722011-02-28 12:24:36 -0800222##############################################################################
223
Xavier Ducrohete98f22d2011-09-16 12:39:58 -0700224development/sdk/support_source.properties extras/android/support/source.properties
225development/sdk/support_README.txt extras/android/support/README.txt
226sdk/files/sdk_files_NOTICE.txt extras/android/support/NOTICE.txt
Xavier Ducrohet7942a692012-02-29 10:51:11 -0800227
Xavier Ducrohete98f22d2011-09-16 12:39:58 -0700228${OUT_DIR}/target/common/obj/PACKAGING/android-support-v4_intermediates/android-support-v4.jar extras/android/support/v4/android-support-v4.jar
229frameworks/support/v4 extras/android/support/v4/src
Raphael Moll913d9032012-03-12 11:33:18 -0700230development/samples/Support4Demos extras/android/support/samples/Support4Demos
Adam Powelle3316662012-04-05 17:07:02 -0700231development/samples/SupportAppNavigation extras/android/support/samples/SupportAppNavigation
Xavier Ducrohet7942a692012-02-29 10:51:11 -0800232
Xavier Ducrohete98f22d2011-09-16 12:39:58 -0700233${OUT_DIR}/target/common/obj/PACKAGING/android-support-v13_intermediates/android-support-v13.jar extras/android/support/v13/android-support-v13.jar
234frameworks/support/v13 extras/android/support/v13/src
Raphael Moll913d9032012-03-12 11:33:18 -0700235development/samples/Support13Demos extras/android/support/samples/Support13Demos
Brett Chabotc89b3dd2011-06-17 18:38:21 -0700236
Xavier Ducrohet3c3cb462012-04-24 16:46:29 -0700237frameworks/support/v7/gridlayout/README.txt extras/android/support/v7/gridlayout/README.txt
Xavier Ducrohet8957faa2012-04-20 17:02:10 -0700238frameworks/support/v7/gridlayout/.project extras/android/support/v7/gridlayout/.project
239frameworks/support/v7/gridlayout/.classpath extras/android/support/v7/gridlayout/.classpath
Xavier Ducrohet7942a692012-02-29 10:51:11 -0800240frameworks/support/v7/gridlayout/AndroidManifest.xml extras/android/support/v7/gridlayout/AndroidManifest.xml
241frameworks/support/v7/gridlayout/project.properties extras/android/support/v7/gridlayout/project.properties
242frameworks/support/v7/gridlayout/res extras/android/support/v7/gridlayout/res
243frameworks/support/v7/gridlayout/readme extras/android/support/v7/gridlayout/src/.readme
244${OUT_DIR}/target/common/obj/PACKAGING/android-support-v7-gridlayout_intermediates/android-support-v7-gridlayout.jar extras/android/support/v7/gridlayout/libs/android-support-v7-gridlayout.jar
245
Siva Velusamye8e0e4b2012-10-10 14:01:25 -0700246frameworks/support/appcompat/README.txt extras/android/support/appcompat/README.txt
247frameworks/support/appcompat/.project extras/android/support/appcompat/.project
248frameworks/support/appcompat/.classpath extras/android/support/appcompat/.classpath
249frameworks/support/appcompat/AndroidManifest.xml extras/android/support/appcompat/AndroidManifest.xml
250frameworks/support/appcompat/project.properties extras/android/support/appcompat/project.properties
251frameworks/support/appcompat/res extras/android/support/appcompat/res
252${OUT_DIR}/target/common/obj/PACKAGING/android-support-appcompat_intermediates/android-support-appcompat.jar extras/android/support/appcompat/libs/android-support-appcompat.jar
253
Brett Chabotc89b3dd2011-06-17 18:38:21 -0700254##############################################################################
255# Tests Component
256##############################################################################
257framework/layoutlib-tests.jar tests/libtests/layoutlib-tests.jar
David Hu7089a5a2011-07-01 15:53:00 -0700258system/app/ConnectivityTest.apk tests/emulator-test-apps/ConnectivityTest.apk
David Hud9b501b2011-08-25 15:29:15 -0700259system/app/GpsLocationTest.apk tests/emulator-test-apps/GpsLocationTest.apk