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