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 # Platform Tools Component
     38 ##############################################################################
     39 
     40 development/sdk/plat_tools_source.properties  platform-tools/source.properties
     41 
     42 # host tools from out/host/$(HOST_OS)-$(HOST_ARCH)/
     43 bin/adb                                 strip platform-tools/adb
     44 bin/aapt                                strip platform-tools/aapt
     45 bin/aidl                                strip platform-tools/aidl
     46 bin/fastboot                            strip platform-tools/fastboot
     47 bin/llvm-rs-cc                          strip platform-tools/llvm-rs-cc
     48 
     49 # dx
     50 bin/dx                                        platform-tools/dx
     51 bin/dexdump                                   platform-tools/dexdump
     52 framework/dx.jar                              platform-tools/lib/dx.jar
     53 
     54 # Framework include for Renderscript
     55 frameworks/rs/scriptc                         platform-tools/renderscript/include
     56 external/clang/lib/Headers                    platform-tools/renderscript/clang-include
     57 external/clang/LICENSE.TXT                    platform-tools/renderscript/clang-include/LICENSE.TXT
     58 
     59 # API database for tools such as lint
     60 development/sdk/api-versions.xml              platform-tools/api/api-versions.xml
     61 
     62 ##############################################################################
     63 # Platform Component
     64 ##############################################################################
     65 
     66 # version files for the SDK updater, from development.git
     67 ${HOST_OUT}/development/sdk/platform_source.properties platforms/${PLATFORM_NAME}/source.properties
     68 
     69 # copy build prop from out/.../sdk/
     70 sdk/sdk-build.prop                            platforms/${PLATFORM_NAME}/build.prop
     71 
     72 # the uper-jar file that apps link against. This is the public API
     73 ${OUT_DIR}/target/common/obj/PACKAGING/android_jar_intermediates/android.jar platforms/${PLATFORM_NAME}/android.jar
     74 ${OUT_DIR}/target/common/obj/JAVA_LIBRARIES/android_uiautomator_intermediates/javalib.jar           platforms/${PLATFORM_NAME}/uiautomator.jar
     75 
     76 # the aidl precompiled include
     77 obj/framework.aidl platforms/${PLATFORM_NAME}/framework.aidl
     78 
     79 # emulator skins from sdk.git
     80 development/tools/emulator/skins/QVGA          platforms/${PLATFORM_NAME}/skins/QVGA
     81 development/tools/emulator/skins/WQVGA432      platforms/${PLATFORM_NAME}/skins/WQVGA432
     82 development/tools/emulator/skins/WQVGA400      platforms/${PLATFORM_NAME}/skins/WQVGA400
     83 development/tools/emulator/skins/HVGA          platforms/${PLATFORM_NAME}/skins/HVGA
     84 development/tools/emulator/skins/WVGA800       platforms/${PLATFORM_NAME}/skins/WVGA800
     85 development/tools/emulator/skins/WVGA854       platforms/${PLATFORM_NAME}/skins/WVGA854
     86 development/tools/emulator/skins/WSVGA         platforms/${PLATFORM_NAME}/skins/WSVGA
     87 development/tools/emulator/skins/WXGA720       platforms/${PLATFORM_NAME}/skins/WXGA720
     88 development/tools/emulator/skins/WXGA800       platforms/${PLATFORM_NAME}/skins/WXGA800
     89 development/tools/emulator/skins/WXGA800-7in   platforms/${PLATFORM_NAME}/skins/WXGA800-7in
     90 
     91 # Platform SDK properties
     92 development/sdk/sdk.properties               platforms/${PLATFORM_NAME}/sdk.properties
     93 
     94 # sdk.git Ant templates for project files
     95 development/tools/templates/AndroidManifest.template        platforms/${PLATFORM_NAME}/templates/AndroidManifest.template
     96 development/tools/templates/AndroidManifest.tests.template  platforms/${PLATFORM_NAME}/templates/AndroidManifest.tests.template
     97 development/tools/templates/java_file.template              platforms/${PLATFORM_NAME}/templates/java_file.template
     98 development/tools/templates/java_tests_file.template        platforms/${PLATFORM_NAME}/templates/java_tests_file.template
     99 development/tools/templates/layout.template                 platforms/${PLATFORM_NAME}/templates/layout.template
    100 development/tools/templates/strings.template                platforms/${PLATFORM_NAME}/templates/strings.template
    101 development/tools/templates/ic_launcher_ldpi.png            platforms/${PLATFORM_NAME}/templates/ic_launcher_ldpi.png
    102 development/tools/templates/ic_launcher_mdpi.png            platforms/${PLATFORM_NAME}/templates/ic_launcher_mdpi.png
    103 development/tools/templates/ic_launcher_hdpi.png            platforms/${PLATFORM_NAME}/templates/ic_launcher_hdpi.png
    104 development/tools/templates/ic_launcher_xhdpi.png           platforms/${PLATFORM_NAME}/templates/ic_launcher_xhdpi.png
    105 
    106 # Eclipse Editors support
    107 framework/layoutlib.jar       platforms/${PLATFORM_NAME}/data/layoutlib.jar
    108 frameworks/base/core/res/res  platforms/${PLATFORM_NAME}/data/res
    109 docs/activity_actions.txt     platforms/${PLATFORM_NAME}/data/activity_actions.txt
    110 docs/broadcast_actions.txt    platforms/${PLATFORM_NAME}/data/broadcast_actions.txt
    111 docs/service_actions.txt      platforms/${PLATFORM_NAME}/data/service_actions.txt
    112 docs/categories.txt           platforms/${PLATFORM_NAME}/data/categories.txt
    113 docs/widgets.txt              platforms/${PLATFORM_NAME}/data/widgets.txt
    114 docs/features.txt             platforms/${PLATFORM_NAME}/data/features.txt
    115 
    116 # fonts for layoutlib.
    117 frameworks/base/data/fonts    platforms/${PLATFORM_NAME}/data/fonts
    118 
    119 # NOTICE files are copied by build/core/Makefile from sdk.git
    120 sdk/files/sdk_files_NOTICE.txt platforms/${PLATFORM_NAME}/templates/NOTICE.txt
    121 sdk/files/sdk_files_NOTICE.txt platforms/${PLATFORM_NAME}/data/NOTICE.txt
    122 sdk/files/sdk_files_NOTICE.txt platforms/${PLATFORM_NAME}/skins/NOTICE.txt
    123 
    124 ##############################################################################
    125 # System image Component
    126 ##############################################################################
    127 
    128 # System images + Kernel
    129 system.img                                 system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/system.img
    130 ramdisk.img                                system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/ramdisk.img
    131 userdata.img                               system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/userdata.img
    132 system/build.prop                          system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/build.prop
    133 
    134 # Note: the kernel image is handled by sdk-android-<abi>.atree now.
    135 
    136 ##############################################################################
    137 # Docs Component
    138 ##############################################################################
    139 
    140 # version files for the SDK updater, from sdk.git
    141 ${HOST_OUT}/development/sdk/doc_source.properties docs/source.properties
    142 
    143 # the docs
    144 docs/offline-sdk docs
    145 frameworks/base/docs/docs-samples-redirect.html docs/samples/index.html
    146 
    147 
    148 ##############################################################################
    149 # Samples Component
    150 ##############################################################################
    151 
    152 # samples to include in the sdk samples package
    153 #
    154 # the list here should match the list of samples that we generate docs for,
    155 # (see web_docs_sample_code_flags in frameworks/base/Android.mk)
    156 development/apps/GestureBuilder                samples/${PLATFORM_NAME}/GestureBuilder
    157 development/samples/samples_source.properties  samples/${PLATFORM_NAME}/source.properties
    158 #
    159 # PLEASE KEEP THE SAMPLES IN ALPHABETICAL ORDER.
    160 #
    161 development/samples/AccelerometerPlay          samples/${PLATFORM_NAME}/AccelerometerPlay
    162 development/samples/ActionBarCompat            samples/${PLATFORM_NAME}/ActionBarCompat
    163 development/samples/AndroidBeamDemo            samples/${PLATFORM_NAME}/AndroidBeamDemo
    164 development/samples/ApiDemos                   samples/${PLATFORM_NAME}/ApiDemos
    165 development/samples/AppNavigation              samples/${PLATFORM_NAME}/AppNavigation
    166 development/samples/BackupRestore              samples/${PLATFORM_NAME}/BackupRestore
    167 development/samples/BasicGLSurfaceView         samples/${PLATFORM_NAME}/BasicGLSurfaceView
    168 development/samples/BluetoothChat              samples/${PLATFORM_NAME}/BluetoothChat
    169 development/samples/BluetoothHDP               samples/${PLATFORM_NAME}/BluetoothHDP
    170 development/samples/ContactManager             samples/${PLATFORM_NAME}/ContactManager
    171 development/samples/CrossCompatibility         samples/${PLATFORM_NAME}/CrossCompatibility
    172 development/samples/CubeLiveWallpaper          samples/${PLATFORM_NAME}/CubeLiveWallpaper
    173 development/samples/HelloEffects               samples/${PLATFORM_NAME}/HelloEffects
    174 development/samples/Home                       samples/${PLATFORM_NAME}/Home
    175 development/samples/HoneycombGallery           samples/${PLATFORM_NAME}/HoneycombGallery
    176 development/samples/JetBoy                     samples/${PLATFORM_NAME}/JetBoy
    177 development/samples/KeyChainDemo               samples/${PLATFORM_NAME}/KeyChainDemo
    178 development/samples/LunarLander                samples/${PLATFORM_NAME}/LunarLander
    179 development/samples/MultiResolution            samples/${PLATFORM_NAME}/MultiResolution
    180 development/samples/NotePad                    samples/${PLATFORM_NAME}/NotePad
    181 development/samples/RandomMusicPlayer          samples/${PLATFORM_NAME}/RandomMusicPlayer
    182 development/samples/SpellChecker/SampleSpellCheckerService samples/${PLATFORM_NAME}/SpellChecker/SampleSpellCheckerService
    183 development/samples/SpellChecker/HelloSpellChecker samples/${PLATFORM_NAME}/SpellChecker/HelloSpellChecker
    184 development/samples/SampleSyncAdapter          samples/${PLATFORM_NAME}/SampleSyncAdapter
    185 development/samples/SearchableDictionary       samples/${PLATFORM_NAME}/SearchableDictionary
    186 development/samples/SipDemo                    samples/${PLATFORM_NAME}/SipDemo
    187 development/samples/SkeletonApp                samples/${PLATFORM_NAME}/SkeletonApp
    188 development/samples/Snake                      samples/${PLATFORM_NAME}/Snake
    189 development/samples/SoftKeyboard               samples/${PLATFORM_NAME}/SoftKeyboard
    190 development/samples/Spinner                    samples/${PLATFORM_NAME}/Spinner
    191 development/samples/SpinnerTest                samples/${PLATFORM_NAME}/SpinnerTest
    192 development/samples/TicTacToeLib               samples/${PLATFORM_NAME}/TicTacToeLib
    193 development/samples/TicTacToeMain              samples/${PLATFORM_NAME}/TicTacToeMain
    194 development/samples/TtsEngine                  samples/${PLATFORM_NAME}/TtsEngine
    195 development/samples/ToyVpn                     samples/${PLATFORM_NAME}/ToyVpn
    196 development/samples/USB/MissileLauncher        samples/${PLATFORM_NAME}/USB/MissileLauncher
    197 development/samples/USB/AdbTest                samples/${PLATFORM_NAME}/USB/AdbTest
    198 development/samples/VoiceRecognitionService    samples/${PLATFORM_NAME}/VoiceRecognitionService
    199 development/samples/VoicemailProviderDemo      samples/${PLATFORM_NAME}/VoicemailProviderDemo
    200 development/samples/WeatherListWidget          samples/${PLATFORM_NAME}/WeatherListWidget
    201 development/apps/WidgetPreview                 samples/${PLATFORM_NAME}/WidgetPreview
    202 development/samples/WiFiDirectDemo             samples/${PLATFORM_NAME}/WiFiDirectDemo
    203 development/samples/WiFiDirectServiceDiscovery samples/${PLATFORM_NAME}/WiFiDirectServiceDiscovery
    204 development/samples/Wiktionary                 samples/${PLATFORM_NAME}/Wiktionary
    205 development/samples/WiktionarySimple           samples/${PLATFORM_NAME}/WiktionarySimple
    206 development/samples/XmlAdapters                samples/${PLATFORM_NAME}/XmlAdapters
    207 development/samples/RenderScript/HelloCompute  samples/${PLATFORM_NAME}/RenderScript/HelloCompute
    208 
    209 # NOTICE files are copied by build/core/Makefile from sdk.git
    210 sdk/files/sdk_files_NOTICE.txt samples/${PLATFORM_NAME}/NOTICE.txt
    211 
    212 ##############################################################################
    213 # Add-on Folder
    214 ##############################################################################
    215 
    216 # empty add-on folder with just a readme copied from sdk.git
    217 sdk/files/README_add-ons.txt add-ons/README.txt
    218 
    219 ##############################################################################
    220 # Extra Component: Support
    221 ##############################################################################
    222 
    223 development/sdk/support_source.properties                                                         extras/android/support/source.properties
    224 development/sdk/support_README.txt                                                                extras/android/support/README.txt
    225 sdk/files/sdk_files_NOTICE.txt                                                                    extras/android/support/NOTICE.txt
    226 
    227 ${OUT_DIR}/target/common/obj/PACKAGING/android-support-v4_intermediates/android-support-v4.jar    extras/android/support/v4/android-support-v4.jar
    228 frameworks/support/v4                                                                             extras/android/support/v4/src
    229 development/samples/Support4Demos                                                                 extras/android/support/samples/Support4Demos
    230 development/samples/SupportAppNavigation                                                          extras/android/support/samples/SupportAppNavigation
    231 
    232 ${OUT_DIR}/target/common/obj/PACKAGING/android-support-v13_intermediates/android-support-v13.jar  extras/android/support/v13/android-support-v13.jar
    233 frameworks/support/v13                                                                            extras/android/support/v13/src
    234 development/samples/Support13Demos                                                                extras/android/support/samples/Support13Demos
    235 
    236 frameworks/support/v7/gridlayout/README.txt                                                       extras/android/support/v7/gridlayout/README.txt
    237 frameworks/support/v7/gridlayout/.project                                                         extras/android/support/v7/gridlayout/.project
    238 frameworks/support/v7/gridlayout/.classpath                                                       extras/android/support/v7/gridlayout/.classpath
    239 frameworks/support/v7/gridlayout/AndroidManifest.xml                                              extras/android/support/v7/gridlayout/AndroidManifest.xml
    240 frameworks/support/v7/gridlayout/project.properties                                               extras/android/support/v7/gridlayout/project.properties
    241 frameworks/support/v7/gridlayout/res                                                              extras/android/support/v7/gridlayout/res
    242 frameworks/support/v7/gridlayout/readme                                                           extras/android/support/v7/gridlayout/src/.readme
    243 ${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
    244 
    245 ##############################################################################
    246 # Tests Component
    247 ##############################################################################
    248 framework/layoutlib-tests.jar tests/libtests/layoutlib-tests.jar
    249 system/app/ConnectivityTest.apk tests/emulator-test-apps/ConnectivityTest.apk
    250 system/app/GpsLocationTest.apk tests/emulator-test-apps/GpsLocationTest.apk
    251