blob: bf5cdc1091b41bd7d3ccdc945ab12805725a2b9f [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
Raphael Moll9ca69cf2013-02-12 13:48:39 -080036
Xavier Ducrohetb86b7f72010-07-27 15:07:35 -070037##############################################################################
Xavier Ducrohetb86b7f72010-07-27 15:07:35 -070038# Platform Tools Component
39##############################################################################
40
Raphael Mollef196292013-03-22 10:30:50 -070041sdk/files/sdk_files_NOTICE.txt platform-tools/NOTICE.txt
Xavier Ducrohet676e13f2011-10-21 13:45:47 -070042development/sdk/plat_tools_source.properties platform-tools/source.properties
43
Xavier Ducrohetb86b7f72010-07-27 15:07:35 -070044# host tools from out/host/$(HOST_OS)-$(HOST_ARCH)/
Raphaele07f59a2011-09-14 21:12:15 -070045bin/adb strip platform-tools/adb
Raphael94a55dd2011-10-22 23:41:13 -070046bin/fastboot strip platform-tools/fastboot
Jason Sams8cb96232012-05-16 13:00:38 -070047
Tor Norbye82374f62012-01-27 11:45:22 -080048# API database for tools such as lint
49development/sdk/api-versions.xml platform-tools/api/api-versions.xml
50
Siva Velusamy28f992a2013-07-19 15:05:24 -070051# systrace
52external/chromium-trace/systrace.py platform-tools/systrace/systrace.py
53external/chromium-trace/systrace-legacy.py platform-tools/systrace/systrace-legacy.py
54external/chromium-trace/script.js platform-tools/systrace/script.js
55external/chromium-trace/style.css platform-tools/systrace/style.css
56external/chromium-trace/prefix.html platform-tools/systrace/prefix.html
57external/chromium-trace/suffix.html platform-tools/systrace/suffix.html
58external/chromium-trace/LICENSE platform-tools/systrace/LICENSE
59external/chromium-trace/AUTHORS platform-tools/systrace/AUTHORS
60external/chromium-trace/NOTICE platform-tools/systrace/NOTICE
61external/chromium-trace/UPSTREAM_REVISION platform-tools/systrace/UPSTREAM_REVISION
Raphael Moll9ca69cf2013-02-12 13:48:39 -080062
63##############################################################################
64# Build Tools Component
65##############################################################################
66# Note that the build-tools sub-folder uses the platform-name as a placeholder
67# at build-time. Packaging will later change that to the actual build-tools
68# revision as specified in the source.properties.
69
70sdk/files/sdk_files_NOTICE.txt build-tools/${PLATFORM_NAME}/NOTICE.txt
71development/sdk/build_tools_source.properties build-tools/${PLATFORM_NAME}/source.properties
72
73# build tools from out/host/$(HOST_OS)-$(HOST_ARCH)/
74bin/aapt strip build-tools/${PLATFORM_NAME}/aapt
75bin/aidl strip build-tools/${PLATFORM_NAME}/aidl
Xavier Ducrohetafda1d32013-07-25 10:40:54 -070076
Raphael Moll9ca69cf2013-02-12 13:48:39 -080077# renderscript (cc + headers)
78bin/llvm-rs-cc strip build-tools/${PLATFORM_NAME}/llvm-rs-cc
Stephen Hines94efbd62013-08-06 18:18:27 -070079bin/bcc_compat strip build-tools/${PLATFORM_NAME}/bcc_compat
Raphael Moll9ca69cf2013-02-12 13:48:39 -080080frameworks/rs/scriptc build-tools/${PLATFORM_NAME}/renderscript/include
81external/clang/lib/Headers build-tools/${PLATFORM_NAME}/renderscript/clang-include
82external/clang/LICENSE.TXT build-tools/${PLATFORM_NAME}/renderscript/clang-include/LICENSE.TXT
Xavier Ducrohet87917852013-08-13 15:57:08 -070083
84prebuilts/sdk/renderscript/lib/javalib.jar build-tools/${PLATFORM_NAME}/renderscript/lib/renderscript-v8.jar
85prebuilts/sdk/renderscript/lib/arm/libclcore.bc build-tools/${PLATFORM_NAME}/renderscript/lib/libclcore.bc
86
87prebuilts/sdk/renderscript/lib/arm/libc.so build-tools/${PLATFORM_NAME}/renderscript/lib/intermediates/armeabi-v7a/libc.so
88prebuilts/sdk/renderscript/lib/arm/libm.so build-tools/${PLATFORM_NAME}/renderscript/lib/intermediates/armeabi-v7a/libm.so
89prebuilts/sdk/renderscript/lib/arm/libcompiler_rt.a build-tools/${PLATFORM_NAME}/renderscript/lib/intermediates/armeabi-v7a/libcompiler_rt.a
90prebuilts/sdk/renderscript/lib/arm/libRSSupport.so build-tools/${PLATFORM_NAME}/renderscript/lib/packaged/armeabi-v7a/libRSSupport.so
91prebuilts/sdk/renderscript/lib/arm/librsjni.so build-tools/${PLATFORM_NAME}/renderscript/lib/packaged/armeabi-v7a/librsjni.so
92
93prebuilts/sdk/renderscript/lib/mips/libc.so build-tools/${PLATFORM_NAME}/renderscript/lib/intermediates/mips/libc.so
94prebuilts/sdk/renderscript/lib/mips/libm.so build-tools/${PLATFORM_NAME}/renderscript/lib/intermediates/mips/libm.so
95prebuilts/sdk/renderscript/lib/mips/libcompiler_rt.a build-tools/${PLATFORM_NAME}/renderscript/lib/intermediates/mips/libcompiler_rt.a
96prebuilts/sdk/renderscript/lib/mips/libRSSupport.so build-tools/${PLATFORM_NAME}/renderscript/lib/packaged/mips/libRSSupport.so
97prebuilts/sdk/renderscript/lib/mips/librsjni.so build-tools/${PLATFORM_NAME}/renderscript/lib/packaged/mips/librsjni.so
98
99prebuilts/sdk/renderscript/lib/x86/libc.so build-tools/${PLATFORM_NAME}/renderscript/lib/intermediates/x86/libc.so
100prebuilts/sdk/renderscript/lib/x86/libm.so build-tools/${PLATFORM_NAME}/renderscript/lib/intermediates/x86/libm.so
101prebuilts/sdk/renderscript/lib/x86/libcompiler_rt.a build-tools/${PLATFORM_NAME}/renderscript/lib/intermediates/x86/libcompiler_rt.a
102prebuilts/sdk/renderscript/lib/x86/libRSSupport.so build-tools/${PLATFORM_NAME}/renderscript/lib/packaged/x86/libRSSupport.so
103prebuilts/sdk/renderscript/lib/x86/librsjni.so build-tools/${PLATFORM_NAME}/renderscript/lib/packaged/x86/librsjni.so
104
105
Xavier Ducrohetafda1d32013-07-25 10:40:54 -0700106
Raphael Moll9ca69cf2013-02-12 13:48:39 -0800107# dx
108bin/dx build-tools/${PLATFORM_NAME}/dx
109framework/dx.jar build-tools/${PLATFORM_NAME}/lib/dx.jar
110bin/dexdump build-tools/${PLATFORM_NAME}/dexdump
111
112
Xavier Ducrohetb86b7f72010-07-27 15:07:35 -0700113##############################################################################
114# Platform Component
115##############################################################################
116
Xavier Ducrohet7fb4cc52011-09-21 10:22:00 -0700117# version files for the SDK updater, from development.git
Raphaeld79eab52011-11-15 16:30:14 -0800118${HOST_OUT}/development/sdk/platform_source.properties platforms/${PLATFORM_NAME}/source.properties
Xavier Ducrohetb86b7f72010-07-27 15:07:35 -0700119
120# copy build prop from out/.../sdk/
Xavier Ducrohet07815cd2011-03-15 13:29:38 -0700121sdk/sdk-build.prop platforms/${PLATFORM_NAME}/build.prop
Xavier Ducrohetb86b7f72010-07-27 15:07:35 -0700122
123# the uper-jar file that apps link against. This is the public API
Raphael Moll9ca69cf2013-02-12 13:48:39 -0800124${OUT_DIR}/target/common/obj/PACKAGING/android_jar_intermediates/android.jar platforms/${PLATFORM_NAME}/android.jar
125${OUT_DIR}/target/common/obj/JAVA_LIBRARIES/android_uiautomator_intermediates/javalib.jar platforms/${PLATFORM_NAME}/uiautomator.jar
Xavier Ducrohetb86b7f72010-07-27 15:07:35 -0700126
127# the aidl precompiled include
128obj/framework.aidl platforms/${PLATFORM_NAME}/framework.aidl
129
Xavier Ducrohetb86b7f72010-07-27 15:07:35 -0700130# emulator skins from sdk.git
Xavier Ducrohet6bd1ae52012-05-07 17:15:14 -0700131development/tools/emulator/skins/QVGA platforms/${PLATFORM_NAME}/skins/QVGA
132development/tools/emulator/skins/WQVGA432 platforms/${PLATFORM_NAME}/skins/WQVGA432
133development/tools/emulator/skins/WQVGA400 platforms/${PLATFORM_NAME}/skins/WQVGA400
134development/tools/emulator/skins/HVGA platforms/${PLATFORM_NAME}/skins/HVGA
135development/tools/emulator/skins/WVGA800 platforms/${PLATFORM_NAME}/skins/WVGA800
136development/tools/emulator/skins/WVGA854 platforms/${PLATFORM_NAME}/skins/WVGA854
137development/tools/emulator/skins/WSVGA platforms/${PLATFORM_NAME}/skins/WSVGA
138development/tools/emulator/skins/WXGA720 platforms/${PLATFORM_NAME}/skins/WXGA720
139development/tools/emulator/skins/WXGA800 platforms/${PLATFORM_NAME}/skins/WXGA800
140development/tools/emulator/skins/WXGA800-7in platforms/${PLATFORM_NAME}/skins/WXGA800-7in
Xavier Ducrohetb86b7f72010-07-27 15:07:35 -0700141
142# Platform SDK properties
Raphael Moll9ca69cf2013-02-12 13:48:39 -0800143development/sdk/sdk.properties platforms/${PLATFORM_NAME}/sdk.properties
Xavier Ducrohetb86b7f72010-07-27 15:07:35 -0700144
145# sdk.git Ant templates for project files
Raphael Moll22e4eb22011-08-30 13:20:32 -0700146development/tools/templates/AndroidManifest.template platforms/${PLATFORM_NAME}/templates/AndroidManifest.template
147development/tools/templates/AndroidManifest.tests.template platforms/${PLATFORM_NAME}/templates/AndroidManifest.tests.template
148development/tools/templates/java_file.template platforms/${PLATFORM_NAME}/templates/java_file.template
149development/tools/templates/java_tests_file.template platforms/${PLATFORM_NAME}/templates/java_tests_file.template
150development/tools/templates/layout.template platforms/${PLATFORM_NAME}/templates/layout.template
151development/tools/templates/strings.template platforms/${PLATFORM_NAME}/templates/strings.template
152development/tools/templates/ic_launcher_ldpi.png platforms/${PLATFORM_NAME}/templates/ic_launcher_ldpi.png
153development/tools/templates/ic_launcher_mdpi.png platforms/${PLATFORM_NAME}/templates/ic_launcher_mdpi.png
154development/tools/templates/ic_launcher_hdpi.png platforms/${PLATFORM_NAME}/templates/ic_launcher_hdpi.png
Tor Norbye714e5162011-12-16 15:21:12 -0800155development/tools/templates/ic_launcher_xhdpi.png platforms/${PLATFORM_NAME}/templates/ic_launcher_xhdpi.png
Xavier Ducrohetb86b7f72010-07-27 15:07:35 -0700156
157# Eclipse Editors support
158framework/layoutlib.jar platforms/${PLATFORM_NAME}/data/layoutlib.jar
Deepanshu Gupta79cc4f92013-06-20 10:09:46 -0700159framework/icu4j.jar platforms/${PLATFORM_NAME}/data/icu4j.jar
Xavier Ducrohetb86b7f72010-07-27 15:07:35 -0700160frameworks/base/core/res/res platforms/${PLATFORM_NAME}/data/res
161docs/activity_actions.txt platforms/${PLATFORM_NAME}/data/activity_actions.txt
162docs/broadcast_actions.txt platforms/${PLATFORM_NAME}/data/broadcast_actions.txt
163docs/service_actions.txt platforms/${PLATFORM_NAME}/data/service_actions.txt
164docs/categories.txt platforms/${PLATFORM_NAME}/data/categories.txt
165docs/widgets.txt platforms/${PLATFORM_NAME}/data/widgets.txt
166docs/features.txt platforms/${PLATFORM_NAME}/data/features.txt
167
168# fonts for layoutlib.
Xavier Ducrohet04339622011-08-02 18:36:13 -0700169frameworks/base/data/fonts platforms/${PLATFORM_NAME}/data/fonts
Xavier Ducrohetb86b7f72010-07-27 15:07:35 -0700170
171# NOTICE files are copied by build/core/Makefile from sdk.git
172sdk/files/sdk_files_NOTICE.txt platforms/${PLATFORM_NAME}/templates/NOTICE.txt
173sdk/files/sdk_files_NOTICE.txt platforms/${PLATFORM_NAME}/data/NOTICE.txt
174sdk/files/sdk_files_NOTICE.txt platforms/${PLATFORM_NAME}/skins/NOTICE.txt
175
Raphael Moll9ca69cf2013-02-12 13:48:39 -0800176
Xavier Ducrohetb86b7f72010-07-27 15:07:35 -0700177##############################################################################
Xavier Ducrohet7fb4cc52011-09-21 10:22:00 -0700178# System image Component
179##############################################################################
180
181# System images + Kernel
182system.img system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/system.img
183ramdisk.img system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/ramdisk.img
184userdata.img system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/userdata.img
185system/build.prop system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/build.prop
186
187# Note: the kernel image is handled by sdk-android-<abi>.atree now.
188
Raphael Moll9ca69cf2013-02-12 13:48:39 -0800189
Xavier Ducrohet7fb4cc52011-09-21 10:22:00 -0700190##############################################################################
Xavier Ducrohetb86b7f72010-07-27 15:07:35 -0700191# Docs Component
192##############################################################################
193
194# version files for the SDK updater, from sdk.git
Raphaeld79eab52011-11-15 16:30:14 -0800195${HOST_OUT}/development/sdk/doc_source.properties docs/source.properties
Xavier Ducrohetb86b7f72010-07-27 15:07:35 -0700196
197# the docs
198docs/offline-sdk docs
199frameworks/base/docs/docs-samples-redirect.html docs/samples/index.html
200
201
202##############################################################################
203# Samples Component
204##############################################################################
205
Dirk Dougherty658d86e2010-02-08 10:22:43 -0800206# samples to include in the sdk samples package
207#
Ying Wangd46eaa62011-03-01 17:12:12 -0800208# the list here should match the list of samples that we generate docs for,
Dirk Dougherty658d86e2010-02-08 10:22:43 -0800209# (see web_docs_sample_code_flags in frameworks/base/Android.mk)
Trevor Johns1ffb3502013-07-23 15:42:17 -0700210development/apps/GestureBuilder samples/${PLATFORM_NAME}/legacy/GestureBuilder
Xavier Ducrohetbea50d32012-02-15 18:31:46 -0800211development/samples/samples_source.properties samples/${PLATFORM_NAME}/source.properties
Xavier Ducrohet9e914e42010-10-13 13:38:45 -0700212#
213# PLEASE KEEP THE SAMPLES IN ALPHABETICAL ORDER.
214#
Trevor Johns1ffb3502013-07-23 15:42:17 -0700215
216# New sample tree
Trevor Johnsda67d182013-07-23 21:03:08 -0700217# Note: Some samples reference a shared "common" directory. In the future
218# this will be copied in automatically via a templating system. For now,
219# we need to copy it in here as needed.
Trevor Johns1ffb3502013-07-23 15:42:17 -0700220developers/samples/android/connectivity samples/${PLATFORM_NAME}/connectivity
Trevor Johnsda67d182013-07-23 21:03:08 -0700221developers/samples/android/common samples/${PLATFORM_NAME}/connectivity/sync/BasicSyncAdapter/BasicSyncAdapter/src/main/java/com/example/android/common
Trevor Johns1ffb3502013-07-23 15:42:17 -0700222developers/samples/android/content samples/${PLATFORM_NAME}/content
223developers/samples/android/input samples/${PLATFORM_NAME}/input
Trevor Johns1ffb3502013-07-23 15:42:17 -0700224developers/samples/android/media samples/${PLATFORM_NAME}/media
225developers/samples/android/security samples/${PLATFORM_NAME}/security
226developers/samples/android/testing samples/${PLATFORM_NAME}/testing
227developers/samples/android/ui samples/${PLATFORM_NAME}/ui
228
229# Old sample tree
230development/samples/AccelerometerPlay samples/${PLATFORM_NAME}/legacy/AccelerometerPlay
231development/samples/ActionBarCompat samples/${PLATFORM_NAME}/legacy/ActionBarCompat
232development/samples/AndroidBeamDemo samples/${PLATFORM_NAME}/legacy/AndroidBeamDemo
233development/samples/ApiDemos samples/${PLATFORM_NAME}/legacy/ApiDemos
234development/samples/AppNavigation samples/${PLATFORM_NAME}/legacy/AppNavigation
Trevor Johns1ffb3502013-07-23 15:42:17 -0700235development/samples/BackupRestore samples/${PLATFORM_NAME}/legacy/BackupRestore
236development/samples/BasicGLSurfaceView samples/${PLATFORM_NAME}/legacy/BasicGLSurfaceView
237development/samples/BluetoothChat samples/${PLATFORM_NAME}/legacy/BluetoothChat
238development/samples/BluetoothHDP samples/${PLATFORM_NAME}/legacy/BluetoothHDP
Trevor Johns1ffb3502013-07-23 15:42:17 -0700239development/samples/ContactManager samples/${PLATFORM_NAME}/legacy/ContactManager
240development/samples/CrossCompatibility samples/${PLATFORM_NAME}/legacy/CrossCompatibility
241development/samples/CubeLiveWallpaper samples/${PLATFORM_NAME}/legacy/CubeLiveWallpaper
242development/samples/HelloEffects samples/${PLATFORM_NAME}/legacy/HelloEffects
243development/samples/Home samples/${PLATFORM_NAME}/legacy/Home
244development/samples/HoneycombGallery samples/${PLATFORM_NAME}/legacy/HoneycombGallery
245development/samples/JetBoy samples/${PLATFORM_NAME}/legacy/JetBoy
246development/samples/KeyChainDemo samples/${PLATFORM_NAME}/legacy/KeyChainDemo
247development/samples/LunarLander samples/${PLATFORM_NAME}/legacy/LunarLander
248development/samples/MultiResolution samples/${PLATFORM_NAME}/legacy/MultiResolution
249development/samples/NotePad samples/${PLATFORM_NAME}/legacy/NotePad
250development/samples/RandomMusicPlayer samples/${PLATFORM_NAME}/legacy/RandomMusicPlayer
251development/samples/SpellChecker/SampleSpellCheckerService samples/${PLATFORM_NAME}/legacy/SpellChecker/SampleSpellCheckerService
252development/samples/SpellChecker/HelloSpellChecker samples/${PLATFORM_NAME}/legacy/SpellChecker/HelloSpellChecker
253development/samples/SampleSyncAdapter samples/${PLATFORM_NAME}/legacy/SampleSyncAdapter
254development/samples/SearchableDictionary samples/${PLATFORM_NAME}/legacy/SearchableDictionary
255development/samples/SipDemo samples/${PLATFORM_NAME}/legacy/SipDemo
256development/samples/SkeletonApp samples/${PLATFORM_NAME}/legacy/SkeletonApp
257development/samples/Snake samples/${PLATFORM_NAME}/legacy/Snake
258development/samples/SoftKeyboard samples/${PLATFORM_NAME}/legacy/SoftKeyboard
259development/samples/Spinner samples/${PLATFORM_NAME}/legacy/Spinner
260development/samples/SpinnerTest samples/${PLATFORM_NAME}/legacy/SpinnerTest
261development/samples/TicTacToeLib samples/${PLATFORM_NAME}/legacy/TicTacToeLib
262development/samples/TicTacToeMain samples/${PLATFORM_NAME}/legacy/TicTacToeMain
263development/samples/TtsEngine samples/${PLATFORM_NAME}/legacy/TtsEngine
264development/samples/ToyVpn samples/${PLATFORM_NAME}/legacy/ToyVpn
265development/samples/UiAutomator samples/${PLATFORM_NAME}/legacy/UiAutomator
266development/samples/USB/MissileLauncher samples/${PLATFORM_NAME}/legacy/USB/MissileLauncher
267development/samples/USB/AdbTest samples/${PLATFORM_NAME}/legacy/USB/AdbTest
268development/samples/VoiceRecognitionService samples/${PLATFORM_NAME}/legacy/VoiceRecognitionService
269development/samples/VoicemailProviderDemo samples/${PLATFORM_NAME}/legacy/VoicemailProviderDemo
270development/samples/WeatherListWidget samples/${PLATFORM_NAME}/legacy/WeatherListWidget
271development/apps/WidgetPreview samples/${PLATFORM_NAME}/legacy/WidgetPreview
272development/samples/WiFiDirectDemo samples/${PLATFORM_NAME}/legacy/WiFiDirectDemo
273development/samples/WiFiDirectServiceDiscovery samples/${PLATFORM_NAME}/legacy/WiFiDirectServiceDiscovery
274development/samples/Wiktionary samples/${PLATFORM_NAME}/legacy/Wiktionary
275development/samples/WiktionarySimple samples/${PLATFORM_NAME}/legacy/WiktionarySimple
276development/samples/XmlAdapters samples/${PLATFORM_NAME}/legacy/XmlAdapters
277development/samples/RenderScript/HelloCompute samples/${PLATFORM_NAME}/legacy/RenderScript/HelloCompute
The Android Open Source Project52d4c302009-03-03 19:29:09 -0800278
Xavier Ducrohet19cb54e2009-11-17 15:11:59 -0800279# NOTICE files are copied by build/core/Makefile from sdk.git
Raphael Moll9ca69cf2013-02-12 13:48:39 -0800280sdk/files/sdk_files_NOTICE.txt samples/${PLATFORM_NAME}/NOTICE.txt
The Android Open Source Project52d4c302009-03-03 19:29:09 -0800281
Xavier Ducrohetb86b7f72010-07-27 15:07:35 -0700282##############################################################################
Xavier Ducrohet62df6722011-02-28 12:24:36 -0800283# Add-on Folder
Xavier Ducrohetb86b7f72010-07-27 15:07:35 -0700284##############################################################################
The Android Open Source Project52d4c302009-03-03 19:29:09 -0800285
Xavier Ducrohet19cb54e2009-11-17 15:11:59 -0800286# empty add-on folder with just a readme copied from sdk.git
Xavier Ducrohet1ed7cb92009-12-01 13:20:59 -0800287sdk/files/README_add-ons.txt add-ons/README.txt
Xavier Ducrohet62df6722011-02-28 12:24:36 -0800288
Raphael Moll9ca69cf2013-02-12 13:48:39 -0800289
Xavier Ducrohet62df6722011-02-28 12:24:36 -0800290##############################################################################
Xavier Ducrohete98f22d2011-09-16 12:39:58 -0700291# Extra Component: Support
Xavier Ducrohet62df6722011-02-28 12:24:36 -0800292##############################################################################
293
Xavier Ducrohete98f22d2011-09-16 12:39:58 -0700294development/sdk/support_source.properties extras/android/support/source.properties
295development/sdk/support_README.txt extras/android/support/README.txt
296sdk/files/sdk_files_NOTICE.txt extras/android/support/NOTICE.txt
Xavier Ducrohet7942a692012-02-29 10:51:11 -0800297
Xavier Ducrohete98f22d2011-09-16 12:39:58 -0700298${OUT_DIR}/target/common/obj/PACKAGING/android-support-v4_intermediates/android-support-v4.jar extras/android/support/v4/android-support-v4.jar
299frameworks/support/v4 extras/android/support/v4/src
Raphael Moll913d9032012-03-12 11:33:18 -0700300development/samples/Support4Demos extras/android/support/samples/Support4Demos
Adam Powelle3316662012-04-05 17:07:02 -0700301development/samples/SupportAppNavigation extras/android/support/samples/SupportAppNavigation
Xavier Ducrohet7942a692012-02-29 10:51:11 -0800302
Xavier Ducrohete98f22d2011-09-16 12:39:58 -0700303${OUT_DIR}/target/common/obj/PACKAGING/android-support-v13_intermediates/android-support-v13.jar extras/android/support/v13/android-support-v13.jar
304frameworks/support/v13 extras/android/support/v13/src
Raphael Moll913d9032012-03-12 11:33:18 -0700305development/samples/Support13Demos extras/android/support/samples/Support13Demos
Brett Chabotc89b3dd2011-06-17 18:38:21 -0700306
Xavier Ducrohet3c3cb462012-04-24 16:46:29 -0700307frameworks/support/v7/gridlayout/README.txt extras/android/support/v7/gridlayout/README.txt
Xavier Ducrohet8957faa2012-04-20 17:02:10 -0700308frameworks/support/v7/gridlayout/.project extras/android/support/v7/gridlayout/.project
309frameworks/support/v7/gridlayout/.classpath extras/android/support/v7/gridlayout/.classpath
Xavier Ducrohet7942a692012-02-29 10:51:11 -0800310frameworks/support/v7/gridlayout/AndroidManifest.xml extras/android/support/v7/gridlayout/AndroidManifest.xml
311frameworks/support/v7/gridlayout/project.properties extras/android/support/v7/gridlayout/project.properties
312frameworks/support/v7/gridlayout/res extras/android/support/v7/gridlayout/res
Jeff Browna00f2f62013-03-19 13:50:56 -0700313frameworks/support/v7/gridlayout/src/.readme extras/android/support/v7/gridlayout/src/.readme
Xavier Ducrohet7942a692012-02-29 10:51:11 -0800314${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
315
Jeff Brown3221bcd2013-03-19 13:51:29 -0700316frameworks/support/v7/appcompat/README.txt extras/android/support/v7/appcompat/README.txt
317frameworks/support/v7/appcompat/.project extras/android/support/v7/appcompat/.project
318frameworks/support/v7/appcompat/.classpath extras/android/support/v7/appcompat/.classpath
319frameworks/support/v7/appcompat/AndroidManifest.xml extras/android/support/v7/appcompat/AndroidManifest.xml
320frameworks/support/v7/appcompat/project.properties extras/android/support/v7/appcompat/project.properties
321frameworks/support/v7/appcompat/res extras/android/support/v7/appcompat/res
322frameworks/support/v7/appcompat/src/.readme extras/android/support/v7/appcompat/src/.readme
Chris Banes063f0352013-03-25 09:34:53 +0000323${OUT_DIR}/target/common/obj/PACKAGING/android-support-v7-appcompat_intermediates/android-support-v7-appcompat.jar extras/android/support/v7/appcompat/libs/android-support-v7-appcompat.jar
Xavier Ducrohetb7ed7be2013-07-23 12:31:50 -0700324${OUT_DIR}/target/common/obj/PACKAGING/android-support-v4_intermediates/android-support-v4.jar extras/android/support/v7/appcompat/libs/android-support-v4.jar
Siva Velusamye8e0e4b2012-10-10 14:01:25 -0700325
Maurice Chu7b433ee2013-10-16 14:24:45 -0700326frameworks/multidex/library/README.txt extras/android/support/multidex/library/README.txt
327frameworks/multidex/library/.project extras/android/support/multidex/library/.project
328frameworks/multidex/library/.classpath extras/android/support/multidex/library/.classpath
329frameworks/multidex/library/AndroidManifest.xml extras/android/support/multidex/library/AndroidManifest.xml
330frameworks/multidex/library/project.properties extras/android/support/multidex/library/project.properties
331frameworks/multidex/library/src/.readme extras/android/support/multidex/library/src/.readme
332frameworks/multidex/library/res/.readme extras/android/support/multidex/library/res/.readme
Yohann Roussel6f57b242013-09-04 12:25:28 +0200333${OUT_DIR}/target/common/obj/PACKAGING/android-support-multidex_intermediates/android-support-multidex.jar extras/android/support/multidex/library/libs/android-support-multidex.jar
334
Maurice Chu7b433ee2013-10-16 14:24:45 -0700335frameworks/multidex/instrumentation/README.txt extras/android/support/multidex/instrumentation/README.txt
336frameworks/multidex/instrumentation/.project extras/android/support/multidex/instrumentation/.project
337frameworks/multidex/instrumentation/.classpath extras/android/support/multidex/instrumentation/.classpath
338frameworks/multidex/instrumentation/AndroidManifest.xml extras/android/support/multidex/instrumentation/AndroidManifest.xml
339frameworks/multidex/instrumentation/project.properties extras/android/support/multidex/instrumentation/project.properties
340frameworks/multidex/instrumentation/src/.readme extras/android/support/multidex/instrumentation/src/.readme
341frameworks/multidex/instrumentation/res/.readme extras/android/support/multidex/instrumentation/res/.readme
Yohann Roussel6f57b242013-09-04 12:25:28 +0200342${OUT_DIR}/target/common/obj/PACKAGING/android-support-multidex-instrumentation_intermediates/android-support-multidex-instrumentation.jar extras/android/support/multidex/instrumentation/libs/android-support-multidex-instrumentation.jar
343${OUT_DIR}/target/common/obj/PACKAGING/android-support-multidex_intermediates/android-support-multidex.jar extras/android/support/multidex/instrumentation/libs/android-support-multidex.jar
Yohann Roussela6ca3cf2013-08-22 14:52:38 +0200344
Jeff Browna18be312013-07-09 00:35:10 +0000345frameworks/support/v7/mediarouter/README.txt extras/android/support/v7/mediarouter/README.txt
346frameworks/support/v7/mediarouter/.project extras/android/support/v7/mediarouter/.project
347frameworks/support/v7/mediarouter/.classpath extras/android/support/v7/mediarouter/.classpath
348frameworks/support/v7/mediarouter/AndroidManifest.xml extras/android/support/v7/mediarouter/AndroidManifest.xml
349frameworks/support/v7/mediarouter/project.properties extras/android/support/v7/mediarouter/project.properties
350frameworks/support/v7/mediarouter/res extras/android/support/v7/mediarouter/res
351frameworks/support/v7/mediarouter/src/.readme extras/android/support/v7/mediarouter/src/.readme
352${OUT_DIR}/target/common/obj/PACKAGING/android-support-v7-mediarouter_intermediates/android-support-v7-mediarouter.jar extras/android/support/v7/mediarouter/libs/android-support-v7-mediarouter.jar
353
354development/samples/Support7Demos extras/android/support/samples/Support7Demos
355
Brett Chabotc89b3dd2011-06-17 18:38:21 -0700356##############################################################################
357# Tests Component
358##############################################################################
359framework/layoutlib-tests.jar tests/libtests/layoutlib-tests.jar
David Hu7089a5a2011-07-01 15:53:00 -0700360system/app/ConnectivityTest.apk tests/emulator-test-apps/ConnectivityTest.apk
David Hud9b501b2011-08-25 15:29:15 -0700361system/app/GpsLocationTest.apk tests/emulator-test-apps/GpsLocationTest.apk
Raphael Moll9ca69cf2013-02-12 13:48:39 -0800362