The Android Open Source Project | 52d4c30 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 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 | # |
Xavier Ducrohet | 682ec29 | 2010-09-27 15:53:27 -0700 | [diff] [blame] | 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. |
The Android Open Source Project | 52d4c30 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 24 | # |
| 25 | |
Xavier Ducrohet | b86b7f7 | 2010-07-27 15:07:35 -0700 | [diff] [blame] | 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 | ############################################################################## |
Xavier Ducrohet | b86b7f7 | 2010-07-27 15:07:35 -0700 | [diff] [blame] | 37 | # Platform Tools Component |
| 38 | ############################################################################## |
| 39 | |
| 40 | # host tools from out/host/$(HOST_OS)-$(HOST_ARCH)/ |
Xavier Ducrohet | 6a8e50f | 2010-09-27 13:58:45 -0700 | [diff] [blame] | 41 | bin/adb platform-tools/adb |
Xavier Ducrohet | b86b7f7 | 2010-07-27 15:07:35 -0700 | [diff] [blame] | 42 | bin/aapt platform-tools/aapt |
| 43 | bin/aidl platform-tools/aidl |
Raphael | 32d597b | 2011-01-13 16:59:09 -0800 | [diff] [blame^] | 44 | bin/llvm-rs-cc platform-tools/llvm-rs-cc |
Xavier Ducrohet | b86b7f7 | 2010-07-27 15:07:35 -0700 | [diff] [blame] | 45 | # dx |
| 46 | bin/dx platform-tools/dx |
| 47 | bin/dexdump platform-tools/dexdump |
| 48 | framework/dx.jar platform-tools/lib/dx.jar |
| 49 | |
| 50 | sdk/files/sdk_files_NOTICE.txt platform-tools/NOTICE.txt |
| 51 | development/sdk/plat_tools_source.properties platform-tools/source.properties |
| 52 | |
| 53 | ############################################################################## |
| 54 | # Platform Component |
| 55 | ############################################################################## |
| 56 | |
| 57 | # version files for the SDK updater, from sdk.git |
| 58 | development/sdk/platform_source.properties platforms/${PLATFORM_NAME}/source.properties |
| 59 | |
| 60 | # copy build prop from out/.../sdk/ |
| 61 | sdk/sdk-build.prop platforms/${PLATFORM_NAME}/build.prop |
| 62 | |
| 63 | # the uper-jar file that apps link against. This is the public API |
Raphael Moll | c2e8083 | 2011-01-05 14:59:27 -0800 | [diff] [blame] | 64 | ${OUT_DIR}/target/common/obj/PACKAGING/android_jar_intermediates/android.jar platforms/${PLATFORM_NAME}/android.jar |
Xavier Ducrohet | b86b7f7 | 2010-07-27 15:07:35 -0700 | [diff] [blame] | 65 | |
| 66 | # the aidl precompiled include |
| 67 | obj/framework.aidl platforms/${PLATFORM_NAME}/framework.aidl |
| 68 | |
| 69 | # System images + Kernel |
| 70 | system.img platforms/${PLATFORM_NAME}/images/system.img |
| 71 | ramdisk.img platforms/${PLATFORM_NAME}/images/ramdisk.img |
| 72 | userdata.img platforms/${PLATFORM_NAME}/images/userdata.img |
| 73 | prebuilt/android-arm/kernel/kernel-qemu platforms/${PLATFORM_NAME}/images/kernel-qemu |
| 74 | |
| 75 | # emulator skins from sdk.git |
Xavier Ducrohet | 300b84c | 2011-01-06 13:31:24 -0800 | [diff] [blame] | 76 | development/tools/emulator/skins/QVGA platforms/${PLATFORM_NAME}/skins/QVGA |
| 77 | development/tools/emulator/skins/WQVGA432 platforms/${PLATFORM_NAME}/skins/WQVGA432 |
| 78 | development/tools/emulator/skins/WQVGA400 platforms/${PLATFORM_NAME}/skins/WQVGA400 |
| 79 | development/tools/emulator/skins/HVGA platforms/${PLATFORM_NAME}/skins/HVGA |
| 80 | development/tools/emulator/skins/WVGA800 platforms/${PLATFORM_NAME}/skins/WVGA800 |
| 81 | development/tools/emulator/skins/WVGA854 platforms/${PLATFORM_NAME}/skins/WVGA854 |
Xavier Ducrohet | 9709bd2 | 2011-01-07 14:33:36 -0800 | [diff] [blame] | 82 | development/tools/emulator/skins/WXGA platforms/${PLATFORM_NAME}/skins/WXGA |
Xavier Ducrohet | b86b7f7 | 2010-07-27 15:07:35 -0700 | [diff] [blame] | 83 | |
| 84 | # Platform SDK properties |
| 85 | sdk/files/sdk.properties platforms/${PLATFORM_NAME}/sdk.properties |
| 86 | |
| 87 | # sdk.git Ant templates for project files |
| 88 | sdk/templates/AndroidManifest.template platforms/${PLATFORM_NAME}/templates/AndroidManifest.template |
| 89 | sdk/templates/AndroidManifest.tests.template platforms/${PLATFORM_NAME}/templates/AndroidManifest.tests.template |
| 90 | sdk/templates/java_file.template platforms/${PLATFORM_NAME}/templates/java_file.template |
| 91 | sdk/templates/java_tests_file.template platforms/${PLATFORM_NAME}/templates/java_tests_file.template |
| 92 | sdk/templates/layout.template platforms/${PLATFORM_NAME}/templates/layout.template |
| 93 | sdk/templates/strings.template platforms/${PLATFORM_NAME}/templates/strings.template |
| 94 | sdk/templates/icon_ldpi.png platforms/${PLATFORM_NAME}/templates/icon_ldpi.png |
| 95 | sdk/templates/icon_mdpi.png platforms/${PLATFORM_NAME}/templates/icon_mdpi.png |
| 96 | sdk/templates/icon_hdpi.png platforms/${PLATFORM_NAME}/templates/icon_hdpi.png |
| 97 | |
| 98 | # Eclipse Editors support |
| 99 | framework/layoutlib.jar platforms/${PLATFORM_NAME}/data/layoutlib.jar |
| 100 | frameworks/base/core/res/res platforms/${PLATFORM_NAME}/data/res |
| 101 | docs/activity_actions.txt platforms/${PLATFORM_NAME}/data/activity_actions.txt |
| 102 | docs/broadcast_actions.txt platforms/${PLATFORM_NAME}/data/broadcast_actions.txt |
| 103 | docs/service_actions.txt platforms/${PLATFORM_NAME}/data/service_actions.txt |
| 104 | docs/categories.txt platforms/${PLATFORM_NAME}/data/categories.txt |
| 105 | docs/widgets.txt platforms/${PLATFORM_NAME}/data/widgets.txt |
| 106 | docs/features.txt platforms/${PLATFORM_NAME}/data/features.txt |
| 107 | |
| 108 | # fonts for layoutlib. |
| 109 | frameworks/base/data/fonts/fonts.xml platforms/${PLATFORM_NAME}/data/fonts/fonts.xml |
| 110 | frameworks/base/data/fonts/DroidSans.ttf platforms/${PLATFORM_NAME}/data/fonts/DroidSans.ttf |
| 111 | frameworks/base/data/fonts/DroidSans-Bold.ttf platforms/${PLATFORM_NAME}/data/fonts/DroidSans-Bold.ttf |
| 112 | frameworks/base/data/fonts/DroidSansMono.ttf platforms/${PLATFORM_NAME}/data/fonts/DroidSansMono.ttf |
| 113 | frameworks/base/data/fonts/DroidSerif-Bold.ttf platforms/${PLATFORM_NAME}/data/fonts/DroidSerif-Bold.ttf |
| 114 | frameworks/base/data/fonts/DroidSerif-BoldItalic.ttf platforms/${PLATFORM_NAME}/data/fonts/DroidSerif-BoldItalic.ttf |
| 115 | frameworks/base/data/fonts/DroidSerif-Italic.ttf platforms/${PLATFORM_NAME}/data/fonts/DroidSerif-Italic.ttf |
| 116 | frameworks/base/data/fonts/DroidSerif-Regular.ttf platforms/${PLATFORM_NAME}/data/fonts/DroidSerif-Regular.ttf |
| 117 | frameworks/base/data/fonts/DroidSansFallback.ttf platforms/${PLATFORM_NAME}/data/fonts/DroidSansFallback.ttf |
| 118 | frameworks/base/data/fonts/DroidSansJapanese.ttf platforms/${PLATFORM_NAME}/data/fonts/DroidSansJapanese.ttf |
| 119 | |
| 120 | # NOTICE files are copied by build/core/Makefile from sdk.git |
| 121 | sdk/files/sdk_files_NOTICE.txt platforms/${PLATFORM_NAME}/templates/NOTICE.txt |
| 122 | sdk/files/sdk_files_NOTICE.txt platforms/${PLATFORM_NAME}/data/NOTICE.txt |
| 123 | sdk/files/sdk_files_NOTICE.txt platforms/${PLATFORM_NAME}/skins/NOTICE.txt |
| 124 | |
| 125 | ############################################################################## |
| 126 | # Docs Component |
| 127 | ############################################################################## |
| 128 | |
| 129 | # version files for the SDK updater, from sdk.git |
| 130 | development/sdk/doc_source.properties docs/source.properties |
| 131 | |
| 132 | # the docs |
| 133 | docs/offline-sdk docs |
| 134 | frameworks/base/docs/docs-samples-redirect.html docs/samples/index.html |
| 135 | |
| 136 | |
| 137 | ############################################################################## |
| 138 | # Samples Component |
| 139 | ############################################################################## |
| 140 | |
Dirk Dougherty | 658d86e | 2010-02-08 10:22:43 -0800 | [diff] [blame] | 141 | # samples to include in the sdk samples package |
| 142 | # |
| 143 | # the list here should match the list of samples that we generate docs for, |
| 144 | # (see web_docs_sample_code_flags in frameworks/base/Android.mk) |
Mike LeBeau | ae7af39 | 2010-02-12 14:08:46 -0800 | [diff] [blame] | 145 | development/apps/GestureBuilder samples/${PLATFORM_NAME}/GestureBuilder |
Xavier Ducrohet | 9e914e4 | 2010-10-13 13:38:45 -0700 | [diff] [blame] | 146 | development/samples/source.properties samples/${PLATFORM_NAME}/source.properties |
| 147 | # |
| 148 | # PLEASE KEEP THE SAMPLES IN ALPHABETICAL ORDER. |
| 149 | # |
Svetoslav Ganov | 9f93186 | 2010-08-10 21:41:06 -0700 | [diff] [blame] | 150 | development/samples/AccessibilityService samples/${PLATFORM_NAME}/AccessibilityService |
Dirk Dougherty | 4171f29 | 2010-11-24 16:12:16 -0800 | [diff] [blame] | 151 | development/samples/AccelerometerPlay samples/${PLATFORM_NAME}/AccelerometerPlay |
Mike LeBeau | ae7af39 | 2010-02-12 14:08:46 -0800 | [diff] [blame] | 152 | development/samples/ApiDemos samples/${PLATFORM_NAME}/ApiDemos |
Christopher Tate | 41c42a9 | 2010-04-07 11:16:48 -0700 | [diff] [blame] | 153 | development/samples/BackupRestore samples/${PLATFORM_NAME}/BackupRestore |
Xavier Ducrohet | 9e914e4 | 2010-10-13 13:38:45 -0700 | [diff] [blame] | 154 | development/samples/BluetoothChat samples/${PLATFORM_NAME}/BluetoothChat |
| 155 | development/samples/ContactManager samples/${PLATFORM_NAME}/ContactManager |
| 156 | development/samples/CrossCompatibility samples/${PLATFORM_NAME}/CrossCompatibility |
| 157 | development/samples/CubeLiveWallpaper samples/${PLATFORM_NAME}/CubeLiveWallpaper |
Xavier Ducrohet | 9e914e4 | 2010-10-13 13:38:45 -0700 | [diff] [blame] | 158 | development/samples/Home samples/${PLATFORM_NAME}/Home |
| 159 | development/samples/JetBoy samples/${PLATFORM_NAME}/JetBoy |
| 160 | development/samples/LunarLander samples/${PLATFORM_NAME}/LunarLander |
| 161 | development/samples/MultiResolution samples/${PLATFORM_NAME}/MultiResolution |
| 162 | development/samples/NotePad samples/${PLATFORM_NAME}/NotePad |
Mike LeBeau | ae7af39 | 2010-02-12 14:08:46 -0800 | [diff] [blame] | 163 | development/samples/SampleSyncAdapter samples/${PLATFORM_NAME}/SampleSyncAdapter |
Xavier Ducrohet | 9e914e4 | 2010-10-13 13:38:45 -0700 | [diff] [blame] | 164 | development/samples/SearchableDictionary samples/${PLATFORM_NAME}/SearchableDictionary |
Alexander Lucas | a025796 | 2010-11-02 21:50:45 -0700 | [diff] [blame] | 165 | development/samples/SipDemo samples/${PLATFORM_NAME}/SipDemo |
Mike LeBeau | ae7af39 | 2010-02-12 14:08:46 -0800 | [diff] [blame] | 166 | development/samples/SkeletonApp samples/${PLATFORM_NAME}/SkeletonApp |
| 167 | development/samples/Snake samples/${PLATFORM_NAME}/Snake |
| 168 | development/samples/SoftKeyboard samples/${PLATFORM_NAME}/SoftKeyboard |
Dirk Dougherty | 56c8df1 | 2010-05-08 17:15:10 -0700 | [diff] [blame] | 169 | development/samples/Spinner samples/${PLATFORM_NAME}/Spinner |
Dirk Dougherty | 2f0b1c1 | 2010-05-07 09:11:24 -0700 | [diff] [blame] | 170 | development/samples/SpinnerTest samples/${PLATFORM_NAME}/SpinnerTest |
Xavier Ducrohet | fc7428f | 2010-05-06 16:53:09 -0700 | [diff] [blame] | 171 | development/samples/TicTacToeLib samples/${PLATFORM_NAME}/TicTacToeLib |
| 172 | development/samples/TicTacToeMain samples/${PLATFORM_NAME}/TicTacToeMain |
Xavier Ducrohet | 9e914e4 | 2010-10-13 13:38:45 -0700 | [diff] [blame] | 173 | development/samples/VoiceRecognitionService samples/${PLATFORM_NAME}/VoiceRecognitionService |
| 174 | development/samples/Wiktionary samples/${PLATFORM_NAME}/Wiktionary |
| 175 | development/samples/WiktionarySimple samples/${PLATFORM_NAME}/WiktionarySimple |
Gilles Debunne | 55f4a60 | 2010-06-17 15:02:41 -0700 | [diff] [blame] | 176 | development/samples/XmlAdapters samples/${PLATFORM_NAME}/XmlAdapters |
The Android Open Source Project | 52d4c30 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 177 | |
Xavier Ducrohet | 19cb54e | 2009-11-17 15:11:59 -0800 | [diff] [blame] | 178 | # NOTICE files are copied by build/core/Makefile from sdk.git |
Xavier Ducrohet | 2f2fb96 | 2010-01-12 12:32:12 -0800 | [diff] [blame] | 179 | sdk/files/sdk_files_NOTICE.txt samples/${PLATFORM_NAME}/NOTICE.txt |
The Android Open Source Project | 52d4c30 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 180 | |
Xavier Ducrohet | b86b7f7 | 2010-07-27 15:07:35 -0700 | [diff] [blame] | 181 | ############################################################################## |
| 182 | # Samples Component |
| 183 | ############################################################################## |
The Android Open Source Project | 52d4c30 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 184 | |
Xavier Ducrohet | 19cb54e | 2009-11-17 15:11:59 -0800 | [diff] [blame] | 185 | # empty add-on folder with just a readme copied from sdk.git |
Xavier Ducrohet | 1ed7cb9 | 2009-12-01 13:20:59 -0800 | [diff] [blame] | 186 | sdk/files/README_add-ons.txt add-ons/README.txt |