1# 2# Copyright (C) 2007 The Android Open Source Project 3# 4# Licensed under the Apache License, Version 2.0 (the "License"); 5# you may not use this file except in compliance with the License. 6# You may obtain a copy of the License at 7# 8# http://www.apache.org/licenses/LICENSE-2.0 9# 10# Unless required by applicable law or agreed to in writing, software 11# distributed under the License is distributed on an "AS IS" BASIS, 12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13# See the License for the specific language governing permissions and 14# limitations under the License. 15# 16 17# 18# These are the files that comprise that SDK. 19# 20# The files that will go in the tools folder are setup through 21# sdk/build/tools.atree 22# This is to help when the sdk.git project is branched differently from 23# the other projects. 24# 25 26############################################################################## 27# SDK Root folder 28############################################################################## 29 30# the readme 31development/docs/SDK_RELEASE_NOTES RELEASE_NOTES.html 32 33# doc redirect 34frameworks/base/docs/docs-redirect.html documentation.html 35 36############################################################################## 37# Platform Tools Component 38############################################################################## 39 40development/sdk/plat_tools_source.properties platform-tools/source.properties 41 42# host tools from out/host/$(HOST_OS)-$(HOST_ARCH)/ 43bin/adb strip platform-tools/adb 44bin/aapt strip platform-tools/aapt 45bin/aidl strip platform-tools/aidl 46bin/fastboot strip platform-tools/fastboot 47bin/llvm-rs-cc strip platform-tools/llvm-rs-cc 48 49# dx 50bin/dx platform-tools/dx 51bin/dexdump platform-tools/dexdump 52framework/dx.jar platform-tools/lib/dx.jar 53 54# Framework include for Renderscript 55frameworks/rs/scriptc platform-tools/renderscript/include 56external/clang/lib/Headers platform-tools/renderscript/clang-include 57external/clang/LICENSE.TXT platform-tools/renderscript/clang-include/LICENSE.TXT 58 59# API database for tools such as lint 60development/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/ 70sdk/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 75# the aidl precompiled include 76obj/framework.aidl platforms/${PLATFORM_NAME}/framework.aidl 77 78# emulator skins from sdk.git 79development/tools/emulator/skins/QVGA platforms/${PLATFORM_NAME}/skins/QVGA 80development/tools/emulator/skins/WQVGA432 platforms/${PLATFORM_NAME}/skins/WQVGA432 81development/tools/emulator/skins/WQVGA400 platforms/${PLATFORM_NAME}/skins/WQVGA400 82development/tools/emulator/skins/HVGA platforms/${PLATFORM_NAME}/skins/HVGA 83development/tools/emulator/skins/WVGA800 platforms/${PLATFORM_NAME}/skins/WVGA800 84development/tools/emulator/skins/WVGA854 platforms/${PLATFORM_NAME}/skins/WVGA854 85development/tools/emulator/skins/WSVGA platforms/${PLATFORM_NAME}/skins/WSVGA 86development/tools/emulator/skins/WXGA720 platforms/${PLATFORM_NAME}/skins/WXGA720 87development/tools/emulator/skins/WXGA800 platforms/${PLATFORM_NAME}/skins/WXGA800 88development/tools/emulator/skins/WXGA800-7in platforms/${PLATFORM_NAME}/skins/WXGA800-7in 89 90# Platform SDK properties 91development/sdk/sdk.properties platforms/${PLATFORM_NAME}/sdk.properties 92 93# sdk.git Ant templates for project files 94development/tools/templates/AndroidManifest.template platforms/${PLATFORM_NAME}/templates/AndroidManifest.template 95development/tools/templates/AndroidManifest.tests.template platforms/${PLATFORM_NAME}/templates/AndroidManifest.tests.template 96development/tools/templates/java_file.template platforms/${PLATFORM_NAME}/templates/java_file.template 97development/tools/templates/java_tests_file.template platforms/${PLATFORM_NAME}/templates/java_tests_file.template 98development/tools/templates/layout.template platforms/${PLATFORM_NAME}/templates/layout.template 99development/tools/templates/strings.template platforms/${PLATFORM_NAME}/templates/strings.template 100development/tools/templates/ic_launcher_ldpi.png platforms/${PLATFORM_NAME}/templates/ic_launcher_ldpi.png 101development/tools/templates/ic_launcher_mdpi.png platforms/${PLATFORM_NAME}/templates/ic_launcher_mdpi.png 102development/tools/templates/ic_launcher_hdpi.png platforms/${PLATFORM_NAME}/templates/ic_launcher_hdpi.png 103development/tools/templates/ic_launcher_xhdpi.png platforms/${PLATFORM_NAME}/templates/ic_launcher_xhdpi.png 104 105# Eclipse Editors support 106framework/layoutlib.jar platforms/${PLATFORM_NAME}/data/layoutlib.jar 107frameworks/base/core/res/res platforms/${PLATFORM_NAME}/data/res 108docs/activity_actions.txt platforms/${PLATFORM_NAME}/data/activity_actions.txt 109docs/broadcast_actions.txt platforms/${PLATFORM_NAME}/data/broadcast_actions.txt 110docs/service_actions.txt platforms/${PLATFORM_NAME}/data/service_actions.txt 111docs/categories.txt platforms/${PLATFORM_NAME}/data/categories.txt 112docs/widgets.txt platforms/${PLATFORM_NAME}/data/widgets.txt 113docs/features.txt platforms/${PLATFORM_NAME}/data/features.txt 114 115# fonts for layoutlib. 116frameworks/base/data/fonts platforms/${PLATFORM_NAME}/data/fonts 117 118# NOTICE files are copied by build/core/Makefile from sdk.git 119sdk/files/sdk_files_NOTICE.txt platforms/${PLATFORM_NAME}/templates/NOTICE.txt 120sdk/files/sdk_files_NOTICE.txt platforms/${PLATFORM_NAME}/data/NOTICE.txt 121sdk/files/sdk_files_NOTICE.txt platforms/${PLATFORM_NAME}/skins/NOTICE.txt 122 123############################################################################## 124# System image Component 125############################################################################## 126 127# System images + Kernel 128system.img system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/system.img 129ramdisk.img system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/ramdisk.img 130userdata.img system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/userdata.img 131system/build.prop system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/build.prop 132 133# Note: the kernel image is handled by sdk-android-<abi>.atree now. 134 135############################################################################## 136# Docs Component 137############################################################################## 138 139# version files for the SDK updater, from sdk.git 140${HOST_OUT}/development/sdk/doc_source.properties docs/source.properties 141 142# the docs 143docs/offline-sdk docs 144frameworks/base/docs/docs-samples-redirect.html docs/samples/index.html 145 146 147############################################################################## 148# Samples Component 149############################################################################## 150 151# samples to include in the sdk samples package 152# 153# the list here should match the list of samples that we generate docs for, 154# (see web_docs_sample_code_flags in frameworks/base/Android.mk) 155development/apps/GestureBuilder samples/${PLATFORM_NAME}/GestureBuilder 156development/samples/samples_source.properties samples/${PLATFORM_NAME}/source.properties 157# 158# PLEASE KEEP THE SAMPLES IN ALPHABETICAL ORDER. 159# 160development/samples/AccelerometerPlay samples/${PLATFORM_NAME}/AccelerometerPlay 161development/samples/ActionBarCompat samples/${PLATFORM_NAME}/ActionBarCompat 162development/samples/AndroidBeamDemo samples/${PLATFORM_NAME}/AndroidBeamDemo 163development/samples/ApiDemos samples/${PLATFORM_NAME}/ApiDemos 164development/samples/AppNavigation samples/${PLATFORM_NAME}/AppNavigation 165development/samples/BackupRestore samples/${PLATFORM_NAME}/BackupRestore 166development/samples/BasicGLSurfaceView samples/${PLATFORM_NAME}/BasicGLSurfaceView 167development/samples/BluetoothChat samples/${PLATFORM_NAME}/BluetoothChat 168development/samples/BluetoothHDP samples/${PLATFORM_NAME}/BluetoothHDP 169development/samples/ContactManager samples/${PLATFORM_NAME}/ContactManager 170development/samples/CrossCompatibility samples/${PLATFORM_NAME}/CrossCompatibility 171development/samples/CubeLiveWallpaper samples/${PLATFORM_NAME}/CubeLiveWallpaper 172development/samples/HelloEffects samples/${PLATFORM_NAME}/HelloEffects 173development/samples/Home samples/${PLATFORM_NAME}/Home 174development/samples/HoneycombGallery samples/${PLATFORM_NAME}/HoneycombGallery 175development/samples/JetBoy samples/${PLATFORM_NAME}/JetBoy 176development/samples/KeyChainDemo samples/${PLATFORM_NAME}/KeyChainDemo 177development/samples/LunarLander samples/${PLATFORM_NAME}/LunarLander 178development/samples/MultiResolution samples/${PLATFORM_NAME}/MultiResolution 179development/samples/NotePad samples/${PLATFORM_NAME}/NotePad 180development/samples/RandomMusicPlayer samples/${PLATFORM_NAME}/RandomMusicPlayer 181development/samples/SpellChecker/SampleSpellCheckerService samples/${PLATFORM_NAME}/SpellChecker/SampleSpellCheckerService 182development/samples/SpellChecker/HelloSpellChecker samples/${PLATFORM_NAME}/SpellChecker/HelloSpellChecker 183development/samples/SampleSyncAdapter samples/${PLATFORM_NAME}/SampleSyncAdapter 184development/samples/SearchableDictionary samples/${PLATFORM_NAME}/SearchableDictionary 185development/samples/SipDemo samples/${PLATFORM_NAME}/SipDemo 186development/samples/SkeletonApp samples/${PLATFORM_NAME}/SkeletonApp 187development/samples/Snake samples/${PLATFORM_NAME}/Snake 188development/samples/SoftKeyboard samples/${PLATFORM_NAME}/SoftKeyboard 189development/samples/Spinner samples/${PLATFORM_NAME}/Spinner 190development/samples/SpinnerTest samples/${PLATFORM_NAME}/SpinnerTest 191development/samples/TicTacToeLib samples/${PLATFORM_NAME}/TicTacToeLib 192development/samples/TicTacToeMain samples/${PLATFORM_NAME}/TicTacToeMain 193development/samples/TtsEngine samples/${PLATFORM_NAME}/TtsEngine 194development/samples/ToyVpn samples/${PLATFORM_NAME}/ToyVpn 195development/samples/USB/MissileLauncher samples/${PLATFORM_NAME}/USB/MissileLauncher 196development/samples/USB/AdbTest samples/${PLATFORM_NAME}/USB/AdbTest 197development/samples/VoiceRecognitionService samples/${PLATFORM_NAME}/VoiceRecognitionService 198development/samples/VoicemailProviderDemo samples/${PLATFORM_NAME}/VoicemailProviderDemo 199development/samples/WeatherListWidget samples/${PLATFORM_NAME}/WeatherListWidget 200development/apps/WidgetPreview samples/${PLATFORM_NAME}/WidgetPreview 201development/samples/WiFiDirectDemo samples/${PLATFORM_NAME}/WiFiDirectDemo 202development/samples/Wiktionary samples/${PLATFORM_NAME}/Wiktionary 203development/samples/WiktionarySimple samples/${PLATFORM_NAME}/WiktionarySimple 204development/samples/XmlAdapters samples/${PLATFORM_NAME}/XmlAdapters 205development/samples/RenderScript/HelloCompute samples/${PLATFORM_NAME}/RenderScript/HelloCompute 206 207# NOTICE files are copied by build/core/Makefile from sdk.git 208sdk/files/sdk_files_NOTICE.txt samples/${PLATFORM_NAME}/NOTICE.txt 209 210############################################################################## 211# Add-on Folder 212############################################################################## 213 214# empty add-on folder with just a readme copied from sdk.git 215sdk/files/README_add-ons.txt add-ons/README.txt 216 217############################################################################## 218# Extra Component: Support 219############################################################################## 220 221development/sdk/support_source.properties extras/android/support/source.properties 222development/sdk/support_README.txt extras/android/support/README.txt 223sdk/files/sdk_files_NOTICE.txt extras/android/support/NOTICE.txt 224 225${OUT_DIR}/target/common/obj/PACKAGING/android-support-v4_intermediates/android-support-v4.jar extras/android/support/v4/android-support-v4.jar 226frameworks/support/v4 extras/android/support/v4/src 227development/samples/Support4Demos extras/android/support/samples/Support4Demos 228development/samples/SupportAppNavigation extras/android/support/samples/SupportAppNavigation 229 230${OUT_DIR}/target/common/obj/PACKAGING/android-support-v13_intermediates/android-support-v13.jar extras/android/support/v13/android-support-v13.jar 231frameworks/support/v13 extras/android/support/v13/src 232development/samples/Support13Demos extras/android/support/samples/Support13Demos 233 234frameworks/support/v7/gridlayout/README.txt extras/android/support/v7/gridlayout/README.txt 235frameworks/support/v7/gridlayout/.project extras/android/support/v7/gridlayout/.project 236frameworks/support/v7/gridlayout/.classpath extras/android/support/v7/gridlayout/.classpath 237frameworks/support/v7/gridlayout/AndroidManifest.xml extras/android/support/v7/gridlayout/AndroidManifest.xml 238frameworks/support/v7/gridlayout/project.properties extras/android/support/v7/gridlayout/project.properties 239frameworks/support/v7/gridlayout/res extras/android/support/v7/gridlayout/res 240frameworks/support/v7/gridlayout/readme extras/android/support/v7/gridlayout/src/.readme 241${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 242 243############################################################################## 244# Tests Component 245############################################################################## 246framework/layoutlib-tests.jar tests/libtests/layoutlib-tests.jar 247system/app/ConnectivityTest.apk tests/emulator-test-apps/ConnectivityTest.apk 248system/app/GpsLocationTest.apk tests/emulator-test-apps/GpsLocationTest.apk 249