blob: bd6831af72139d61893662ba8a8b6502550e2d8c [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
76# renderscript (cc + headers)
77bin/llvm-rs-cc strip build-tools/${PLATFORM_NAME}/llvm-rs-cc
78frameworks/rs/scriptc build-tools/${PLATFORM_NAME}/renderscript/include
79external/clang/lib/Headers build-tools/${PLATFORM_NAME}/renderscript/clang-include
80external/clang/LICENSE.TXT build-tools/${PLATFORM_NAME}/renderscript/clang-include/LICENSE.TXT
81# dx
82bin/dx build-tools/${PLATFORM_NAME}/dx
83framework/dx.jar build-tools/${PLATFORM_NAME}/lib/dx.jar
84bin/dexdump build-tools/${PLATFORM_NAME}/dexdump
85
86
Xavier Ducrohetb86b7f72010-07-27 15:07:35 -070087##############################################################################
88# Platform Component
89##############################################################################
90
Xavier Ducrohet7fb4cc52011-09-21 10:22:00 -070091# version files for the SDK updater, from development.git
Raphaeld79eab52011-11-15 16:30:14 -080092${HOST_OUT}/development/sdk/platform_source.properties platforms/${PLATFORM_NAME}/source.properties
Xavier Ducrohetb86b7f72010-07-27 15:07:35 -070093
94# copy build prop from out/.../sdk/
Xavier Ducrohet07815cd2011-03-15 13:29:38 -070095sdk/sdk-build.prop platforms/${PLATFORM_NAME}/build.prop
Xavier Ducrohetb86b7f72010-07-27 15:07:35 -070096
97# the uper-jar file that apps link against. This is the public API
Raphael Moll9ca69cf2013-02-12 13:48:39 -080098${OUT_DIR}/target/common/obj/PACKAGING/android_jar_intermediates/android.jar platforms/${PLATFORM_NAME}/android.jar
99${OUT_DIR}/target/common/obj/JAVA_LIBRARIES/android_uiautomator_intermediates/javalib.jar platforms/${PLATFORM_NAME}/uiautomator.jar
Xavier Ducrohetb86b7f72010-07-27 15:07:35 -0700100
101# the aidl precompiled include
102obj/framework.aidl platforms/${PLATFORM_NAME}/framework.aidl
103
Xavier Ducrohetb86b7f72010-07-27 15:07:35 -0700104# emulator skins from sdk.git
Xavier Ducrohet6bd1ae52012-05-07 17:15:14 -0700105development/tools/emulator/skins/QVGA platforms/${PLATFORM_NAME}/skins/QVGA
106development/tools/emulator/skins/WQVGA432 platforms/${PLATFORM_NAME}/skins/WQVGA432
107development/tools/emulator/skins/WQVGA400 platforms/${PLATFORM_NAME}/skins/WQVGA400
108development/tools/emulator/skins/HVGA platforms/${PLATFORM_NAME}/skins/HVGA
109development/tools/emulator/skins/WVGA800 platforms/${PLATFORM_NAME}/skins/WVGA800
110development/tools/emulator/skins/WVGA854 platforms/${PLATFORM_NAME}/skins/WVGA854
111development/tools/emulator/skins/WSVGA platforms/${PLATFORM_NAME}/skins/WSVGA
112development/tools/emulator/skins/WXGA720 platforms/${PLATFORM_NAME}/skins/WXGA720
113development/tools/emulator/skins/WXGA800 platforms/${PLATFORM_NAME}/skins/WXGA800
114development/tools/emulator/skins/WXGA800-7in platforms/${PLATFORM_NAME}/skins/WXGA800-7in
Xavier Ducrohetb86b7f72010-07-27 15:07:35 -0700115
116# Platform SDK properties
Raphael Moll9ca69cf2013-02-12 13:48:39 -0800117development/sdk/sdk.properties platforms/${PLATFORM_NAME}/sdk.properties
Xavier Ducrohetb86b7f72010-07-27 15:07:35 -0700118
119# sdk.git Ant templates for project files
Raphael Moll22e4eb22011-08-30 13:20:32 -0700120development/tools/templates/AndroidManifest.template platforms/${PLATFORM_NAME}/templates/AndroidManifest.template
121development/tools/templates/AndroidManifest.tests.template platforms/${PLATFORM_NAME}/templates/AndroidManifest.tests.template
122development/tools/templates/java_file.template platforms/${PLATFORM_NAME}/templates/java_file.template
123development/tools/templates/java_tests_file.template platforms/${PLATFORM_NAME}/templates/java_tests_file.template
124development/tools/templates/layout.template platforms/${PLATFORM_NAME}/templates/layout.template
125development/tools/templates/strings.template platforms/${PLATFORM_NAME}/templates/strings.template
126development/tools/templates/ic_launcher_ldpi.png platforms/${PLATFORM_NAME}/templates/ic_launcher_ldpi.png
127development/tools/templates/ic_launcher_mdpi.png platforms/${PLATFORM_NAME}/templates/ic_launcher_mdpi.png
128development/tools/templates/ic_launcher_hdpi.png platforms/${PLATFORM_NAME}/templates/ic_launcher_hdpi.png
Tor Norbye714e5162011-12-16 15:21:12 -0800129development/tools/templates/ic_launcher_xhdpi.png platforms/${PLATFORM_NAME}/templates/ic_launcher_xhdpi.png
Xavier Ducrohetb86b7f72010-07-27 15:07:35 -0700130
131# Eclipse Editors support
132framework/layoutlib.jar platforms/${PLATFORM_NAME}/data/layoutlib.jar
133frameworks/base/core/res/res platforms/${PLATFORM_NAME}/data/res
134docs/activity_actions.txt platforms/${PLATFORM_NAME}/data/activity_actions.txt
135docs/broadcast_actions.txt platforms/${PLATFORM_NAME}/data/broadcast_actions.txt
136docs/service_actions.txt platforms/${PLATFORM_NAME}/data/service_actions.txt
137docs/categories.txt platforms/${PLATFORM_NAME}/data/categories.txt
138docs/widgets.txt platforms/${PLATFORM_NAME}/data/widgets.txt
139docs/features.txt platforms/${PLATFORM_NAME}/data/features.txt
140
141# fonts for layoutlib.
Xavier Ducrohet04339622011-08-02 18:36:13 -0700142frameworks/base/data/fonts platforms/${PLATFORM_NAME}/data/fonts
Xavier Ducrohetb86b7f72010-07-27 15:07:35 -0700143
144# NOTICE files are copied by build/core/Makefile from sdk.git
145sdk/files/sdk_files_NOTICE.txt platforms/${PLATFORM_NAME}/templates/NOTICE.txt
146sdk/files/sdk_files_NOTICE.txt platforms/${PLATFORM_NAME}/data/NOTICE.txt
147sdk/files/sdk_files_NOTICE.txt platforms/${PLATFORM_NAME}/skins/NOTICE.txt
148
Raphael Moll9ca69cf2013-02-12 13:48:39 -0800149
Xavier Ducrohetb86b7f72010-07-27 15:07:35 -0700150##############################################################################
Xavier Ducrohet7fb4cc52011-09-21 10:22:00 -0700151# System image Component
152##############################################################################
153
154# System images + Kernel
155system.img system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/system.img
156ramdisk.img system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/ramdisk.img
157userdata.img system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/userdata.img
158system/build.prop system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/build.prop
159
160# Note: the kernel image is handled by sdk-android-<abi>.atree now.
161
Raphael Moll9ca69cf2013-02-12 13:48:39 -0800162
Xavier Ducrohet7fb4cc52011-09-21 10:22:00 -0700163##############################################################################
Xavier Ducrohetb86b7f72010-07-27 15:07:35 -0700164# Docs Component
165##############################################################################
166
167# version files for the SDK updater, from sdk.git
Raphaeld79eab52011-11-15 16:30:14 -0800168${HOST_OUT}/development/sdk/doc_source.properties docs/source.properties
Xavier Ducrohetb86b7f72010-07-27 15:07:35 -0700169
170# the docs
171docs/offline-sdk docs
172frameworks/base/docs/docs-samples-redirect.html docs/samples/index.html
173
174
175##############################################################################
176# Samples Component
177##############################################################################
178
Dirk Dougherty658d86e2010-02-08 10:22:43 -0800179# samples to include in the sdk samples package
180#
Ying Wangd46eaa62011-03-01 17:12:12 -0800181# the list here should match the list of samples that we generate docs for,
Dirk Dougherty658d86e2010-02-08 10:22:43 -0800182# (see web_docs_sample_code_flags in frameworks/base/Android.mk)
Xavier Ducrohetbea50d32012-02-15 18:31:46 -0800183development/apps/GestureBuilder samples/${PLATFORM_NAME}/GestureBuilder
184development/samples/samples_source.properties samples/${PLATFORM_NAME}/source.properties
Xavier Ducrohet9e914e42010-10-13 13:38:45 -0700185#
186# PLEASE KEEP THE SAMPLES IN ALPHABETICAL ORDER.
187#
Alex Sakhartchouke4304712011-02-22 11:41:40 -0800188development/samples/AccelerometerPlay samples/${PLATFORM_NAME}/AccelerometerPlay
Roman Nurik7ee7d6d2011-09-30 15:40:22 -0700189development/samples/ActionBarCompat samples/${PLATFORM_NAME}/ActionBarCompat
Scott Main0f53a4d2011-10-14 01:19:19 -0700190development/samples/AndroidBeamDemo samples/${PLATFORM_NAME}/AndroidBeamDemo
Alex Sakhartchouke4304712011-02-22 11:41:40 -0800191development/samples/ApiDemos samples/${PLATFORM_NAME}/ApiDemos
Adam Powell247df4f2012-01-17 09:36:47 -0800192development/samples/AppNavigation samples/${PLATFORM_NAME}/AppNavigation
Alex Sakhartchouke4304712011-02-22 11:41:40 -0800193development/samples/BackupRestore samples/${PLATFORM_NAME}/BackupRestore
194development/samples/BasicGLSurfaceView samples/${PLATFORM_NAME}/BasicGLSurfaceView
195development/samples/BluetoothChat samples/${PLATFORM_NAME}/BluetoothChat
Fred Chung14c26222011-10-31 10:04:59 -0700196development/samples/BluetoothHDP samples/${PLATFORM_NAME}/BluetoothHDP
Fred Chung7167a052013-06-18 18:50:12 -0700197development/samples/BluetoothLeGatt samples/${PLATFORM_NAME}/BluetoothLeGatt
Alex Sakhartchouke4304712011-02-22 11:41:40 -0800198development/samples/ContactManager samples/${PLATFORM_NAME}/ContactManager
199development/samples/CrossCompatibility samples/${PLATFORM_NAME}/CrossCompatibility
200development/samples/CubeLiveWallpaper samples/${PLATFORM_NAME}/CubeLiveWallpaper
Robert Lyaffcdfd2012-04-03 14:00:22 -0700201development/samples/HelloEffects samples/${PLATFORM_NAME}/HelloEffects
Alex Sakhartchouke4304712011-02-22 11:41:40 -0800202development/samples/Home samples/${PLATFORM_NAME}/Home
203development/samples/HoneycombGallery samples/${PLATFORM_NAME}/HoneycombGallery
204development/samples/JetBoy samples/${PLATFORM_NAME}/JetBoy
Tony Chan1a2ddb42012-03-29 02:03:59 +0800205development/samples/KeyChainDemo samples/${PLATFORM_NAME}/KeyChainDemo
Alex Sakhartchouke4304712011-02-22 11:41:40 -0800206development/samples/LunarLander samples/${PLATFORM_NAME}/LunarLander
207development/samples/MultiResolution samples/${PLATFORM_NAME}/MultiResolution
208development/samples/NotePad samples/${PLATFORM_NAME}/NotePad
Bruno Oliveirab30a3012011-06-07 01:09:21 -0400209development/samples/RandomMusicPlayer samples/${PLATFORM_NAME}/RandomMusicPlayer
satok47b8def2011-10-18 17:38:42 +0900210development/samples/SpellChecker/SampleSpellCheckerService samples/${PLATFORM_NAME}/SpellChecker/SampleSpellCheckerService
Raphael Moll9ca69cf2013-02-12 13:48:39 -0800211development/samples/SpellChecker/HelloSpellChecker samples/${PLATFORM_NAME}/SpellChecker/HelloSpellChecker
Alex Sakhartchouke4304712011-02-22 11:41:40 -0800212development/samples/SampleSyncAdapter samples/${PLATFORM_NAME}/SampleSyncAdapter
213development/samples/SearchableDictionary samples/${PLATFORM_NAME}/SearchableDictionary
214development/samples/SipDemo samples/${PLATFORM_NAME}/SipDemo
215development/samples/SkeletonApp samples/${PLATFORM_NAME}/SkeletonApp
216development/samples/Snake samples/${PLATFORM_NAME}/Snake
217development/samples/SoftKeyboard samples/${PLATFORM_NAME}/SoftKeyboard
218development/samples/Spinner samples/${PLATFORM_NAME}/Spinner
219development/samples/SpinnerTest samples/${PLATFORM_NAME}/SpinnerTest
220development/samples/TicTacToeLib samples/${PLATFORM_NAME}/TicTacToeLib
221development/samples/TicTacToeMain samples/${PLATFORM_NAME}/TicTacToeMain
Narayan Kamathb6887612011-03-11 16:51:56 +0000222development/samples/TtsEngine samples/${PLATFORM_NAME}/TtsEngine
Chia-chi Yeh9ad3f402011-11-23 17:09:17 -0800223development/samples/ToyVpn samples/${PLATFORM_NAME}/ToyVpn
Adam Momtaz82132062012-09-24 18:06:29 -0700224development/samples/UiAutomator samples/${PLATFORM_NAME}/UiAutomator
Mike Lockwoodcd392822011-05-02 14:31:47 -0400225development/samples/USB/MissileLauncher samples/${PLATFORM_NAME}/USB/MissileLauncher
226development/samples/USB/AdbTest samples/${PLATFORM_NAME}/USB/AdbTest
Alex Sakhartchouke4304712011-02-22 11:41:40 -0800227development/samples/VoiceRecognitionService samples/${PLATFORM_NAME}/VoiceRecognitionService
Debashish Chatterjee8d6d2582011-05-16 16:52:17 +0100228development/samples/VoicemailProviderDemo samples/${PLATFORM_NAME}/VoicemailProviderDemo
Alex Sakhartchouke4304712011-02-22 11:41:40 -0800229development/samples/WeatherListWidget samples/${PLATFORM_NAME}/WeatherListWidget
230development/apps/WidgetPreview samples/${PLATFORM_NAME}/WidgetPreview
Anirudh Dewani12634492011-09-20 21:16:55 +0530231development/samples/WiFiDirectDemo samples/${PLATFORM_NAME}/WiFiDirectDemo
Anirudh Dewani5ef13892012-07-03 12:36:44 -0700232development/samples/WiFiDirectServiceDiscovery samples/${PLATFORM_NAME}/WiFiDirectServiceDiscovery
Alex Sakhartchouke4304712011-02-22 11:41:40 -0800233development/samples/Wiktionary samples/${PLATFORM_NAME}/Wiktionary
234development/samples/WiktionarySimple samples/${PLATFORM_NAME}/WiktionarySimple
235development/samples/XmlAdapters samples/${PLATFORM_NAME}/XmlAdapters
Jason Sams8cb96232012-05-16 13:00:38 -0700236development/samples/RenderScript/HelloCompute samples/${PLATFORM_NAME}/RenderScript/HelloCompute
The Android Open Source Project52d4c302009-03-03 19:29:09 -0800237
Xavier Ducrohet19cb54e2009-11-17 15:11:59 -0800238# NOTICE files are copied by build/core/Makefile from sdk.git
Raphael Moll9ca69cf2013-02-12 13:48:39 -0800239sdk/files/sdk_files_NOTICE.txt samples/${PLATFORM_NAME}/NOTICE.txt
The Android Open Source Project52d4c302009-03-03 19:29:09 -0800240
Xavier Ducrohetb86b7f72010-07-27 15:07:35 -0700241##############################################################################
Xavier Ducrohet62df6722011-02-28 12:24:36 -0800242# Add-on Folder
Xavier Ducrohetb86b7f72010-07-27 15:07:35 -0700243##############################################################################
The Android Open Source Project52d4c302009-03-03 19:29:09 -0800244
Xavier Ducrohet19cb54e2009-11-17 15:11:59 -0800245# empty add-on folder with just a readme copied from sdk.git
Xavier Ducrohet1ed7cb92009-12-01 13:20:59 -0800246sdk/files/README_add-ons.txt add-ons/README.txt
Xavier Ducrohet62df6722011-02-28 12:24:36 -0800247
Raphael Moll9ca69cf2013-02-12 13:48:39 -0800248
Xavier Ducrohet62df6722011-02-28 12:24:36 -0800249##############################################################################
Xavier Ducrohete98f22d2011-09-16 12:39:58 -0700250# Extra Component: Support
Xavier Ducrohet62df6722011-02-28 12:24:36 -0800251##############################################################################
252
Xavier Ducrohete98f22d2011-09-16 12:39:58 -0700253development/sdk/support_source.properties extras/android/support/source.properties
254development/sdk/support_README.txt extras/android/support/README.txt
255sdk/files/sdk_files_NOTICE.txt extras/android/support/NOTICE.txt
Xavier Ducrohet7942a692012-02-29 10:51:11 -0800256
Xavier Ducrohete98f22d2011-09-16 12:39:58 -0700257${OUT_DIR}/target/common/obj/PACKAGING/android-support-v4_intermediates/android-support-v4.jar extras/android/support/v4/android-support-v4.jar
258frameworks/support/v4 extras/android/support/v4/src
Raphael Moll913d9032012-03-12 11:33:18 -0700259development/samples/Support4Demos extras/android/support/samples/Support4Demos
Adam Powelle3316662012-04-05 17:07:02 -0700260development/samples/SupportAppNavigation extras/android/support/samples/SupportAppNavigation
Xavier Ducrohet7942a692012-02-29 10:51:11 -0800261
Xavier Ducrohete98f22d2011-09-16 12:39:58 -0700262${OUT_DIR}/target/common/obj/PACKAGING/android-support-v13_intermediates/android-support-v13.jar extras/android/support/v13/android-support-v13.jar
263frameworks/support/v13 extras/android/support/v13/src
Raphael Moll913d9032012-03-12 11:33:18 -0700264development/samples/Support13Demos extras/android/support/samples/Support13Demos
Brett Chabotc89b3dd2011-06-17 18:38:21 -0700265
Xavier Ducrohet3c3cb462012-04-24 16:46:29 -0700266frameworks/support/v7/gridlayout/README.txt extras/android/support/v7/gridlayout/README.txt
Xavier Ducrohet8957faa2012-04-20 17:02:10 -0700267frameworks/support/v7/gridlayout/.project extras/android/support/v7/gridlayout/.project
268frameworks/support/v7/gridlayout/.classpath extras/android/support/v7/gridlayout/.classpath
Xavier Ducrohet7942a692012-02-29 10:51:11 -0800269frameworks/support/v7/gridlayout/AndroidManifest.xml extras/android/support/v7/gridlayout/AndroidManifest.xml
270frameworks/support/v7/gridlayout/project.properties extras/android/support/v7/gridlayout/project.properties
271frameworks/support/v7/gridlayout/res extras/android/support/v7/gridlayout/res
Jeff Browna00f2f62013-03-19 13:50:56 -0700272frameworks/support/v7/gridlayout/src/.readme extras/android/support/v7/gridlayout/src/.readme
Xavier Ducrohet7942a692012-02-29 10:51:11 -0800273${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
274
Jeff Brown3221bcd2013-03-19 13:51:29 -0700275frameworks/support/v7/appcompat/README.txt extras/android/support/v7/appcompat/README.txt
276frameworks/support/v7/appcompat/.project extras/android/support/v7/appcompat/.project
277frameworks/support/v7/appcompat/.classpath extras/android/support/v7/appcompat/.classpath
278frameworks/support/v7/appcompat/AndroidManifest.xml extras/android/support/v7/appcompat/AndroidManifest.xml
279frameworks/support/v7/appcompat/project.properties extras/android/support/v7/appcompat/project.properties
280frameworks/support/v7/appcompat/res extras/android/support/v7/appcompat/res
281frameworks/support/v7/appcompat/src/.readme extras/android/support/v7/appcompat/src/.readme
Chris Banes063f0352013-03-25 09:34:53 +0000282${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
Siva Velusamye8e0e4b2012-10-10 14:01:25 -0700283
Jeff Browna18be312013-07-09 00:35:10 +0000284frameworks/support/v7/mediarouter/README.txt extras/android/support/v7/mediarouter/README.txt
285frameworks/support/v7/mediarouter/.project extras/android/support/v7/mediarouter/.project
286frameworks/support/v7/mediarouter/.classpath extras/android/support/v7/mediarouter/.classpath
287frameworks/support/v7/mediarouter/AndroidManifest.xml extras/android/support/v7/mediarouter/AndroidManifest.xml
288frameworks/support/v7/mediarouter/project.properties extras/android/support/v7/mediarouter/project.properties
289frameworks/support/v7/mediarouter/res extras/android/support/v7/mediarouter/res
290frameworks/support/v7/mediarouter/src/.readme extras/android/support/v7/mediarouter/src/.readme
291${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
292
293development/samples/Support7Demos extras/android/support/samples/Support7Demos
294
Brett Chabotc89b3dd2011-06-17 18:38:21 -0700295##############################################################################
296# Tests Component
297##############################################################################
298framework/layoutlib-tests.jar tests/libtests/layoutlib-tests.jar
David Hu7089a5a2011-07-01 15:53:00 -0700299system/app/ConnectivityTest.apk tests/emulator-test-apps/ConnectivityTest.apk
David Hud9b501b2011-08-25 15:29:15 -0700300system/app/GpsLocationTest.apk tests/emulator-test-apps/GpsLocationTest.apk
Raphael Moll9ca69cf2013-02-12 13:48:39 -0800301