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 sdk/files/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 
     48 # API database for tools such as lint
     49 development/sdk/api-versions.xml              platform-tools/api/api-versions.xml
     50 
     51 # systrace
     52 external/chromium-trace/systrace.py           platform-tools/systrace/systrace.py
     53 external/chromium-trace/systrace-legacy.py    platform-tools/systrace/systrace-legacy.py
     54 external/chromium-trace/script.js             platform-tools/systrace/script.js
     55 external/chromium-trace/style.css             platform-tools/systrace/style.css
     56 external/chromium-trace/prefix.html           platform-tools/systrace/prefix.html
     57 external/chromium-trace/suffix.html           platform-tools/systrace/suffix.html
     58 external/chromium-trace/LICENSE               platform-tools/systrace/LICENSE
     59 external/chromium-trace/AUTHORS               platform-tools/systrace/AUTHORS
     60 external/chromium-trace/NOTICE                platform-tools/systrace/NOTICE
     61 external/chromium-trace/UPSTREAM_REVISION     platform-tools/systrace/UPSTREAM_REVISION
     62 
     63 ##############################################################################
     64 # Build Tools Component
     65 ##############################################################################
     66 # Note that the build-tools sub-folder uses the platform-name as a placeholder
     67 # at build-time. Packaging will later change that to the actual build-tools
     68 # revision as specified in the source.properties.
     69 
     70 sdk/files/sdk_files_NOTICE.txt                 build-tools/${PLATFORM_NAME}/NOTICE.txt
     71 development/sdk/build_tools_source.properties  build-tools/${PLATFORM_NAME}/source.properties
     72 
     73 # build tools from out/host/$(HOST_OS)-$(HOST_ARCH)/
     74 bin/aapt                                strip build-tools/${PLATFORM_NAME}/aapt
     75 bin/aidl                                strip build-tools/${PLATFORM_NAME}/aidl
     76 
     77 # renderscript (cc + headers)
     78 bin/llvm-rs-cc                          strip build-tools/${PLATFORM_NAME}/llvm-rs-cc
     79 bin/bcc_compat                          strip build-tools/${PLATFORM_NAME}/bcc_compat
     80 frameworks/rs/scriptc                         build-tools/${PLATFORM_NAME}/renderscript/include
     81 external/clang/lib/Headers                    build-tools/${PLATFORM_NAME}/renderscript/clang-include
     82 external/clang/LICENSE.TXT                    build-tools/${PLATFORM_NAME}/renderscript/clang-include/LICENSE.TXT
     83 
     84 prebuilts/sdk/renderscript/lib/javalib.jar            build-tools/${PLATFORM_NAME}/renderscript/lib/renderscript-v8.jar
     85 
     86 prebuilts/sdk/renderscript/lib/arm/libc.so            build-tools/${PLATFORM_NAME}/renderscript/lib/intermediates/armeabi-v7a/libc.so
     87 prebuilts/sdk/renderscript/lib/arm/libm.so            build-tools/${PLATFORM_NAME}/renderscript/lib/intermediates/armeabi-v7a/libm.so
     88 prebuilts/sdk/renderscript/lib/arm/libcompiler_rt.a   build-tools/${PLATFORM_NAME}/renderscript/lib/intermediates/armeabi-v7a/libcompiler_rt.a
     89 prebuilts/sdk/renderscript/lib/arm/libRSSupport.so    build-tools/${PLATFORM_NAME}/renderscript/lib/packaged/armeabi-v7a/libRSSupport.so
     90 prebuilts/sdk/renderscript/lib/arm/librsjni.so        build-tools/${PLATFORM_NAME}/renderscript/lib/packaged/armeabi-v7a/librsjni.so
     91 prebuilts/sdk/renderscript/lib/arm/libclcore.bc       build-tools/${PLATFORM_NAME}/renderscript/lib/bc/armeabi-v7a/libclcore.bc
     92 
     93 prebuilts/sdk/renderscript/lib/mips/libc.so            build-tools/${PLATFORM_NAME}/renderscript/lib/intermediates/mips/libc.so
     94 prebuilts/sdk/renderscript/lib/mips/libm.so            build-tools/${PLATFORM_NAME}/renderscript/lib/intermediates/mips/libm.so
     95 prebuilts/sdk/renderscript/lib/mips/libcompiler_rt.a   build-tools/${PLATFORM_NAME}/renderscript/lib/intermediates/mips/libcompiler_rt.a
     96 prebuilts/sdk/renderscript/lib/mips/libRSSupport.so    build-tools/${PLATFORM_NAME}/renderscript/lib/packaged/mips/libRSSupport.so
     97 prebuilts/sdk/renderscript/lib/mips/librsjni.so        build-tools/${PLATFORM_NAME}/renderscript/lib/packaged/mips/librsjni.so
     98 prebuilts/sdk/renderscript/lib/mips/libclcore.bc       build-tools/${PLATFORM_NAME}/renderscript/lib/bc/mips/libclcore.bc
     99 
    100 prebuilts/sdk/renderscript/lib/x86/libc.so            build-tools/${PLATFORM_NAME}/renderscript/lib/intermediates/x86/libc.so
    101 prebuilts/sdk/renderscript/lib/x86/libm.so            build-tools/${PLATFORM_NAME}/renderscript/lib/intermediates/x86/libm.so
    102 prebuilts/sdk/renderscript/lib/x86/libcompiler_rt.a   build-tools/${PLATFORM_NAME}/renderscript/lib/intermediates/x86/libcompiler_rt.a
    103 prebuilts/sdk/renderscript/lib/x86/libRSSupport.so    build-tools/${PLATFORM_NAME}/renderscript/lib/packaged/x86/libRSSupport.so
    104 prebuilts/sdk/renderscript/lib/x86/librsjni.so        build-tools/${PLATFORM_NAME}/renderscript/lib/packaged/x86/librsjni.so
    105 prebuilts/sdk/renderscript/lib/x86/libclcore.bc       build-tools/${PLATFORM_NAME}/renderscript/lib/bc/x86/libclcore.bc
    106 
    107 
    108 
    109 # dx
    110 bin/dx                                        build-tools/${PLATFORM_NAME}/dx
    111 framework/dx.jar                              build-tools/${PLATFORM_NAME}/lib/dx.jar
    112 bin/dexdump                                   build-tools/${PLATFORM_NAME}/dexdump
    113 
    114 
    115 ##############################################################################
    116 # Platform Component
    117 ##############################################################################
    118 
    119 # version files for the SDK updater, from development.git
    120 ${HOST_OUT}/development/sdk/platform_source.properties platforms/${PLATFORM_NAME}/source.properties
    121 
    122 # copy build prop from out/.../sdk/
    123 sdk/sdk-build.prop                            platforms/${PLATFORM_NAME}/build.prop
    124 
    125 # the uper-jar file that apps link against. This is the public API
    126 ${OUT_DIR}/target/common/obj/PACKAGING/android_jar_intermediates/android.jar              platforms/${PLATFORM_NAME}/android.jar
    127 ${OUT_DIR}/target/common/obj/JAVA_LIBRARIES/android_uiautomator_intermediates/javalib.jar platforms/${PLATFORM_NAME}/uiautomator.jar
    128 
    129 # the aidl precompiled include
    130 obj/framework.aidl platforms/${PLATFORM_NAME}/framework.aidl
    131 
    132 # emulator skins from sdk.git
    133 development/tools/emulator/skins/QVGA          platforms/${PLATFORM_NAME}/skins/QVGA
    134 development/tools/emulator/skins/WQVGA432      platforms/${PLATFORM_NAME}/skins/WQVGA432
    135 development/tools/emulator/skins/WQVGA400      platforms/${PLATFORM_NAME}/skins/WQVGA400
    136 development/tools/emulator/skins/HVGA          platforms/${PLATFORM_NAME}/skins/HVGA
    137 development/tools/emulator/skins/WVGA800       platforms/${PLATFORM_NAME}/skins/WVGA800
    138 development/tools/emulator/skins/WVGA854       platforms/${PLATFORM_NAME}/skins/WVGA854
    139 development/tools/emulator/skins/WSVGA         platforms/${PLATFORM_NAME}/skins/WSVGA
    140 development/tools/emulator/skins/WXGA720       platforms/${PLATFORM_NAME}/skins/WXGA720
    141 development/tools/emulator/skins/WXGA800       platforms/${PLATFORM_NAME}/skins/WXGA800
    142 development/tools/emulator/skins/WXGA800-7in   platforms/${PLATFORM_NAME}/skins/WXGA800-7in
    143 
    144 # Platform SDK properties
    145 development/sdk/sdk.properties                 platforms/${PLATFORM_NAME}/sdk.properties
    146 
    147 # sdk.git Ant templates for project files
    148 development/tools/templates/AndroidManifest.template        platforms/${PLATFORM_NAME}/templates/AndroidManifest.template
    149 development/tools/templates/AndroidManifest.tests.template  platforms/${PLATFORM_NAME}/templates/AndroidManifest.tests.template
    150 development/tools/templates/java_file.template              platforms/${PLATFORM_NAME}/templates/java_file.template
    151 development/tools/templates/java_tests_file.template        platforms/${PLATFORM_NAME}/templates/java_tests_file.template
    152 development/tools/templates/layout.template                 platforms/${PLATFORM_NAME}/templates/layout.template
    153 development/tools/templates/strings.template                platforms/${PLATFORM_NAME}/templates/strings.template
    154 development/tools/templates/ic_launcher_ldpi.png            platforms/${PLATFORM_NAME}/templates/ic_launcher_ldpi.png
    155 development/tools/templates/ic_launcher_mdpi.png            platforms/${PLATFORM_NAME}/templates/ic_launcher_mdpi.png
    156 development/tools/templates/ic_launcher_hdpi.png            platforms/${PLATFORM_NAME}/templates/ic_launcher_hdpi.png
    157 development/tools/templates/ic_launcher_xhdpi.png           platforms/${PLATFORM_NAME}/templates/ic_launcher_xhdpi.png
    158 
    159 # Eclipse Editors support
    160 framework/layoutlib.jar       platforms/${PLATFORM_NAME}/data/layoutlib.jar
    161 framework/icu4j.jar           platforms/${PLATFORM_NAME}/data/icu4j.jar
    162 frameworks/base/core/res/res  platforms/${PLATFORM_NAME}/data/res
    163 docs/activity_actions.txt     platforms/${PLATFORM_NAME}/data/activity_actions.txt
    164 docs/broadcast_actions.txt    platforms/${PLATFORM_NAME}/data/broadcast_actions.txt
    165 docs/service_actions.txt      platforms/${PLATFORM_NAME}/data/service_actions.txt
    166 docs/categories.txt           platforms/${PLATFORM_NAME}/data/categories.txt
    167 docs/widgets.txt              platforms/${PLATFORM_NAME}/data/widgets.txt
    168 docs/features.txt             platforms/${PLATFORM_NAME}/data/features.txt
    169 
    170 # fonts for layoutlib.
    171 frameworks/base/data/fonts    platforms/${PLATFORM_NAME}/data/fonts
    172 external/noto-fonts           platforms/${PLATFORM_NAME}/data/fonts
    173 
    174 # NOTICE files are copied by build/core/Makefile from sdk.git
    175 sdk/files/sdk_files_NOTICE.txt platforms/${PLATFORM_NAME}/templates/NOTICE.txt
    176 sdk/files/sdk_files_NOTICE.txt platforms/${PLATFORM_NAME}/data/NOTICE.txt
    177 sdk/files/sdk_files_NOTICE.txt platforms/${PLATFORM_NAME}/skins/NOTICE.txt
    178 
    179 
    180 ##############################################################################
    181 # System image Component
    182 ##############################################################################
    183 
    184 # System images + Kernel
    185 system.img                                 system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/system.img
    186 ramdisk.img                                system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/ramdisk.img
    187 userdata.img                               system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/userdata.img
    188 system/build.prop                          system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/build.prop
    189 
    190 # Note: the kernel image is handled by sdk-android-<abi>.atree now.
    191 
    192 
    193 ##############################################################################
    194 # Docs Component
    195 ##############################################################################
    196 
    197 # version files for the SDK updater, from sdk.git
    198 ${HOST_OUT}/development/sdk/doc_source.properties docs/source.properties
    199 
    200 # the docs
    201 docs/offline-sdk docs
    202 frameworks/base/docs/docs-samples-redirect.html docs/samples/index.html
    203 
    204 
    205 ##############################################################################
    206 # Samples Component
    207 ##############################################################################
    208 
    209 # samples to include in the sdk samples package
    210 #
    211 # the list here should match the list of samples that we generate docs for,
    212 # (see web_docs_sample_code_flags in frameworks/base/Android.mk)
    213 development/apps/GestureBuilder                samples/${PLATFORM_NAME}/legacy/GestureBuilder
    214 development/samples/samples_source.properties  samples/${PLATFORM_NAME}/source.properties
    215 #
    216 # PLEASE KEEP THE SAMPLES IN ALPHABETICAL ORDER.
    217 #
    218 
    219 # New sample tree
    220 # Note: Some samples reference a shared "common" directory. In the future
    221 # this will be copied in automatically via a templating system. For now,
    222 # we need to copy it in here as needed.
    223 developers/build/prebuilts/gradle/BasicAndroidKeyStore/                      samples/${PLATFORM_NAME}/security/BasicAndroidKeyStore
    224 developers/build/prebuilts/gradle/BasicSyncAdapter/                          samples/${PLATFORM_NAME}/connectivity/BasicSyncAdapter
    225 developers/build/prebuilts/gradle/NetworkConnect/                            samples/${PLATFORM_NAME}/connectivity/NetworkConnect
    226 developers/build/prebuilts/gradle/BasicNetworking/                           samples/${PLATFORM_NAME}/connectivity/BasicNetworking
    227 developers/build/prebuilts/gradle/BluetoothLeGatt/                           samples/${PLATFORM_NAME}/connectivity/BluetoothLeGatt
    228 developers/build/prebuilts/gradle/AppRestrictions/                           samples/${PLATFORM_NAME}/content/AppRestrictions
    229 developers/build/prebuilts/gradle/BasicContactables/                         samples/${PLATFORM_NAME}/content/BasicContactables
    230 developers/build/prebuilts/gradle/StorageClient/                             samples/${PLATFORM_NAME}/content/StorageClient
    231 developers/build/prebuilts/gradle/StorageProvider/                           samples/${PLATFORM_NAME}/content/StorageProvider
    232 developers/build/prebuilts/gradle/BasicGestureDetect/                        samples/${PLATFORM_NAME}/input/BasicGestureDetect
    233 developers/build/prebuilts/gradle/BasicMultitouch/                           samples/${PLATFORM_NAME}/input/BasicMultitouch
    234 developers/build/prebuilts/gradle/ActivityInstrumentation/                   samples/${PLATFORM_NAME}/testing/ActivityInstrumentation
    235 developers/build/prebuilts/gradle/MediaRecorder/                             samples/${PLATFORM_NAME}/media/MediaRecorder
    236 developers/build/prebuilts/gradle/BasicMediaRouter/                          samples/${PLATFORM_NAME}/media/BasicMediaRouter
    237 developers/build/prebuilts/gradle/BasicMediaDecoder/                         samples/${PLATFORM_NAME}/media/BasicMediaDecoder
    238 developers/build/prebuilts/gradle/BorderlessButtons/                         samples/${PLATFORM_NAME}/ui/BorderlessButtons
    239 developers/build/prebuilts/gradle/BasicAccessibility/                        samples/${PLATFORM_NAME}/ui/BasicAccessibility
    240 developers/build/prebuilts/gradle/CustomChoiceList/                          samples/${PLATFORM_NAME}/ui/CustomChoiceList
    241 developers/build/prebuilts/gradle/TextSwitcher/                              samples/${PLATFORM_NAME}/ui/TextSwitcher
    242 developers/build/prebuilts/gradle/HorizontalPaging/                          samples/${PLATFORM_NAME}/ui/HorizontalPaging
    243 developers/build/prebuilts/gradle/ActionBarCompat-Styled/                    samples/${PLATFORM_NAME}/ui/ActionBarCompat-Styled
    244 developers/build/prebuilts/gradle/ActionBarCompat-ListPopupMenu/             samples/${PLATFORM_NAME}/ui/ActionBarCompat-ListPopupMenu
    245 developers/build/prebuilts/gradle/ActionBarCompat-ShareActionProvider/       samples/${PLATFORM_NAME}/ui/ActionBarCompat-ShareActionProvider
    246 developers/build/prebuilts/gradle/ActionBarCompat-Basic/                     samples/${PLATFORM_NAME}/ui/ActionBarCompat-Basic
    247 developers/build/prebuilts/gradle/BasicNotifications/                        samples/${PLATFORM_NAME}/ui/BasicNotifications
    248 developers/build/prebuilts/gradle/CustomNotifications/                       samples/${PLATFORM_NAME}/ui/CustomNotifications
    249 developers/build/prebuilts/gradle/DoneBar/                                   samples/${PLATFORM_NAME}/ui/DoneBar
    250 developers/build/prebuilts/gradle/BasicImmersiveMode/                        samples/${PLATFORM_NAME}/ui/BasicImmersiveMode
    251 developers/build/prebuilts/gradle/AdvancedImmersiveMode/                     samples/${PLATFORM_NAME}/ui/AdvancedImmersiveMode
    252 developers/build/prebuilts/gradle/ImmersiveMode/                             samples/${PLATFORM_NAME}/ui/ImmersiveMode
    253 developers/build/prebuilts/gradle/RepeatingAlarm/                            samples/${PLATFORM_NAME}/background/RepeatingAlarm
    254 developers/build/prebuilts/gradle/TextLinkify/                               samples/${PLATFORM_NAME}/ui/TextLinkify
    255 developers/build/prebuilts/gradle/BasicRenderScript                          samples/${PLATFORM_NAME}/renderscript/BasicRenderScript
    256 developers/build/prebuilts/gradle/RenderScriptIntrinsic                      samples/${PLATFORM_NAME}/renderscript/RenderScriptIntrinsic
    257 developers/build/prebuilts/gradle/SlidingTabsBasic                           samples/${PLATFORM_NAME}/ui/SlidingTabsBasic
    258 developers/build/prebuilts/gradle/SlidingTabsColors                          samples/${PLATFORM_NAME}/ui/SlidingTabsColors
    259 developers/build/prebuilts/gradle/CardEmulation                              samples/${PLATFORM_NAME}/connectivity/CardEmulation
    260 developers/build/prebuilts/gradle/CardReader                                 samples/${PLATFORM_NAME}/connectivity/CardReader
    261 developers/build/prebuilts/gradle/BatchStepSensor                            samples/${PLATFORM_NAME}/sensors/BatchStepSensor
    262 
    263 
    264 
    265 # Old sample tree
    266 development/samples/AccelerometerPlay          samples/${PLATFORM_NAME}/legacy/AccelerometerPlay
    267 development/samples/ActionBarCompat            samples/${PLATFORM_NAME}/legacy/ActionBarCompat
    268 development/samples/AndroidBeamDemo            samples/${PLATFORM_NAME}/legacy/AndroidBeamDemo
    269 development/samples/ApiDemos                   samples/${PLATFORM_NAME}/legacy/ApiDemos
    270 development/samples/AppNavigation              samples/${PLATFORM_NAME}/legacy/AppNavigation
    271 development/samples/BackupRestore              samples/${PLATFORM_NAME}/legacy/BackupRestore
    272 development/samples/BasicGLSurfaceView         samples/${PLATFORM_NAME}/legacy/BasicGLSurfaceView
    273 development/samples/BluetoothChat              samples/${PLATFORM_NAME}/legacy/BluetoothChat
    274 development/samples/BluetoothHDP               samples/${PLATFORM_NAME}/legacy/BluetoothHDP
    275 development/samples/ContactManager             samples/${PLATFORM_NAME}/legacy/ContactManager
    276 development/samples/CrossCompatibility         samples/${PLATFORM_NAME}/legacy/CrossCompatibility
    277 development/samples/CubeLiveWallpaper          samples/${PLATFORM_NAME}/legacy/CubeLiveWallpaper
    278 development/samples/HelloEffects               samples/${PLATFORM_NAME}/legacy/HelloEffects
    279 development/samples/Home                       samples/${PLATFORM_NAME}/legacy/Home
    280 development/samples/HoneycombGallery           samples/${PLATFORM_NAME}/legacy/HoneycombGallery
    281 development/samples/JetBoy                     samples/${PLATFORM_NAME}/legacy/JetBoy
    282 development/samples/KeyChainDemo               samples/${PLATFORM_NAME}/legacy/KeyChainDemo
    283 development/samples/LunarLander                samples/${PLATFORM_NAME}/legacy/LunarLander
    284 development/samples/MultiResolution            samples/${PLATFORM_NAME}/legacy/MultiResolution
    285 development/samples/NotePad                    samples/${PLATFORM_NAME}/legacy/NotePad
    286 development/samples/RandomMusicPlayer          samples/${PLATFORM_NAME}/legacy/RandomMusicPlayer
    287 development/samples/SpellChecker/SampleSpellCheckerService samples/${PLATFORM_NAME}/legacy/SpellChecker/SampleSpellCheckerService
    288 development/samples/SpellChecker/HelloSpellChecker         samples/${PLATFORM_NAME}/legacy/SpellChecker/HelloSpellChecker
    289 development/samples/SampleSyncAdapter          samples/${PLATFORM_NAME}/legacy/SampleSyncAdapter
    290 development/samples/SearchableDictionary       samples/${PLATFORM_NAME}/legacy/SearchableDictionary
    291 development/samples/SipDemo                    samples/${PLATFORM_NAME}/legacy/SipDemo
    292 development/samples/SkeletonApp                samples/${PLATFORM_NAME}/legacy/SkeletonApp
    293 development/samples/Snake                      samples/${PLATFORM_NAME}/legacy/Snake
    294 development/samples/SoftKeyboard               samples/${PLATFORM_NAME}/legacy/SoftKeyboard
    295 development/samples/Spinner                    samples/${PLATFORM_NAME}/legacy/Spinner
    296 development/samples/SpinnerTest                samples/${PLATFORM_NAME}/legacy/SpinnerTest
    297 development/samples/TicTacToeLib               samples/${PLATFORM_NAME}/legacy/TicTacToeLib
    298 development/samples/TicTacToeMain              samples/${PLATFORM_NAME}/legacy/TicTacToeMain
    299 development/samples/TtsEngine                  samples/${PLATFORM_NAME}/legacy/TtsEngine
    300 development/samples/ToyVpn                     samples/${PLATFORM_NAME}/legacy/ToyVpn
    301 development/samples/UiAutomator                samples/${PLATFORM_NAME}/legacy/UiAutomator
    302 development/samples/USB/MissileLauncher        samples/${PLATFORM_NAME}/legacy/USB/MissileLauncher
    303 development/samples/USB/AdbTest                samples/${PLATFORM_NAME}/legacy/USB/AdbTest
    304 development/samples/VoiceRecognitionService    samples/${PLATFORM_NAME}/legacy/VoiceRecognitionService
    305 development/samples/VoicemailProviderDemo      samples/${PLATFORM_NAME}/legacy/VoicemailProviderDemo
    306 development/samples/WeatherListWidget          samples/${PLATFORM_NAME}/legacy/WeatherListWidget
    307 development/apps/WidgetPreview                 samples/${PLATFORM_NAME}/legacy/WidgetPreview
    308 development/samples/WiFiDirectDemo             samples/${PLATFORM_NAME}/legacy/WiFiDirectDemo
    309 development/samples/WiFiDirectServiceDiscovery samples/${PLATFORM_NAME}/legacy/WiFiDirectServiceDiscovery
    310 development/samples/Wiktionary                 samples/${PLATFORM_NAME}/legacy/Wiktionary
    311 development/samples/WiktionarySimple           samples/${PLATFORM_NAME}/legacy/WiktionarySimple
    312 development/samples/XmlAdapters                samples/${PLATFORM_NAME}/legacy/XmlAdapters
    313 development/samples/RenderScript/HelloCompute  samples/${PLATFORM_NAME}/legacy/RenderScript/HelloCompute
    314 
    315 # NOTICE files are copied by build/core/Makefile from sdk.git
    316 sdk/files/sdk_files_NOTICE.txt                 samples/${PLATFORM_NAME}/NOTICE.txt
    317 
    318 ##############################################################################
    319 # Add-on Folder
    320 ##############################################################################
    321 
    322 # empty add-on folder with just a readme copied from sdk.git
    323 sdk/files/README_add-ons.txt add-ons/README.txt
    324 
    325 
    326 ##############################################################################
    327 # Extra Component: Support
    328 ##############################################################################
    329 
    330 development/sdk/support_source.properties                                                         extras/android/support/source.properties
    331 development/sdk/support_README.txt                                                                extras/android/support/README.txt
    332 sdk/files/sdk_files_NOTICE.txt                                                                    extras/android/support/NOTICE.txt
    333 
    334 ${OUT_DIR}/target/common/obj/PACKAGING/android-support-v4_intermediates/android-support-v4.jar    extras/android/support/v4/android-support-v4.jar
    335 frameworks/support/v4                                                                             extras/android/support/v4/src
    336 development/samples/Support4Demos                                                                 extras/android/support/samples/Support4Demos
    337 development/samples/SupportAppNavigation                                                          extras/android/support/samples/SupportAppNavigation
    338 
    339 ${OUT_DIR}/target/common/obj/PACKAGING/android-support-v13_intermediates/android-support-v13.jar  extras/android/support/v13/android-support-v13.jar
    340 frameworks/support/v13                                                                            extras/android/support/v13/src
    341 development/samples/Support13Demos                                                                extras/android/support/samples/Support13Demos
    342 
    343 frameworks/support/v7/gridlayout/README.txt                                                       extras/android/support/v7/gridlayout/README.txt
    344 frameworks/support/v7/gridlayout/.project                                                         extras/android/support/v7/gridlayout/.project
    345 frameworks/support/v7/gridlayout/.classpath                                                       extras/android/support/v7/gridlayout/.classpath
    346 frameworks/support/v7/gridlayout/AndroidManifest.xml                                              extras/android/support/v7/gridlayout/AndroidManifest.xml
    347 frameworks/support/v7/gridlayout/project.properties                                               extras/android/support/v7/gridlayout/project.properties
    348 frameworks/support/v7/gridlayout/res                                                              extras/android/support/v7/gridlayout/res
    349 frameworks/support/v7/gridlayout/src/.readme                                                      extras/android/support/v7/gridlayout/src/.readme
    350 ${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
    351 
    352 frameworks/support/v7/appcompat/README.txt                                                        extras/android/support/v7/appcompat/README.txt
    353 frameworks/support/v7/appcompat/.project                                                          extras/android/support/v7/appcompat/.project
    354 frameworks/support/v7/appcompat/.classpath                                                        extras/android/support/v7/appcompat/.classpath
    355 frameworks/support/v7/appcompat/AndroidManifest.xml                                               extras/android/support/v7/appcompat/AndroidManifest.xml
    356 frameworks/support/v7/appcompat/project.properties                                                extras/android/support/v7/appcompat/project.properties
    357 frameworks/support/v7/appcompat/res                                                               extras/android/support/v7/appcompat/res
    358 frameworks/support/v7/appcompat/src/.readme                                                       extras/android/support/v7/appcompat/src/.readme
    359 ${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
    360 ${OUT_DIR}/target/common/obj/PACKAGING/android-support-v4_intermediates/android-support-v4.jar                        extras/android/support/v7/appcompat/libs/android-support-v4.jar
    361 
    362 frameworks/support/v7/mediarouter/README.txt                                                       extras/android/support/v7/mediarouter/README.txt
    363 frameworks/support/v7/mediarouter/.project                                                         extras/android/support/v7/mediarouter/.project
    364 frameworks/support/v7/mediarouter/.classpath                                                       extras/android/support/v7/mediarouter/.classpath
    365 frameworks/support/v7/mediarouter/AndroidManifest.xml                                              extras/android/support/v7/mediarouter/AndroidManifest.xml
    366 frameworks/support/v7/mediarouter/project.properties                                               extras/android/support/v7/mediarouter/project.properties
    367 frameworks/support/v7/mediarouter/res                                                              extras/android/support/v7/mediarouter/res
    368 frameworks/support/v7/mediarouter/src/.readme                                                      extras/android/support/v7/mediarouter/src/.readme
    369 ${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
    370 
    371 development/samples/Support7Demos                                                                 extras/android/support/samples/Support7Demos
    372 
    373 ##############################################################################
    374 # Tests Component
    375 ##############################################################################
    376 framework/layoutlib-tests.jar tests/libtests/layoutlib-tests.jar
    377 system/app/ConnectivityTest.apk tests/emulator-test-apps/ConnectivityTest.apk
    378 system/app/GpsLocationTest.apk tests/emulator-test-apps/GpsLocationTest.apk
    379 
    380