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