1#
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#
18# 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.
24#
25
26##############################################################################
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
37##############################################################################
38# Platform Tools Component
39##############################################################################
40
41development/sdk/sdk_files_NOTICE.txt          platform-tools/NOTICE.txt
42development/sdk/plat_tools_source.properties  platform-tools/source.properties
43
44# host tools from out/host/$(HOST_OS)-$(HOST_ARCH)/
45bin/adb                                 strip platform-tools/adb
46bin/fastboot                            strip platform-tools/fastboot
47bin/sqlite3                             strip platform-tools/sqlite3
48bin/dmtracedump                         strip platform-tools/dmtracedump
49bin/etc1tool                            strip platform-tools/etc1tool
50bin/hprof-conv                          strip platform-tools/hprof-conv
51
52
53# systrace
54external/chromium-trace/catapult/                                         platform-tools/systrace/catapult/
55external/chromium-trace/systrace.py                                       platform-tools/systrace/systrace.py
56external/chromium-trace/NOTICE                                            platform-tools/systrace/NOTICE
57external/chromium-trace/UPSTREAM_REVISION                                 platform-tools/systrace/UPSTREAM_REVISION
58
59# Compatibility: moved to platform but also leave them in platform-tools for a little
60# longer until all active Gradle plugins have support for looking in both places
61development/sdk/generated-api-versions.xml    platform-tools/api/api-versions.xml
62prebuilts/sdk/sdk-annotations/annotations.zip   platform-tools/api/annotations.zip
63
64##############################################################################
65# Build Tools Component
66##############################################################################
67# Note that the build-tools sub-folder uses the platform-name as a placeholder
68# at build-time. Packaging will later change that to the actual build-tools
69# revision as specified in the source.properties.
70
71development/sdk/sdk_files_NOTICE.txt           build-tools/${PLATFORM_NAME}/NOTICE.txt
72development/sdk/build_tools_source.properties  build-tools/${PLATFORM_NAME}/source.properties
73development/sdk/build_tools_runtime.properties build-tools/${PLATFORM_NAME}/runtime.properties
74
75# build tools from out/host/$(HOST_OS)-$(HOST_ARCH)/
76bin/aapt                                strip build-tools/${PLATFORM_NAME}/aapt
77bin/aapt2                               strip build-tools/${PLATFORM_NAME}/aapt2
78bin/aidl                                strip build-tools/${PLATFORM_NAME}/aidl
79bin/split-select                        strip build-tools/${PLATFORM_NAME}/split-select
80bin/zipalign                            strip build-tools/${PLATFORM_NAME}/zipalign
81
82# renderscript (cc + headers)
83bin/llvm-rs-cc                          strip build-tools/${PLATFORM_NAME}/llvm-rs-cc
84bin/bcc_compat                          strip build-tools/${PLATFORM_NAME}/bcc_compat
85frameworks/rs/script_api/include              build-tools/${PLATFORM_NAME}/renderscript/include
86external/clang/lib/Headers                    build-tools/${PLATFORM_NAME}/renderscript/clang-include
87external/clang/LICENSE.TXT                    build-tools/${PLATFORM_NAME}/renderscript/clang-include/LICENSE.TXT
88
89prebuilts/sdk/renderscript/lib/javalib.jar            build-tools/${PLATFORM_NAME}/renderscript/lib/renderscript-v8.jar
90
91prebuilts/sdk/renderscript/lib/arm/libc.so            build-tools/${PLATFORM_NAME}/renderscript/lib/intermediates/armeabi-v7a/libc.so
92prebuilts/sdk/renderscript/lib/arm/libm.so            build-tools/${PLATFORM_NAME}/renderscript/lib/intermediates/armeabi-v7a/libm.so
93prebuilts/sdk/renderscript/lib/arm/libcompiler_rt.a   build-tools/${PLATFORM_NAME}/renderscript/lib/intermediates/armeabi-v7a/libcompiler_rt.a
94prebuilts/sdk/renderscript/lib/arm/libRSSupport.so    build-tools/${PLATFORM_NAME}/renderscript/lib/packaged/armeabi-v7a/libRSSupport.so
95prebuilts/sdk/renderscript/lib/arm/librsjni.so        build-tools/${PLATFORM_NAME}/renderscript/lib/packaged/armeabi-v7a/librsjni.so
96prebuilts/sdk/renderscript/lib/arm/libblasV8.so       build-tools/${PLATFORM_NAME}/renderscript/lib/blas/armeabi-v7a/libblasV8.so
97prebuilts/sdk/renderscript/lib/arm/librsrt_arm.bc     build-tools/${PLATFORM_NAME}/renderscript/lib/bc/armeabi-v7a/libclcore.bc
98
99prebuilts/sdk/renderscript/lib/mips/libc.so            build-tools/${PLATFORM_NAME}/renderscript/lib/intermediates/mips/libc.so
100prebuilts/sdk/renderscript/lib/mips/libm.so            build-tools/${PLATFORM_NAME}/renderscript/lib/intermediates/mips/libm.so
101prebuilts/sdk/renderscript/lib/mips/libcompiler_rt.a   build-tools/${PLATFORM_NAME}/renderscript/lib/intermediates/mips/libcompiler_rt.a
102prebuilts/sdk/renderscript/lib/mips/libRSSupport.so    build-tools/${PLATFORM_NAME}/renderscript/lib/packaged/mips/libRSSupport.so
103prebuilts/sdk/renderscript/lib/mips/librsjni.so        build-tools/${PLATFORM_NAME}/renderscript/lib/packaged/mips/librsjni.so
104prebuilts/sdk/renderscript/lib/mips/libblasV8.so       build-tools/${PLATFORM_NAME}/renderscript/lib/blas/mips/libblasV8.so
105prebuilts/sdk/renderscript/lib/mips/librsrt_mips.bc    build-tools/${PLATFORM_NAME}/renderscript/lib/bc/mips/libclcore.bc
106
107prebuilts/sdk/renderscript/lib/x86/libc.so            build-tools/${PLATFORM_NAME}/renderscript/lib/intermediates/x86/libc.so
108prebuilts/sdk/renderscript/lib/x86/libm.so            build-tools/${PLATFORM_NAME}/renderscript/lib/intermediates/x86/libm.so
109prebuilts/sdk/renderscript/lib/x86/libcompiler_rt.a   build-tools/${PLATFORM_NAME}/renderscript/lib/intermediates/x86/libcompiler_rt.a
110prebuilts/sdk/renderscript/lib/x86/libRSSupport.so    build-tools/${PLATFORM_NAME}/renderscript/lib/packaged/x86/libRSSupport.so
111prebuilts/sdk/renderscript/lib/x86/librsjni.so        build-tools/${PLATFORM_NAME}/renderscript/lib/packaged/x86/librsjni.so
112prebuilts/sdk/renderscript/lib/x86/libblasV8.so       build-tools/${PLATFORM_NAME}/renderscript/lib/blas/x86/libblasV8.so
113prebuilts/sdk/renderscript/lib/x86/librsrt_x86.bc     build-tools/${PLATFORM_NAME}/renderscript/lib/bc/x86/libclcore.bc
114
115prebuilts/sdk/renderscript/lib/arm64/libc.so              build-tools/${PLATFORM_NAME}/renderscript/lib/intermediates/arm64-v8a/libc.so
116prebuilts/sdk/renderscript/lib/arm64/libm.so              build-tools/${PLATFORM_NAME}/renderscript/lib/intermediates/arm64-v8a/libm.so
117prebuilts/sdk/renderscript/lib/arm64/libcompiler_rt.a     build-tools/${PLATFORM_NAME}/renderscript/lib/intermediates/arm64-v8a/libcompiler_rt.a
118prebuilts/sdk/renderscript/lib/arm64/libRSSupport.so      build-tools/${PLATFORM_NAME}/renderscript/lib/packaged/arm64-v8a/libRSSupport.so
119prebuilts/sdk/renderscript/lib/arm64/librsjni.so          build-tools/${PLATFORM_NAME}/renderscript/lib/packaged/arm64-v8a/librsjni.so
120prebuilts/sdk/renderscript/lib/arm64/libblasV8.so         build-tools/${PLATFORM_NAME}/renderscript/lib/blas/arm64-v8a/libblasV8.so
121prebuilts/sdk/renderscript/lib/arm64/librsrt_arm64.bc     build-tools/${PLATFORM_NAME}/renderscript/lib/bc/arm64-v8a/libclcore.bc
122
123prebuilts/sdk/renderscript/lib/x86_64/libc.so             build-tools/${PLATFORM_NAME}/renderscript/lib/intermediates/x86_64/libc.so
124prebuilts/sdk/renderscript/lib/x86_64/libm.so             build-tools/${PLATFORM_NAME}/renderscript/lib/intermediates/x86_64/libm.so
125prebuilts/sdk/renderscript/lib/x86_64/libcompiler_rt.a    build-tools/${PLATFORM_NAME}/renderscript/lib/intermediates/x86_64/libcompiler_rt.a
126prebuilts/sdk/renderscript/lib/x86_64/libRSSupport.so     build-tools/${PLATFORM_NAME}/renderscript/lib/packaged/x86_64/libRSSupport.so
127prebuilts/sdk/renderscript/lib/x86_64/librsjni.so         build-tools/${PLATFORM_NAME}/renderscript/lib/packaged/x86_64/librsjni.so
128prebuilts/sdk/renderscript/lib/x86_64/libblasV8.so        build-tools/${PLATFORM_NAME}/renderscript/lib/blas/x86_64/libblasV8.so
129prebuilts/sdk/renderscript/lib/x86_64/librsrt_x86_64.bc   build-tools/${PLATFORM_NAME}/renderscript/lib/bc/x86_64/libclcore.bc
130
131# apksigner
132bin/apksigner                                 build-tools/${PLATFORM_NAME}/apksigner
133framework/apksigner.jar                       build-tools/${PLATFORM_NAME}/lib/apksigner.jar
134
135# dx
136bin/dx                                        build-tools/${PLATFORM_NAME}/dx
137framework/dx.jar                              build-tools/${PLATFORM_NAME}/lib/dx.jar
138bin/dexdump                                   build-tools/${PLATFORM_NAME}/dexdump
139
140# multi-dex
141prebuilts/sdk/tools/lib/shrinkedAndroid.jar   build-tools/${PLATFORM_NAME}/lib/shrinkedAndroid.jar
142dalvik/dx/etc/mainDexClasses.rules            build-tools/${PLATFORM_NAME}/mainDexClasses.rules
143dalvik/dx/etc/mainDexClassesNoAapt.rules      build-tools/${PLATFORM_NAME}/mainDexClassesNoAapt.rules
144
145# Jack & Jill
146prebuilts/sdk/tools/jacks/jack-${JACK_SDKTOOL_VERSION}.jar                build-tools/${PLATFORM_NAME}/jack.jar
147prebuilts/sdk/tools/jills/jill-${JACK_SDKTOOL_VERSION}.jar                build-tools/${PLATFORM_NAME}/jill.jar
148
149# The Jack reporter tool for code coverage
150prebuilts/sdk/tools/jack-jacoco-reporter.jar                              build-tools/${PLATFORM_NAME}/jack-jacoco-reporter.jar
151prebuilts/sdk/tools/jack-coverage-plugin.jar                              build-tools/${PLATFORM_NAME}/jack-coverage-plugin.jar
152
153
154##############################################################################
155# Platform Component
156##############################################################################
157
158# version files for the SDK updater, from development.git
159${HOST_OUT}/development/sdk/platform_source.properties                                        platforms/${PLATFORM_NAME}/source.properties
160
161# copy build prop from out/.../sdk/
162sdk/sdk-build.prop                                                                            platforms/${PLATFORM_NAME}/build.prop
163
164# Main Public API jar
165${OUT_DIR}/target/common/obj/PACKAGING/android_jar_intermediates/android.jar                  platforms/${PLATFORM_NAME}/android.jar
166${OUT_DIR}/target/common/obj/PACKAGING/android_jar_intermediates/android-stubs-src.jar        platforms/${PLATFORM_NAME}/android-stubs-src.jar
167# optional API files.
168development/build/optional.json                                                               platforms/${PLATFORM_NAME}/optional/optional.json
169${OUT_DIR}/target/common/obj/JAVA_LIBRARIES/org.apache.http.legacy_intermediates/javalib.jar  platforms/${PLATFORM_NAME}/optional/org.apache.http.legacy.jar
170# deprecated APIs
171${OUT_DIR}/target/common/obj/JAVA_LIBRARIES/android_uiautomator_intermediates/javalib.jar     platforms/${PLATFORM_NAME}/uiautomator.jar
172
173# the aidl precompiled include
174obj/framework.aidl                                                                            platforms/${PLATFORM_NAME}/framework.aidl
175
176# emulator skins from sdk.git
177development/tools/emulator/skins/QVGA          platforms/${PLATFORM_NAME}/skins/QVGA
178development/tools/emulator/skins/WQVGA432      platforms/${PLATFORM_NAME}/skins/WQVGA432
179development/tools/emulator/skins/WQVGA400      platforms/${PLATFORM_NAME}/skins/WQVGA400
180development/tools/emulator/skins/HVGA          platforms/${PLATFORM_NAME}/skins/HVGA
181development/tools/emulator/skins/WVGA800       platforms/${PLATFORM_NAME}/skins/WVGA800
182development/tools/emulator/skins/WVGA854       platforms/${PLATFORM_NAME}/skins/WVGA854
183development/tools/emulator/skins/WSVGA         platforms/${PLATFORM_NAME}/skins/WSVGA
184development/tools/emulator/skins/WXGA720       platforms/${PLATFORM_NAME}/skins/WXGA720
185development/tools/emulator/skins/WXGA800       platforms/${PLATFORM_NAME}/skins/WXGA800
186development/tools/emulator/skins/WXGA800-7in   platforms/${PLATFORM_NAME}/skins/WXGA800-7in
187
188# Platform SDK properties
189development/sdk/sdk.properties                 platforms/${PLATFORM_NAME}/sdk.properties
190
191# sdk.git Ant templates for project files
192development/tools/templates/AndroidManifest.template        platforms/${PLATFORM_NAME}/templates/AndroidManifest.template
193development/tools/templates/AndroidManifest.tests.template  platforms/${PLATFORM_NAME}/templates/AndroidManifest.tests.template
194development/tools/templates/java_file.template              platforms/${PLATFORM_NAME}/templates/java_file.template
195development/tools/templates/java_tests_file.template        platforms/${PLATFORM_NAME}/templates/java_tests_file.template
196development/tools/templates/layout.template                 platforms/${PLATFORM_NAME}/templates/layout.template
197development/tools/templates/strings.template                platforms/${PLATFORM_NAME}/templates/strings.template
198development/tools/templates/ic_launcher_ldpi.png            platforms/${PLATFORM_NAME}/templates/ic_launcher_ldpi.png
199development/tools/templates/ic_launcher_mdpi.png            platforms/${PLATFORM_NAME}/templates/ic_launcher_mdpi.png
200development/tools/templates/ic_launcher_hdpi.png            platforms/${PLATFORM_NAME}/templates/ic_launcher_hdpi.png
201development/tools/templates/ic_launcher_xhdpi.png           platforms/${PLATFORM_NAME}/templates/ic_launcher_xhdpi.png
202
203# API database for tools such as lint
204development/sdk/generated-api-versions.xml  platforms/${PLATFORM_NAME}/data/api-versions.xml
205
206# API annotations database for lint
207prebuilts/sdk/sdk-annotations/annotations.zip platforms/${PLATFORM_NAME}/data/annotations.zip
208
209# Eclipse Editors support
210framework/layoutlib-legacy.jar            platforms/${PLATFORM_NAME}/data/layoutlib.jar
211frameworks/base/core/res/res              platforms/${PLATFORM_NAME}/data/res
212docs/activity_actions.txt                 platforms/${PLATFORM_NAME}/data/activity_actions.txt
213docs/broadcast_actions.txt                platforms/${PLATFORM_NAME}/data/broadcast_actions.txt
214docs/service_actions.txt                  platforms/${PLATFORM_NAME}/data/service_actions.txt
215docs/categories.txt                       platforms/${PLATFORM_NAME}/data/categories.txt
216docs/widgets.txt                          platforms/${PLATFORM_NAME}/data/widgets.txt
217docs/features.txt                         platforms/${PLATFORM_NAME}/data/features.txt
218
219# fonts for layoutlib.
220${FONT_OUT}                       platforms/${PLATFORM_NAME}/data/fonts
221
222# timezone data for layoutlib
223bionic/libc/zoneinfo/tzdata       platforms/${PLATFORM_NAME}/data/tzdata
224
225# NOTICE files are copied by build/core/Makefile from sdk.git
226development/sdk/sdk_files_NOTICE.txt      platforms/${PLATFORM_NAME}/templates/NOTICE.txt
227development/sdk/sdk_files_NOTICE.txt      platforms/${PLATFORM_NAME}/data/NOTICE.txt
228development/sdk/sdk_files_NOTICE.txt      platforms/${PLATFORM_NAME}/skins/NOTICE.txt
229
230
231##############################################################################
232# System image Component
233##############################################################################
234
235# System images + Kernel
236system.img                                 system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/system.img
237ramdisk.img                                system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/ramdisk.img
238userdata.img                               system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/userdata.img
239system/build.prop                          system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/build.prop
240
241# Note: the kernel image is handled by sdk-android-<abi>.atree now.
242
243
244##############################################################################
245# Docs Component
246##############################################################################
247
248# version files for the SDK updater, from sdk.git
249${HOST_OUT}/development/sdk/doc_source.properties docs/source.properties
250
251# the docs
252docs/offline-sdk docs
253frameworks/base/docs/docs-samples-redirect.html docs/samples/index.html
254
255
256##############################################################################
257# Samples Component
258##############################################################################
259
260# samples to include in the sdk samples package
261#
262# the list here should match the list of samples that we generate docs for,
263# (see web_docs_sample_code_flags in frameworks/base/Android.mk)
264development/apps/GestureBuilder                samples/${PLATFORM_NAME}/legacy/GestureBuilder
265development/samples/samples_source.properties  samples/${PLATFORM_NAME}/source.properties
266#
267# PLEASE KEEP THE SAMPLES IN ALPHABETICAL ORDER.
268#
269
270# New sample tree
271# Note: Some samples reference a shared "common" directory. In the future
272# this will be copied in automatically via a templating system. For now,
273# we need to copy it in here as needed.
274developers/build/prebuilts/gradle/BasicAndroidKeyStore/                      samples/${PLATFORM_NAME}/security/BasicAndroidKeyStore
275developers/build/prebuilts/gradle/BasicSyncAdapter/                          samples/${PLATFORM_NAME}/connectivity/BasicSyncAdapter
276developers/build/prebuilts/gradle/NetworkConnect/                            samples/${PLATFORM_NAME}/connectivity/NetworkConnect
277developers/build/prebuilts/gradle/BasicNetworking/                           samples/${PLATFORM_NAME}/connectivity/BasicNetworking
278developers/build/prebuilts/gradle/BluetoothLeGatt/                           samples/${PLATFORM_NAME}/connectivity/BluetoothLeGatt
279developers/build/prebuilts/gradle/AppRestrictions/                           samples/${PLATFORM_NAME}/content/AppRestrictions
280developers/build/prebuilts/gradle/BasicContactables/                         samples/${PLATFORM_NAME}/content/BasicContactables
281developers/build/prebuilts/gradle/StorageClient/                             samples/${PLATFORM_NAME}/content/StorageClient
282developers/build/prebuilts/gradle/StorageProvider/                           samples/${PLATFORM_NAME}/content/StorageProvider
283developers/build/prebuilts/gradle/BasicGestureDetect/                        samples/${PLATFORM_NAME}/input/BasicGestureDetect
284developers/build/prebuilts/gradle/BasicMultitouch/                           samples/${PLATFORM_NAME}/input/BasicMultitouch
285developers/build/prebuilts/gradle/ActivityInstrumentation/                   samples/${PLATFORM_NAME}/testing/ActivityInstrumentation
286developers/build/prebuilts/gradle/MediaRecorder/                             samples/${PLATFORM_NAME}/media/MediaRecorder
287developers/build/prebuilts/gradle/BasicMediaRouter/                          samples/${PLATFORM_NAME}/media/BasicMediaRouter
288developers/build/prebuilts/gradle/BasicMediaDecoder/                         samples/${PLATFORM_NAME}/media/BasicMediaDecoder
289developers/build/prebuilts/gradle/BorderlessButtons/                         samples/${PLATFORM_NAME}/ui/BorderlessButtons
290developers/build/prebuilts/gradle/BasicAccessibility/                        samples/${PLATFORM_NAME}/ui/BasicAccessibility
291developers/build/prebuilts/gradle/CustomChoiceList/                          samples/${PLATFORM_NAME}/ui/CustomChoiceList
292developers/build/prebuilts/gradle/TextSwitcher/                              samples/${PLATFORM_NAME}/ui/TextSwitcher
293developers/build/prebuilts/gradle/HorizontalPaging/                          samples/${PLATFORM_NAME}/ui/HorizontalPaging
294developers/build/prebuilts/gradle/ActionBarCompat-Styled/                    samples/${PLATFORM_NAME}/ui/ActionBarCompat-Styled
295developers/build/prebuilts/gradle/ActionBarCompat-ListPopupMenu/             samples/${PLATFORM_NAME}/ui/ActionBarCompat-ListPopupMenu
296developers/build/prebuilts/gradle/ShareActionProvider/                       samples/${PLATFORM_NAME}/ui/ShareActionProvider
297developers/build/prebuilts/gradle/ActionBarCompat-Basic/                     samples/${PLATFORM_NAME}/ui/ActionBarCompat-Basic
298developers/build/prebuilts/gradle/BasicNotifications/                        samples/${PLATFORM_NAME}/ui/BasicNotifications
299developers/build/prebuilts/gradle/CustomNotifications/                       samples/${PLATFORM_NAME}/ui/CustomNotifications
300developers/build/prebuilts/gradle/DoneBar/                                   samples/${PLATFORM_NAME}/ui/DoneBar
301developers/build/prebuilts/gradle/BasicImmersiveMode/                        samples/${PLATFORM_NAME}/ui/BasicImmersiveMode
302developers/build/prebuilts/gradle/AdvancedImmersiveMode/                     samples/${PLATFORM_NAME}/ui/AdvancedImmersiveMode
303developers/build/prebuilts/gradle/ImmersiveMode/                             samples/${PLATFORM_NAME}/ui/ImmersiveMode
304developers/build/prebuilts/gradle/RepeatingAlarm/                            samples/${PLATFORM_NAME}/background/RepeatingAlarm
305developers/build/prebuilts/gradle/TextLinkify/                               samples/${PLATFORM_NAME}/ui/TextLinkify
306developers/build/prebuilts/gradle/BasicRenderScript                          samples/${PLATFORM_NAME}/renderscript/BasicRenderScript
307developers/build/prebuilts/gradle/RenderScriptIntrinsic                      samples/${PLATFORM_NAME}/renderscript/RenderScriptIntrinsic
308developers/build/prebuilts/gradle/SlidingTabsBasic                           samples/${PLATFORM_NAME}/ui/SlidingTabsBasic
309developers/build/prebuilts/gradle/SlidingTabsColors                          samples/${PLATFORM_NAME}/ui/SlidingTabsColors
310developers/build/prebuilts/gradle/CardEmulation                              samples/${PLATFORM_NAME}/connectivity/CardEmulation
311developers/build/prebuilts/gradle/CardReader                                 samples/${PLATFORM_NAME}/connectivity/CardReader
312developers/build/prebuilts/gradle/BatchStepSensor                            samples/${PLATFORM_NAME}/sensors/BatchStepSensor
313developers/build/prebuilts/gradle/DisplayingBitmaps                          samples/${PLATFORM_NAME}/ui/DisplayingBitmaps
314developers/build/prebuilts/gradle/BasicTransition                            samples/${PLATFORM_NAME}/ui/BasicTransition
315developers/build/prebuilts/gradle/CustomTransition                           samples/${PLATFORM_NAME}/ui/CustomTransition
316developers/build/prebuilts/gradle/SwipeRefreshLayoutBasic                    samples/${PLATFORM_NAME}/ui/SwipeRefreshLayoutBasic
317developers/build/prebuilts/gradle/SwipeRefreshListFragment                   samples/${PLATFORM_NAME}/ui/SwipeRefreshListFragment
318developers/build/prebuilts/gradle/SwipeRefreshMultipleViews                  samples/${PLATFORM_NAME}/ui/SwipeRefreshMultipleViews
319developers/build/prebuilts/gradle/MediaRouter                                samples/${PLATFORM_NAME}/media/MediaRouter
320developers/build/prebuilts/gradle/BluetoothChat                              samples/${PLATFORM_NAME}/connectivity/bluetooth/BluetoothChat
321developers/build/prebuilts/gradle/MediaEffects                               samples/${PLATFORM_NAME}/media/MediaEffects
322developers/build/prebuilts/gradle/BasicManagedProfile                        samples/${PLATFORM_NAME}/admin/BasicManagedProfile
323developers/build/prebuilts/gradle/Camera2Basic                               samples/${PLATFORM_NAME}/media/Camera2Basic
324developers/build/prebuilts/gradle/Camera2Video                               samples/${PLATFORM_NAME}/media/Camera2Video
325developers/build/prebuilts/gradle/ActivitySceneTransitionBasic               samples/${PLATFORM_NAME}/ui/activityscenetransition/ActivitySceneTransitionBasic
326developers/build/prebuilts/gradle/NavigationDrawer                           samples/${PLATFORM_NAME}/ui/views/NavigationDrawer
327developers/build/prebuilts/gradle/ElevationBasic                             samples/${PLATFORM_NAME}/ui/views/Elevation/ElevationBasic
328developers/build/prebuilts/gradle/ElevationDrag                              samples/${PLATFORM_NAME}/ui/views/Elevation/ElevationDrag
329developers/build/prebuilts/gradle/ClippingBasic                              samples/${PLATFORM_NAME}/ui/views/Clipping/ClippingBasic
330developers/build/prebuilts/gradle/JobScheduler                               samples/${PLATFORM_NAME}/background/JobScheduler
331developers/build/prebuilts/gradle/HdrViewfinder                              samples/${PLATFORM_NAME}/media/HdrViewfinder
332developers/build/prebuilts/gradle/DocumentCentricApps                        samples/${PLATFORM_NAME}/ui/activitytasks/DocumentCentricApps
333developers/build/prebuilts/gradle/DocumentCentricRelinquishIdentity          samples/${PLATFORM_NAME}/ui/activitytasks/DocumentCentricRelinquishIdentity
334developers/build/prebuilts/gradle/AppRestrictionEnforcer                     samples/${PLATFORM_NAME}/admin/AppRestrictionEnforcer
335developers/build/prebuilts/gradle/AppRestrictionSchema                       samples/${PLATFORM_NAME}/admin/AppRestrictionSchema
336developers/build/prebuilts/gradle/RecyclerView                               samples/${PLATFORM_NAME}/ui/views/RecyclerView
337developers/build/prebuilts/gradle/CardView                                   samples/${PLATFORM_NAME}/ui/views/CardView
338developers/build/prebuilts/gradle/LNotifications                             samples/${PLATFORM_NAME}/ui/notifications/LNotifications
339developers/build/prebuilts/gradle/DrawableTinting                            samples/${PLATFORM_NAME}/ui/DrawableTinting
340developers/build/prebuilts/gradle/Interpolator                               samples/${PLATFORM_NAME}/ui/Interpolator
341developers/build/prebuilts/gradle/PdfRendererBasic                           samples/${PLATFORM_NAME}/ui/graphics/PdfRendererBasic
342developers/build/prebuilts/gradle/FloatingActionButtonBasic                  samples/${PLATFORM_NAME}/ui/views/FloatingActionButton/FloatingActionButtonBasic
343developers/build/prebuilts/gradle/RevealEffectBasic                          samples/${PLATFORM_NAME}/ui/views/RevealEffect/RevealEffectBasic
344developers/build/prebuilts/gradle/PermissionRequest                          samples/${PLATFORM_NAME}/content/webview/PermissionRequest
345developers/build/prebuilts/gradle/DirectorySelection                         samples/${PLATFORM_NAME}/content/documentsUi/DirectorySelection
346developers/build/prebuilts/gradle/AppUsageStatistics                         samples/${PLATFORM_NAME}/system/AppUsageStatistics
347developers/build/prebuilts/gradle/ScreenCapture                              samples/${PLATFORM_NAME}/media/ScreenCapture
348developers/build/prebuilts/gradle/NfcProvisioning                            samples/${PLATFORM_NAME}/nfc/NfcProvisioning
349developers/build/prebuilts/gradle/DeviceOwner                                samples/${PLATFORM_NAME}/admin/DeviceOwner
350developers/build/prebuilts/gradle/ConfirmCredential                          samples/${PLATFORM_NAME}/security/ConfirmCredential
351developers/build/prebuilts/gradle/FingerprintDialog                          samples/${PLATFORM_NAME}/security/FingerprintDialog
352developers/build/prebuilts/gradle/RuntimePermissions                         samples/${PLATFORM_NAME}/system/RuntimePermissions
353developers/build/prebuilts/gradle/RuntimePermissionsBasic                    samples/${PLATFORM_NAME}/system/RuntimePermissionsBasic
354developers/build/prebuilts/gradle/ActiveNotifications                        samples/${PLATFORM_NAME}/notification/ActiveNotifications
355developers/build/prebuilts/gradle/Camera2Raw                                 samples/${PLATFORM_NAME}/media/Camera2Raw
356developers/build/prebuilts/gradle/AutoBackupForApps                          samples/${PLATFORM_NAME}/content/AutoBackupForApps
357developers/build/prebuilts/gradle/DirectShare                                samples/${PLATFORM_NAME}/content/DirectShare
358developers/build/prebuilts/gradle/MidiScope                                  samples/${PLATFORM_NAME}/media/MidiScope
359developers/build/prebuilts/gradle/MidiSynth                                  samples/${PLATFORM_NAME}/media/MidiSynth
360developers/build/prebuilts/gradle/AsymmetricFingerprintDialog                samples/${PLATFORM_NAME}/security/AsymmetricFingerprintDialog
361developers/build/prebuilts/gradle/AppShortcuts                               samples/${PLATFORM_NAME}/system/AppShortcuts
362developers/build/prebuilts/gradle/CommitContentSampleApp                     samples/${PLATFORM_NAME}/input/keyboard/CommitContentSampleApp
363developers/build/prebuilts/gradle/CommitContentSampleIME                     samples/${PLATFORM_NAME}/input/keyboard/CommitContentSampleIME
364
365developers/build/prebuilts/androidtv                                         samples/${PLATFORM_NAME}/androidtv
366
367# Wearable sample tree
368developers/build/prebuilts/gradle/AgendaData                    samples/${PLATFORM_NAME}/wearable/AgendaData
369developers/build/prebuilts/gradle/DataLayer                     samples/${PLATFORM_NAME}/wearable/DataLayer
370developers/build/prebuilts/gradle/DelayedConfirmation           samples/${PLATFORM_NAME}/wearable/DelayedConfirmation
371developers/build/prebuilts/gradle/ElizaChat                     samples/${PLATFORM_NAME}/wearable/ElizaChat
372developers/build/prebuilts/gradle/FindMyPhone                   samples/${PLATFORM_NAME}/wearable/FindMyPhone
373developers/build/prebuilts/gradle/Flashlight                    samples/${PLATFORM_NAME}/wearable/Flashlight
374developers/build/prebuilts/gradle/Geofencing                    samples/${PLATFORM_NAME}/wearable/Geofencing
375developers/build/prebuilts/gradle/GridViewPager                 samples/${PLATFORM_NAME}/wearable/GridViewPager
376developers/build/prebuilts/gradle/JumpingJack                   samples/${PLATFORM_NAME}/wearable/JumpingJack
377developers/build/prebuilts/gradle/Notifications                 samples/${PLATFORM_NAME}/wearable/Notifications
378developers/build/prebuilts/gradle/Quiz                          samples/${PLATFORM_NAME}/wearable/Quiz
379developers/build/prebuilts/gradle/RecipeAssistant               samples/${PLATFORM_NAME}/wearable/RecipeAssistant
380developers/build/prebuilts/gradle/RuntimePermissionsWear        samples/${PLATFORM_NAME}/wearable/RuntimePermissionsWear
381developers/build/prebuilts/gradle/SkeletonWearableApp           samples/${PLATFORM_NAME}/wearable/SkeletonWearableApp
382developers/build/prebuilts/gradle/SpeedTracker                  samples/${PLATFORM_NAME}/wearable/SpeedTracker
383developers/build/prebuilts/gradle/SynchronizedNotifications     samples/${PLATFORM_NAME}/wearable/SynchronizedNotifications
384developers/build/prebuilts/gradle/Timer                         samples/${PLATFORM_NAME}/wearable/Timer
385developers/build/prebuilts/gradle/WatchFace                     samples/${PLATFORM_NAME}/wearable/WatchFace
386developers/build/prebuilts/gradle/WatchViewStub                 samples/${PLATFORM_NAME}/wearable/WatchViewStub
387developers/build/prebuilts/gradle/WearNotifications             samples/${PLATFORM_NAME}/wearable/WearNotifications
388developers/build/prebuilts/gradle/WearSpeakerSample             samples/${PLATFORM_NAME}/wearable/WearSpeakerSample
389developers/build/prebuilts/gradle/XYZTouristAttractions         samples/${PLATFORM_NAME}/wearable/XYZTouristAttractions
390
391# Old sample tree
392development/samples/AccelerometerPlay          samples/${PLATFORM_NAME}/legacy/AccelerometerPlay
393development/samples/AndroidBeamDemo            samples/${PLATFORM_NAME}/legacy/AndroidBeamDemo
394development/samples/ApiDemos                   samples/${PLATFORM_NAME}/legacy/ApiDemos
395development/samples/AppNavigation              samples/${PLATFORM_NAME}/legacy/AppNavigation
396development/samples/BackupRestore              samples/${PLATFORM_NAME}/legacy/BackupRestore
397development/samples/BasicGLSurfaceView         samples/${PLATFORM_NAME}/legacy/BasicGLSurfaceView
398development/samples/BluetoothHDP               samples/${PLATFORM_NAME}/legacy/BluetoothHDP
399development/samples/ContactManager             samples/${PLATFORM_NAME}/legacy/ContactManager
400development/samples/CrossCompatibility         samples/${PLATFORM_NAME}/legacy/CrossCompatibility
401development/samples/CubeLiveWallpaper          samples/${PLATFORM_NAME}/legacy/CubeLiveWallpaper
402development/samples/HelloEffects               samples/${PLATFORM_NAME}/legacy/HelloEffects
403development/samples/Home                       samples/${PLATFORM_NAME}/legacy/Home
404development/samples/HoneycombGallery           samples/${PLATFORM_NAME}/legacy/HoneycombGallery
405development/samples/JetBoy                     samples/${PLATFORM_NAME}/legacy/JetBoy
406development/samples/KeyChainDemo               samples/${PLATFORM_NAME}/legacy/KeyChainDemo
407development/samples/LceDemo                    samples/${PLATFORM_NAME}/legacy/LceDemo
408development/samples/LunarLander                samples/${PLATFORM_NAME}/legacy/LunarLander
409development/samples/MultiResolution            samples/${PLATFORM_NAME}/legacy/MultiResolution
410development/samples/NotePad                    samples/${PLATFORM_NAME}/legacy/NotePad
411development/samples/RandomMusicPlayer          samples/${PLATFORM_NAME}/legacy/RandomMusicPlayer
412development/samples/SpellChecker/SampleSpellCheckerService samples/${PLATFORM_NAME}/legacy/SpellChecker/SampleSpellCheckerService
413development/samples/SpellChecker/HelloSpellChecker         samples/${PLATFORM_NAME}/legacy/SpellChecker/HelloSpellChecker
414development/samples/SampleSyncAdapter          samples/${PLATFORM_NAME}/legacy/SampleSyncAdapter
415development/samples/SearchableDictionary       samples/${PLATFORM_NAME}/legacy/SearchableDictionary
416development/samples/SipDemo                    samples/${PLATFORM_NAME}/legacy/SipDemo
417development/samples/SkeletonApp                samples/${PLATFORM_NAME}/legacy/SkeletonApp
418development/samples/Snake                      samples/${PLATFORM_NAME}/legacy/Snake
419development/samples/SoftKeyboard               samples/${PLATFORM_NAME}/legacy/SoftKeyboard
420development/samples/Spinner                    samples/${PLATFORM_NAME}/legacy/Spinner
421development/samples/SpinnerTest                samples/${PLATFORM_NAME}/legacy/SpinnerTest
422development/samples/TicTacToeLib               samples/${PLATFORM_NAME}/legacy/TicTacToeLib
423development/samples/TicTacToeMain              samples/${PLATFORM_NAME}/legacy/TicTacToeMain
424development/samples/TtsEngine                  samples/${PLATFORM_NAME}/legacy/TtsEngine
425development/samples/ToyVpn                     samples/${PLATFORM_NAME}/legacy/ToyVpn
426development/samples/UiAutomator                samples/${PLATFORM_NAME}/legacy/UiAutomator
427development/samples/USB/MissileLauncher        samples/${PLATFORM_NAME}/legacy/USB/MissileLauncher
428development/samples/USB/AdbTest                samples/${PLATFORM_NAME}/legacy/USB/AdbTest
429development/samples/VoiceRecognitionService    samples/${PLATFORM_NAME}/legacy/VoiceRecognitionService
430development/samples/VoicemailProviderDemo      samples/${PLATFORM_NAME}/legacy/VoicemailProviderDemo
431development/samples/WeatherListWidget          samples/${PLATFORM_NAME}/legacy/WeatherListWidget
432development/apps/WidgetPreview                 samples/${PLATFORM_NAME}/legacy/WidgetPreview
433development/samples/WiFiDirectDemo             samples/${PLATFORM_NAME}/legacy/WiFiDirectDemo
434development/samples/WiFiDirectServiceDiscovery samples/${PLATFORM_NAME}/legacy/WiFiDirectServiceDiscovery
435development/samples/Wiktionary                 samples/${PLATFORM_NAME}/legacy/Wiktionary
436development/samples/WiktionarySimple           samples/${PLATFORM_NAME}/legacy/WiktionarySimple
437development/samples/XmlAdapters                samples/${PLATFORM_NAME}/legacy/XmlAdapters
438development/samples/RenderScript/HelloCompute  samples/${PLATFORM_NAME}/legacy/RenderScript/HelloCompute
439
440# NOTICE files are copied by build/core/Makefile from sdk.git
441development/sdk/sdk_files_NOTICE.txt           samples/${PLATFORM_NAME}/NOTICE.txt
442
443##############################################################################
444# Add-on Folder
445##############################################################################
446
447# empty add-on folder with just a readme copied from sdk.git
448sdk/files/README_add-ons.txt add-ons/README.txt
449
450##############################################################################
451# Tests Component
452##############################################################################
453system/app/EmulatorSmokeTests/EmulatorSmokeTests.apk tests/emulator-test-apps/EmulatorSmokeTests.apk
454