Xavier Ducrohet | 79aa3ce | 2011-05-25 17:48:07 -0700 | [diff] [blame] | 1 | # |
The Android Open Source Project | 52d4c30 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 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 | |
Xavier Ducrohet | 676e13f | 2011-10-21 13:45:47 -0700 | [diff] [blame] | 40 | development/sdk/plat_tools_source.properties platform-tools/source.properties |
| 41 | |
Xavier Ducrohet | b86b7f7 | 2010-07-27 15:07:35 -0700 | [diff] [blame] | 42 | # host tools from out/host/$(HOST_OS)-$(HOST_ARCH)/ |
Raphael | e07f59a | 2011-09-14 21:12:15 -0700 | [diff] [blame] | 43 | bin/adb strip platform-tools/adb |
| 44 | bin/aapt strip platform-tools/aapt |
| 45 | bin/aidl strip platform-tools/aidl |
Raphael | 94a55dd | 2011-10-22 23:41:13 -0700 | [diff] [blame] | 46 | bin/fastboot strip platform-tools/fastboot |
Raphael | e07f59a | 2011-09-14 21:12:15 -0700 | [diff] [blame] | 47 | bin/llvm-rs-cc strip platform-tools/llvm-rs-cc |
Xavier Ducrohet | 79aa3ce | 2011-05-25 17:48:07 -0700 | [diff] [blame] | 48 | |
Xavier Ducrohet | b86b7f7 | 2010-07-27 15:07:35 -0700 | [diff] [blame] | 49 | # dx |
| 50 | bin/dx platform-tools/dx |
| 51 | bin/dexdump platform-tools/dexdump |
| 52 | framework/dx.jar platform-tools/lib/dx.jar |
| 53 | |
Jason Sams | 8cb9623 | 2012-05-16 13:00:38 -0700 | [diff] [blame] | 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 | |
Tor Norbye | 82374f6 | 2012-01-27 11:45:22 -0800 | [diff] [blame] | 59 | # API database for tools such as lint |
| 60 | development/sdk/api-versions.xml platform-tools/api/api-versions.xml |
| 61 | |
Xavier Ducrohet | b86b7f7 | 2010-07-27 15:07:35 -0700 | [diff] [blame] | 62 | ############################################################################## |
| 63 | # Platform Component |
| 64 | ############################################################################## |
| 65 | |
Xavier Ducrohet | 7fb4cc5 | 2011-09-21 10:22:00 -0700 | [diff] [blame] | 66 | # version files for the SDK updater, from development.git |
Raphael | d79eab5 | 2011-11-15 16:30:14 -0800 | [diff] [blame] | 67 | ${HOST_OUT}/development/sdk/platform_source.properties platforms/${PLATFORM_NAME}/source.properties |
Xavier Ducrohet | b86b7f7 | 2010-07-27 15:07:35 -0700 | [diff] [blame] | 68 | |
| 69 | # copy build prop from out/.../sdk/ |
Xavier Ducrohet | 07815cd | 2011-03-15 13:29:38 -0700 | [diff] [blame] | 70 | sdk/sdk-build.prop platforms/${PLATFORM_NAME}/build.prop |
Xavier Ducrohet | b86b7f7 | 2010-07-27 15:07:35 -0700 | [diff] [blame] | 71 | |
| 72 | # 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] | 73 | ${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] | 74 | |
| 75 | # the aidl precompiled include |
| 76 | obj/framework.aidl platforms/${PLATFORM_NAME}/framework.aidl |
| 77 | |
Xavier Ducrohet | b86b7f7 | 2010-07-27 15:07:35 -0700 | [diff] [blame] | 78 | # emulator skins from sdk.git |
Xavier Ducrohet | 6bd1ae5 | 2012-05-07 17:15:14 -0700 | [diff] [blame] | 79 | development/tools/emulator/skins/QVGA platforms/${PLATFORM_NAME}/skins/QVGA |
| 80 | development/tools/emulator/skins/WQVGA432 platforms/${PLATFORM_NAME}/skins/WQVGA432 |
| 81 | development/tools/emulator/skins/WQVGA400 platforms/${PLATFORM_NAME}/skins/WQVGA400 |
| 82 | development/tools/emulator/skins/HVGA platforms/${PLATFORM_NAME}/skins/HVGA |
| 83 | development/tools/emulator/skins/WVGA800 platforms/${PLATFORM_NAME}/skins/WVGA800 |
| 84 | development/tools/emulator/skins/WVGA854 platforms/${PLATFORM_NAME}/skins/WVGA854 |
| 85 | development/tools/emulator/skins/WSVGA platforms/${PLATFORM_NAME}/skins/WSVGA |
| 86 | development/tools/emulator/skins/WXGA720 platforms/${PLATFORM_NAME}/skins/WXGA720 |
| 87 | development/tools/emulator/skins/WXGA800 platforms/${PLATFORM_NAME}/skins/WXGA800 |
| 88 | development/tools/emulator/skins/WXGA800-7in platforms/${PLATFORM_NAME}/skins/WXGA800-7in |
Xavier Ducrohet | b86b7f7 | 2010-07-27 15:07:35 -0700 | [diff] [blame] | 89 | |
| 90 | # Platform SDK properties |
Xavier Ducrohet | 7a3e7b1 | 2011-01-18 14:21:55 -0800 | [diff] [blame] | 91 | development/sdk/sdk.properties platforms/${PLATFORM_NAME}/sdk.properties |
Xavier Ducrohet | b86b7f7 | 2010-07-27 15:07:35 -0700 | [diff] [blame] | 92 | |
| 93 | # sdk.git Ant templates for project files |
Raphael Moll | 22e4eb2 | 2011-08-30 13:20:32 -0700 | [diff] [blame] | 94 | development/tools/templates/AndroidManifest.template platforms/${PLATFORM_NAME}/templates/AndroidManifest.template |
| 95 | development/tools/templates/AndroidManifest.tests.template platforms/${PLATFORM_NAME}/templates/AndroidManifest.tests.template |
| 96 | development/tools/templates/java_file.template platforms/${PLATFORM_NAME}/templates/java_file.template |
| 97 | development/tools/templates/java_tests_file.template platforms/${PLATFORM_NAME}/templates/java_tests_file.template |
| 98 | development/tools/templates/layout.template platforms/${PLATFORM_NAME}/templates/layout.template |
| 99 | development/tools/templates/strings.template platforms/${PLATFORM_NAME}/templates/strings.template |
| 100 | development/tools/templates/ic_launcher_ldpi.png platforms/${PLATFORM_NAME}/templates/ic_launcher_ldpi.png |
| 101 | development/tools/templates/ic_launcher_mdpi.png platforms/${PLATFORM_NAME}/templates/ic_launcher_mdpi.png |
| 102 | development/tools/templates/ic_launcher_hdpi.png platforms/${PLATFORM_NAME}/templates/ic_launcher_hdpi.png |
Tor Norbye | 714e516 | 2011-12-16 15:21:12 -0800 | [diff] [blame] | 103 | development/tools/templates/ic_launcher_xhdpi.png platforms/${PLATFORM_NAME}/templates/ic_launcher_xhdpi.png |
Xavier Ducrohet | b86b7f7 | 2010-07-27 15:07:35 -0700 | [diff] [blame] | 104 | |
| 105 | # Eclipse Editors support |
| 106 | framework/layoutlib.jar platforms/${PLATFORM_NAME}/data/layoutlib.jar |
| 107 | frameworks/base/core/res/res platforms/${PLATFORM_NAME}/data/res |
| 108 | docs/activity_actions.txt platforms/${PLATFORM_NAME}/data/activity_actions.txt |
| 109 | docs/broadcast_actions.txt platforms/${PLATFORM_NAME}/data/broadcast_actions.txt |
| 110 | docs/service_actions.txt platforms/${PLATFORM_NAME}/data/service_actions.txt |
| 111 | docs/categories.txt platforms/${PLATFORM_NAME}/data/categories.txt |
| 112 | docs/widgets.txt platforms/${PLATFORM_NAME}/data/widgets.txt |
| 113 | docs/features.txt platforms/${PLATFORM_NAME}/data/features.txt |
| 114 | |
| 115 | # fonts for layoutlib. |
Xavier Ducrohet | 0433962 | 2011-08-02 18:36:13 -0700 | [diff] [blame] | 116 | frameworks/base/data/fonts platforms/${PLATFORM_NAME}/data/fonts |
Xavier Ducrohet | b86b7f7 | 2010-07-27 15:07:35 -0700 | [diff] [blame] | 117 | |
| 118 | # NOTICE files are copied by build/core/Makefile from sdk.git |
| 119 | sdk/files/sdk_files_NOTICE.txt platforms/${PLATFORM_NAME}/templates/NOTICE.txt |
| 120 | sdk/files/sdk_files_NOTICE.txt platforms/${PLATFORM_NAME}/data/NOTICE.txt |
| 121 | sdk/files/sdk_files_NOTICE.txt platforms/${PLATFORM_NAME}/skins/NOTICE.txt |
| 122 | |
| 123 | ############################################################################## |
Xavier Ducrohet | 7fb4cc5 | 2011-09-21 10:22:00 -0700 | [diff] [blame] | 124 | # System image Component |
| 125 | ############################################################################## |
| 126 | |
| 127 | # System images + Kernel |
| 128 | system.img system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/system.img |
| 129 | ramdisk.img system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/ramdisk.img |
| 130 | userdata.img system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/userdata.img |
| 131 | system/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 | ############################################################################## |
Xavier Ducrohet | b86b7f7 | 2010-07-27 15:07:35 -0700 | [diff] [blame] | 136 | # Docs Component |
| 137 | ############################################################################## |
| 138 | |
| 139 | # version files for the SDK updater, from sdk.git |
Raphael | d79eab5 | 2011-11-15 16:30:14 -0800 | [diff] [blame] | 140 | ${HOST_OUT}/development/sdk/doc_source.properties docs/source.properties |
Xavier Ducrohet | b86b7f7 | 2010-07-27 15:07:35 -0700 | [diff] [blame] | 141 | |
| 142 | # the docs |
| 143 | docs/offline-sdk docs |
| 144 | frameworks/base/docs/docs-samples-redirect.html docs/samples/index.html |
| 145 | |
| 146 | |
| 147 | ############################################################################## |
| 148 | # Samples Component |
| 149 | ############################################################################## |
| 150 | |
Dirk Dougherty | 658d86e | 2010-02-08 10:22:43 -0800 | [diff] [blame] | 151 | # samples to include in the sdk samples package |
| 152 | # |
Ying Wang | d46eaa6 | 2011-03-01 17:12:12 -0800 | [diff] [blame] | 153 | # the list here should match the list of samples that we generate docs for, |
Dirk Dougherty | 658d86e | 2010-02-08 10:22:43 -0800 | [diff] [blame] | 154 | # (see web_docs_sample_code_flags in frameworks/base/Android.mk) |
Xavier Ducrohet | bea50d3 | 2012-02-15 18:31:46 -0800 | [diff] [blame] | 155 | development/apps/GestureBuilder samples/${PLATFORM_NAME}/GestureBuilder |
| 156 | development/samples/samples_source.properties samples/${PLATFORM_NAME}/source.properties |
Xavier Ducrohet | 9e914e4 | 2010-10-13 13:38:45 -0700 | [diff] [blame] | 157 | # |
| 158 | # PLEASE KEEP THE SAMPLES IN ALPHABETICAL ORDER. |
| 159 | # |
Alex Sakhartchouk | e430471 | 2011-02-22 11:41:40 -0800 | [diff] [blame] | 160 | development/samples/AccelerometerPlay samples/${PLATFORM_NAME}/AccelerometerPlay |
Roman Nurik | 7ee7d6d | 2011-09-30 15:40:22 -0700 | [diff] [blame] | 161 | development/samples/ActionBarCompat samples/${PLATFORM_NAME}/ActionBarCompat |
Scott Main | 0f53a4d | 2011-10-14 01:19:19 -0700 | [diff] [blame] | 162 | development/samples/AndroidBeamDemo samples/${PLATFORM_NAME}/AndroidBeamDemo |
Alex Sakhartchouk | e430471 | 2011-02-22 11:41:40 -0800 | [diff] [blame] | 163 | development/samples/ApiDemos samples/${PLATFORM_NAME}/ApiDemos |
Adam Powell | 247df4f | 2012-01-17 09:36:47 -0800 | [diff] [blame] | 164 | development/samples/AppNavigation samples/${PLATFORM_NAME}/AppNavigation |
Alex Sakhartchouk | e430471 | 2011-02-22 11:41:40 -0800 | [diff] [blame] | 165 | development/samples/BackupRestore samples/${PLATFORM_NAME}/BackupRestore |
| 166 | development/samples/BasicGLSurfaceView samples/${PLATFORM_NAME}/BasicGLSurfaceView |
| 167 | development/samples/BluetoothChat samples/${PLATFORM_NAME}/BluetoothChat |
Fred Chung | 14c2622 | 2011-10-31 10:04:59 -0700 | [diff] [blame] | 168 | development/samples/BluetoothHDP samples/${PLATFORM_NAME}/BluetoothHDP |
Alex Sakhartchouk | e430471 | 2011-02-22 11:41:40 -0800 | [diff] [blame] | 169 | development/samples/ContactManager samples/${PLATFORM_NAME}/ContactManager |
| 170 | development/samples/CrossCompatibility samples/${PLATFORM_NAME}/CrossCompatibility |
| 171 | development/samples/CubeLiveWallpaper samples/${PLATFORM_NAME}/CubeLiveWallpaper |
Robert Ly | affcdfd | 2012-04-03 14:00:22 -0700 | [diff] [blame] | 172 | development/samples/HelloEffects samples/${PLATFORM_NAME}/HelloEffects |
Alex Sakhartchouk | e430471 | 2011-02-22 11:41:40 -0800 | [diff] [blame] | 173 | development/samples/Home samples/${PLATFORM_NAME}/Home |
| 174 | development/samples/HoneycombGallery samples/${PLATFORM_NAME}/HoneycombGallery |
| 175 | development/samples/JetBoy samples/${PLATFORM_NAME}/JetBoy |
Tony Chan | 1a2ddb4 | 2012-03-29 02:03:59 +0800 | [diff] [blame] | 176 | development/samples/KeyChainDemo samples/${PLATFORM_NAME}/KeyChainDemo |
Alex Sakhartchouk | e430471 | 2011-02-22 11:41:40 -0800 | [diff] [blame] | 177 | development/samples/LunarLander samples/${PLATFORM_NAME}/LunarLander |
| 178 | development/samples/MultiResolution samples/${PLATFORM_NAME}/MultiResolution |
| 179 | development/samples/NotePad samples/${PLATFORM_NAME}/NotePad |
Bruno Oliveira | b30a301 | 2011-06-07 01:09:21 -0400 | [diff] [blame] | 180 | development/samples/RandomMusicPlayer samples/${PLATFORM_NAME}/RandomMusicPlayer |
satok | 47b8def | 2011-10-18 17:38:42 +0900 | [diff] [blame] | 181 | development/samples/SpellChecker/SampleSpellCheckerService samples/${PLATFORM_NAME}/SpellChecker/SampleSpellCheckerService |
| 182 | development/samples/SpellChecker/HelloSpellChecker samples/${PLATFORM_NAME}/SpellChecker/HelloSpellChecker |
Alex Sakhartchouk | e430471 | 2011-02-22 11:41:40 -0800 | [diff] [blame] | 183 | development/samples/SampleSyncAdapter samples/${PLATFORM_NAME}/SampleSyncAdapter |
| 184 | development/samples/SearchableDictionary samples/${PLATFORM_NAME}/SearchableDictionary |
| 185 | development/samples/SipDemo samples/${PLATFORM_NAME}/SipDemo |
| 186 | development/samples/SkeletonApp samples/${PLATFORM_NAME}/SkeletonApp |
| 187 | development/samples/Snake samples/${PLATFORM_NAME}/Snake |
| 188 | development/samples/SoftKeyboard samples/${PLATFORM_NAME}/SoftKeyboard |
| 189 | development/samples/Spinner samples/${PLATFORM_NAME}/Spinner |
| 190 | development/samples/SpinnerTest samples/${PLATFORM_NAME}/SpinnerTest |
| 191 | development/samples/TicTacToeLib samples/${PLATFORM_NAME}/TicTacToeLib |
| 192 | development/samples/TicTacToeMain samples/${PLATFORM_NAME}/TicTacToeMain |
Narayan Kamath | b688761 | 2011-03-11 16:51:56 +0000 | [diff] [blame] | 193 | development/samples/TtsEngine samples/${PLATFORM_NAME}/TtsEngine |
Chia-chi Yeh | 9ad3f40 | 2011-11-23 17:09:17 -0800 | [diff] [blame] | 194 | development/samples/ToyVpn samples/${PLATFORM_NAME}/ToyVpn |
Mike Lockwood | cd39282 | 2011-05-02 14:31:47 -0400 | [diff] [blame] | 195 | development/samples/USB/MissileLauncher samples/${PLATFORM_NAME}/USB/MissileLauncher |
| 196 | development/samples/USB/AdbTest samples/${PLATFORM_NAME}/USB/AdbTest |
Alex Sakhartchouk | e430471 | 2011-02-22 11:41:40 -0800 | [diff] [blame] | 197 | development/samples/VoiceRecognitionService samples/${PLATFORM_NAME}/VoiceRecognitionService |
Debashish Chatterjee | 8d6d258 | 2011-05-16 16:52:17 +0100 | [diff] [blame] | 198 | development/samples/VoicemailProviderDemo samples/${PLATFORM_NAME}/VoicemailProviderDemo |
Alex Sakhartchouk | e430471 | 2011-02-22 11:41:40 -0800 | [diff] [blame] | 199 | development/samples/WeatherListWidget samples/${PLATFORM_NAME}/WeatherListWidget |
| 200 | development/apps/WidgetPreview samples/${PLATFORM_NAME}/WidgetPreview |
Anirudh Dewani | 1263449 | 2011-09-20 21:16:55 +0530 | [diff] [blame] | 201 | development/samples/WiFiDirectDemo samples/${PLATFORM_NAME}/WiFiDirectDemo |
Anirudh Dewani | 5ef1389 | 2012-07-03 12:36:44 -0700 | [diff] [blame^] | 202 | development/samples/WiFiDirectServiceDiscovery samples/${PLATFORM_NAME}/WiFiDirectServiceDiscovery |
Alex Sakhartchouk | e430471 | 2011-02-22 11:41:40 -0800 | [diff] [blame] | 203 | development/samples/Wiktionary samples/${PLATFORM_NAME}/Wiktionary |
| 204 | development/samples/WiktionarySimple samples/${PLATFORM_NAME}/WiktionarySimple |
| 205 | development/samples/XmlAdapters samples/${PLATFORM_NAME}/XmlAdapters |
Jason Sams | 8cb9623 | 2012-05-16 13:00:38 -0700 | [diff] [blame] | 206 | development/samples/RenderScript/HelloCompute samples/${PLATFORM_NAME}/RenderScript/HelloCompute |
The Android Open Source Project | 52d4c30 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 207 | |
Xavier Ducrohet | 19cb54e | 2009-11-17 15:11:59 -0800 | [diff] [blame] | 208 | # NOTICE files are copied by build/core/Makefile from sdk.git |
Xavier Ducrohet | 2f2fb96 | 2010-01-12 12:32:12 -0800 | [diff] [blame] | 209 | 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] | 210 | |
Xavier Ducrohet | b86b7f7 | 2010-07-27 15:07:35 -0700 | [diff] [blame] | 211 | ############################################################################## |
Xavier Ducrohet | 62df672 | 2011-02-28 12:24:36 -0800 | [diff] [blame] | 212 | # Add-on Folder |
Xavier Ducrohet | b86b7f7 | 2010-07-27 15:07:35 -0700 | [diff] [blame] | 213 | ############################################################################## |
The Android Open Source Project | 52d4c30 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 214 | |
Xavier Ducrohet | 19cb54e | 2009-11-17 15:11:59 -0800 | [diff] [blame] | 215 | # empty add-on folder with just a readme copied from sdk.git |
Xavier Ducrohet | 1ed7cb9 | 2009-12-01 13:20:59 -0800 | [diff] [blame] | 216 | sdk/files/README_add-ons.txt add-ons/README.txt |
Xavier Ducrohet | 62df672 | 2011-02-28 12:24:36 -0800 | [diff] [blame] | 217 | |
| 218 | ############################################################################## |
Xavier Ducrohet | e98f22d | 2011-09-16 12:39:58 -0700 | [diff] [blame] | 219 | # Extra Component: Support |
Xavier Ducrohet | 62df672 | 2011-02-28 12:24:36 -0800 | [diff] [blame] | 220 | ############################################################################## |
| 221 | |
Xavier Ducrohet | e98f22d | 2011-09-16 12:39:58 -0700 | [diff] [blame] | 222 | development/sdk/support_source.properties extras/android/support/source.properties |
| 223 | development/sdk/support_README.txt extras/android/support/README.txt |
| 224 | sdk/files/sdk_files_NOTICE.txt extras/android/support/NOTICE.txt |
Xavier Ducrohet | 7942a69 | 2012-02-29 10:51:11 -0800 | [diff] [blame] | 225 | |
Xavier Ducrohet | e98f22d | 2011-09-16 12:39:58 -0700 | [diff] [blame] | 226 | ${OUT_DIR}/target/common/obj/PACKAGING/android-support-v4_intermediates/android-support-v4.jar extras/android/support/v4/android-support-v4.jar |
| 227 | frameworks/support/v4 extras/android/support/v4/src |
Raphael Moll | 913d903 | 2012-03-12 11:33:18 -0700 | [diff] [blame] | 228 | development/samples/Support4Demos extras/android/support/samples/Support4Demos |
Adam Powell | e331666 | 2012-04-05 17:07:02 -0700 | [diff] [blame] | 229 | development/samples/SupportAppNavigation extras/android/support/samples/SupportAppNavigation |
Xavier Ducrohet | 7942a69 | 2012-02-29 10:51:11 -0800 | [diff] [blame] | 230 | |
Xavier Ducrohet | e98f22d | 2011-09-16 12:39:58 -0700 | [diff] [blame] | 231 | ${OUT_DIR}/target/common/obj/PACKAGING/android-support-v13_intermediates/android-support-v13.jar extras/android/support/v13/android-support-v13.jar |
| 232 | frameworks/support/v13 extras/android/support/v13/src |
Raphael Moll | 913d903 | 2012-03-12 11:33:18 -0700 | [diff] [blame] | 233 | development/samples/Support13Demos extras/android/support/samples/Support13Demos |
Brett Chabot | c89b3dd | 2011-06-17 18:38:21 -0700 | [diff] [blame] | 234 | |
Xavier Ducrohet | 3c3cb46 | 2012-04-24 16:46:29 -0700 | [diff] [blame] | 235 | frameworks/support/v7/gridlayout/README.txt extras/android/support/v7/gridlayout/README.txt |
Xavier Ducrohet | 8957faa | 2012-04-20 17:02:10 -0700 | [diff] [blame] | 236 | frameworks/support/v7/gridlayout/.project extras/android/support/v7/gridlayout/.project |
| 237 | frameworks/support/v7/gridlayout/.classpath extras/android/support/v7/gridlayout/.classpath |
Xavier Ducrohet | 7942a69 | 2012-02-29 10:51:11 -0800 | [diff] [blame] | 238 | frameworks/support/v7/gridlayout/AndroidManifest.xml extras/android/support/v7/gridlayout/AndroidManifest.xml |
| 239 | frameworks/support/v7/gridlayout/project.properties extras/android/support/v7/gridlayout/project.properties |
| 240 | frameworks/support/v7/gridlayout/res extras/android/support/v7/gridlayout/res |
| 241 | frameworks/support/v7/gridlayout/readme extras/android/support/v7/gridlayout/src/.readme |
| 242 | ${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 |
| 243 | |
Brett Chabot | c89b3dd | 2011-06-17 18:38:21 -0700 | [diff] [blame] | 244 | ############################################################################## |
| 245 | # Tests Component |
| 246 | ############################################################################## |
| 247 | framework/layoutlib-tests.jar tests/libtests/layoutlib-tests.jar |
David Hu | 7089a5a | 2011-07-01 15:53:00 -0700 | [diff] [blame] | 248 | system/app/ConnectivityTest.apk tests/emulator-test-apps/ConnectivityTest.apk |
David Hu | d9b501b | 2011-08-25 15:29:15 -0700 | [diff] [blame] | 249 | system/app/GpsLocationTest.apk tests/emulator-test-apps/GpsLocationTest.apk |