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