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 21############################################################################## 22# SDK Root folder 23############################################################################## 24 25# the readme 26development/docs/SDK_RELEASE_NOTES RELEASE_NOTES.html 27 28# doc redirect 29frameworks/base/docs/docs-redirect.html documentation.html 30 31 32############################################################################## 33# Platform Component 34############################################################################## 35 36# version files for the SDK updater, from development.git 37${HOST_OUT}/development/sdk/platform_source.properties platforms/${PLATFORM_NAME}/source.properties 38 39# copy build prop from out/.../sdk/ 40sdk/sdk-build.prop platforms/${PLATFORM_NAME}/build.prop 41 42# Main Public API jar 43${OUT_DIR}/target/common/obj/PACKAGING/android_jar_intermediates/android.jar platforms/${PLATFORM_NAME}/android.jar 44${OUT_DIR}/target/common/obj/PACKAGING/android_jar_intermediates/android-stubs-src.jar platforms/${PLATFORM_NAME}/android-stubs-src.jar 45 46# core-for-system-modules.jar for building system modules 47${OUT_DIR}/target/common/obj/JAVA_LIBRARIES/core-current-stubs-for-system-modules_intermediates/classes.jar platforms/${PLATFORM_NAME}/core-for-system-modules.jar 48 49# optional API files. 50development/build/optional.json platforms/${PLATFORM_NAME}/optional/optional.json 51${OUT_DIR}/target/common/obj/JAVA_LIBRARIES/org.apache.http.legacy.stubs_intermediates/classes.jar platforms/${PLATFORM_NAME}/optional/org.apache.http.legacy.jar 52# deprecated APIs 53${OUT_DIR}/target/common/obj/JAVA_LIBRARIES/android_uiautomator_intermediates/classes.jar platforms/${PLATFORM_NAME}/uiautomator.jar 54# Android Automotive OS stubs. 55${OUT_DIR}/target/common/obj/JAVA_LIBRARIES/android.car-stubs_intermediates/classes.jar platforms/${PLATFORM_NAME}/optional/android.car.jar 56# Test APIs 57${OUT_DIR}/target/common/obj/JAVA_LIBRARIES/android.test.mock.stubs_intermediates/classes.jar platforms/${PLATFORM_NAME}/optional/android.test.mock.jar 58${OUT_DIR}/target/common/obj/JAVA_LIBRARIES/android.test.base.stubs_intermediates/classes.jar platforms/${PLATFORM_NAME}/optional/android.test.base.jar 59${OUT_DIR}/target/common/obj/JAVA_LIBRARIES/android.test.runner.stubs_intermediates/classes.jar platforms/${PLATFORM_NAME}/optional/android.test.runner.jar 60 61# the aidl precompiled include 62${OUT_DIR}/target/common/obj/PACKAGING/framework.aidl platforms/${PLATFORM_NAME}/framework.aidl 63# the libbinder_ndk C++ library files associated with the AIDL compiler 64frameworks/native/libs/binder/ndk/include_cpp/ platforms/${PLATFORM_NAME}/optional/libbinder_ndk_cpp/ 65 66# emulator skins from sdk.git 67development/tools/emulator/skins/QVGA platforms/${PLATFORM_NAME}/skins/QVGA 68development/tools/emulator/skins/WQVGA432 platforms/${PLATFORM_NAME}/skins/WQVGA432 69development/tools/emulator/skins/WQVGA400 platforms/${PLATFORM_NAME}/skins/WQVGA400 70development/tools/emulator/skins/HVGA platforms/${PLATFORM_NAME}/skins/HVGA 71development/tools/emulator/skins/WVGA800 platforms/${PLATFORM_NAME}/skins/WVGA800 72development/tools/emulator/skins/WVGA854 platforms/${PLATFORM_NAME}/skins/WVGA854 73development/tools/emulator/skins/WSVGA platforms/${PLATFORM_NAME}/skins/WSVGA 74development/tools/emulator/skins/WXGA720 platforms/${PLATFORM_NAME}/skins/WXGA720 75development/tools/emulator/skins/WXGA800 platforms/${PLATFORM_NAME}/skins/WXGA800 76development/tools/emulator/skins/WXGA800-7in platforms/${PLATFORM_NAME}/skins/WXGA800-7in 77 78# Platform SDK properties 79development/sdk/sdk.properties platforms/${PLATFORM_NAME}/sdk.properties 80 81# sdk.git Ant templates for project files 82development/tools/templates/AndroidManifest.template platforms/${PLATFORM_NAME}/templates/AndroidManifest.template 83development/tools/templates/AndroidManifest.tests.template platforms/${PLATFORM_NAME}/templates/AndroidManifest.tests.template 84development/tools/templates/java_file.template platforms/${PLATFORM_NAME}/templates/java_file.template 85development/tools/templates/java_tests_file.template platforms/${PLATFORM_NAME}/templates/java_tests_file.template 86development/tools/templates/layout.template platforms/${PLATFORM_NAME}/templates/layout.template 87development/tools/templates/strings.template platforms/${PLATFORM_NAME}/templates/strings.template 88development/tools/templates/ic_launcher_ldpi.png platforms/${PLATFORM_NAME}/templates/ic_launcher_ldpi.png 89development/tools/templates/ic_launcher_mdpi.png platforms/${PLATFORM_NAME}/templates/ic_launcher_mdpi.png 90development/tools/templates/ic_launcher_hdpi.png platforms/${PLATFORM_NAME}/templates/ic_launcher_hdpi.png 91development/tools/templates/ic_launcher_xhdpi.png platforms/${PLATFORM_NAME}/templates/ic_launcher_xhdpi.png 92 93# API database for tools such as lint 94${OUT_DIR}/target/common/obj/PACKAGING/api_versions_public_generated-api-versions.xml platforms/${PLATFORM_NAME}/data/api-versions.xml 95 96# API annotations database for lint 97prebuilts/sdk/sdk-annotations/annotations.zip platforms/${PLATFORM_NAME}/data/annotations.zip 98${OUT_DIR}/target/common/obj/PACKAGING/sdk-annotations.zip platforms/${PLATFORM_NAME}/data/annotations.zip 99 100# Eclipse Editors support 101frameworks/base/core/res/res platforms/${PLATFORM_NAME}/data/res 102${OUT_DIR}/target/common/obj/PACKAGING/framework-doc-stubs-metadata_intermediates/activity_actions.txt platforms/${PLATFORM_NAME}/data/activity_actions.txt 103${OUT_DIR}/target/common/obj/PACKAGING/framework-doc-stubs-metadata_intermediates/broadcast_actions.txt platforms/${PLATFORM_NAME}/data/broadcast_actions.txt 104${OUT_DIR}/target/common/obj/PACKAGING/framework-doc-stubs-metadata_intermediates/service_actions.txt platforms/${PLATFORM_NAME}/data/service_actions.txt 105${OUT_DIR}/target/common/obj/PACKAGING/framework-doc-stubs-metadata_intermediates/categories.txt platforms/${PLATFORM_NAME}/data/categories.txt 106${OUT_DIR}/target/common/obj/PACKAGING/framework-doc-stubs-metadata_intermediates/widgets.txt platforms/${PLATFORM_NAME}/data/widgets.txt 107${OUT_DIR}/target/common/obj/PACKAGING/framework-doc-stubs-metadata_intermediates/features.txt platforms/${PLATFORM_NAME}/data/features.txt 108 109# NOTICE files are copied by build/core/Makefile from sdk.git 110development/sdk/sdk_files_NOTICE.txt platforms/${PLATFORM_NAME}/templates/NOTICE.txt 111development/sdk/sdk_files_NOTICE.txt platforms/${PLATFORM_NAME}/data/NOTICE.txt 112development/sdk/sdk_files_NOTICE.txt platforms/${PLATFORM_NAME}/skins/NOTICE.txt 113 114 115############################################################################## 116# Docs Component 117############################################################################## 118 119# version files for the SDK updater, from sdk.git 120${HOST_OUT}/development/sdk/doc_source.properties docs/source.properties 121 122# the docs 123docs/offline-sdk docs 124frameworks/base/docs/docs-samples-redirect.html docs/samples/index.html 125 126 127############################################################################## 128# Samples Component 129############################################################################## 130 131# samples to include in the sdk samples package 132# 133# the list here should match the list of samples that we generate docs for, 134# (see web_docs_sample_code_flags in frameworks/base/Android.mk) 135development/apps/GestureBuilder samples/${PLATFORM_NAME}/legacy/GestureBuilder 136development/samples/samples_source.properties samples/${PLATFORM_NAME}/source.properties 137# 138# PLEASE KEEP THE SAMPLES IN ALPHABETICAL ORDER. 139# 140 141# New sample tree 142# Note: Some samples reference a shared "common" directory. In the future 143# this will be copied in automatically via a templating system. For now, 144# we need to copy it in here as needed. 145developers/build/prebuilts/gradle/BasicAndroidKeyStore/ samples/${PLATFORM_NAME}/security/BasicAndroidKeyStore 146developers/build/prebuilts/gradle/BasicSyncAdapter/ samples/${PLATFORM_NAME}/connectivity/BasicSyncAdapter 147developers/build/prebuilts/gradle/NetworkConnect/ samples/${PLATFORM_NAME}/connectivity/NetworkConnect 148developers/build/prebuilts/gradle/BasicNetworking/ samples/${PLATFORM_NAME}/connectivity/BasicNetworking 149developers/build/prebuilts/gradle/BluetoothLeGatt/ samples/${PLATFORM_NAME}/connectivity/BluetoothLeGatt 150developers/build/prebuilts/gradle/AppRestrictions/ samples/${PLATFORM_NAME}/content/AppRestrictions 151developers/build/prebuilts/gradle/BasicContactables/ samples/${PLATFORM_NAME}/content/BasicContactables 152developers/build/prebuilts/gradle/StorageClient/ samples/${PLATFORM_NAME}/content/StorageClient 153developers/build/prebuilts/gradle/StorageProvider/ samples/${PLATFORM_NAME}/content/StorageProvider 154developers/build/prebuilts/gradle/BasicGestureDetect/ samples/${PLATFORM_NAME}/input/BasicGestureDetect 155developers/build/prebuilts/gradle/BasicMultitouch/ samples/${PLATFORM_NAME}/input/BasicMultitouch 156developers/build/prebuilts/gradle/ActivityInstrumentation/ samples/${PLATFORM_NAME}/testing/ActivityInstrumentation 157developers/build/prebuilts/gradle/MediaRecorder/ samples/${PLATFORM_NAME}/media/MediaRecorder 158developers/build/prebuilts/gradle/BasicMediaRouter/ samples/${PLATFORM_NAME}/media/BasicMediaRouter 159developers/build/prebuilts/gradle/BasicMediaDecoder/ samples/${PLATFORM_NAME}/media/BasicMediaDecoder 160developers/build/prebuilts/gradle/BorderlessButtons/ samples/${PLATFORM_NAME}/ui/BorderlessButtons 161developers/build/prebuilts/gradle/BasicAccessibility/ samples/${PLATFORM_NAME}/ui/BasicAccessibility 162developers/build/prebuilts/gradle/CustomChoiceList/ samples/${PLATFORM_NAME}/ui/CustomChoiceList 163developers/build/prebuilts/gradle/TextSwitcher/ samples/${PLATFORM_NAME}/ui/TextSwitcher 164developers/build/prebuilts/gradle/HorizontalPaging/ samples/${PLATFORM_NAME}/ui/HorizontalPaging 165developers/build/prebuilts/gradle/ActionBarCompat-Styled/ samples/${PLATFORM_NAME}/ui/ActionBarCompat-Styled 166developers/build/prebuilts/gradle/ActionBarCompat-ListPopupMenu/ samples/${PLATFORM_NAME}/ui/ActionBarCompat-ListPopupMenu 167developers/build/prebuilts/gradle/ShareActionProvider/ samples/${PLATFORM_NAME}/ui/ShareActionProvider 168developers/build/prebuilts/gradle/ActionBarCompat-Basic/ samples/${PLATFORM_NAME}/ui/ActionBarCompat-Basic 169developers/build/prebuilts/gradle/BasicNotifications/ samples/${PLATFORM_NAME}/ui/BasicNotifications 170developers/build/prebuilts/gradle/CustomNotifications/ samples/${PLATFORM_NAME}/ui/CustomNotifications 171developers/build/prebuilts/gradle/DoneBar/ samples/${PLATFORM_NAME}/ui/DoneBar 172developers/build/prebuilts/gradle/BasicImmersiveMode/ samples/${PLATFORM_NAME}/ui/BasicImmersiveMode 173developers/build/prebuilts/gradle/AdvancedImmersiveMode/ samples/${PLATFORM_NAME}/ui/AdvancedImmersiveMode 174developers/build/prebuilts/gradle/ImmersiveMode/ samples/${PLATFORM_NAME}/ui/ImmersiveMode 175developers/build/prebuilts/gradle/RepeatingAlarm/ samples/${PLATFORM_NAME}/background/RepeatingAlarm 176developers/build/prebuilts/gradle/TextLinkify/ samples/${PLATFORM_NAME}/ui/TextLinkify 177developers/build/prebuilts/gradle/RenderScriptIntrinsic samples/${PLATFORM_NAME}/renderscript/RenderScriptIntrinsic 178developers/build/prebuilts/gradle/SlidingTabsBasic samples/${PLATFORM_NAME}/ui/SlidingTabsBasic 179developers/build/prebuilts/gradle/SlidingTabsColors samples/${PLATFORM_NAME}/ui/SlidingTabsColors 180developers/build/prebuilts/gradle/CardEmulation samples/${PLATFORM_NAME}/connectivity/CardEmulation 181developers/build/prebuilts/gradle/CardReader samples/${PLATFORM_NAME}/connectivity/CardReader 182developers/build/prebuilts/gradle/BatchStepSensor samples/${PLATFORM_NAME}/sensors/BatchStepSensor 183developers/build/prebuilts/gradle/DisplayingBitmaps samples/${PLATFORM_NAME}/ui/DisplayingBitmaps 184developers/build/prebuilts/gradle/BasicTransition samples/${PLATFORM_NAME}/ui/BasicTransition 185developers/build/prebuilts/gradle/CustomTransition samples/${PLATFORM_NAME}/ui/CustomTransition 186developers/build/prebuilts/gradle/SwipeRefreshLayoutBasic samples/${PLATFORM_NAME}/ui/SwipeRefreshLayoutBasic 187developers/build/prebuilts/gradle/SwipeRefreshListFragment samples/${PLATFORM_NAME}/ui/SwipeRefreshListFragment 188developers/build/prebuilts/gradle/SwipeRefreshMultipleViews samples/${PLATFORM_NAME}/ui/SwipeRefreshMultipleViews 189developers/build/prebuilts/gradle/MediaRouter samples/${PLATFORM_NAME}/media/MediaRouter 190developers/build/prebuilts/gradle/BluetoothChat samples/${PLATFORM_NAME}/connectivity/bluetooth/BluetoothChat 191developers/build/prebuilts/gradle/MediaEffects samples/${PLATFORM_NAME}/media/MediaEffects 192developers/build/prebuilts/gradle/BasicManagedProfile samples/${PLATFORM_NAME}/admin/BasicManagedProfile 193developers/build/prebuilts/gradle/Camera2Basic samples/${PLATFORM_NAME}/media/Camera2Basic 194developers/build/prebuilts/gradle/Camera2Video samples/${PLATFORM_NAME}/media/Camera2Video 195developers/build/prebuilts/gradle/ActivitySceneTransitionBasic samples/${PLATFORM_NAME}/ui/activityscenetransition/ActivitySceneTransitionBasic 196developers/build/prebuilts/gradle/NavigationDrawer samples/${PLATFORM_NAME}/ui/views/NavigationDrawer 197developers/build/prebuilts/gradle/ElevationBasic samples/${PLATFORM_NAME}/ui/views/Elevation/ElevationBasic 198developers/build/prebuilts/gradle/ElevationDrag samples/${PLATFORM_NAME}/ui/views/Elevation/ElevationDrag 199developers/build/prebuilts/gradle/ClippingBasic samples/${PLATFORM_NAME}/ui/views/Clipping/ClippingBasic 200developers/build/prebuilts/gradle/JobScheduler samples/${PLATFORM_NAME}/background/JobScheduler 201developers/build/prebuilts/gradle/DocumentCentricApps samples/${PLATFORM_NAME}/ui/activitytasks/DocumentCentricApps 202developers/build/prebuilts/gradle/DocumentCentricRelinquishIdentity samples/${PLATFORM_NAME}/ui/activitytasks/DocumentCentricRelinquishIdentity 203developers/build/prebuilts/gradle/AppRestrictionEnforcer samples/${PLATFORM_NAME}/admin/AppRestrictionEnforcer 204developers/build/prebuilts/gradle/AppRestrictionSchema samples/${PLATFORM_NAME}/admin/AppRestrictionSchema 205developers/build/prebuilts/gradle/RecyclerView samples/${PLATFORM_NAME}/ui/views/RecyclerView 206developers/build/prebuilts/gradle/CardView samples/${PLATFORM_NAME}/ui/views/CardView 207developers/build/prebuilts/gradle/LNotifications samples/${PLATFORM_NAME}/ui/notifications/LNotifications 208developers/build/prebuilts/gradle/DrawableTinting samples/${PLATFORM_NAME}/ui/DrawableTinting 209developers/build/prebuilts/gradle/Interpolator samples/${PLATFORM_NAME}/ui/Interpolator 210developers/build/prebuilts/gradle/PdfRendererBasic samples/${PLATFORM_NAME}/ui/graphics/PdfRendererBasic 211developers/build/prebuilts/gradle/FloatingActionButtonBasic samples/${PLATFORM_NAME}/ui/views/FloatingActionButton/FloatingActionButtonBasic 212developers/build/prebuilts/gradle/RevealEffectBasic samples/${PLATFORM_NAME}/ui/views/RevealEffect/RevealEffectBasic 213developers/build/prebuilts/gradle/PermissionRequest samples/${PLATFORM_NAME}/content/webview/PermissionRequest 214developers/build/prebuilts/gradle/DirectorySelection samples/${PLATFORM_NAME}/content/documentsUi/DirectorySelection 215developers/build/prebuilts/gradle/AppUsageStatistics samples/${PLATFORM_NAME}/system/AppUsageStatistics 216developers/build/prebuilts/gradle/ScreenCapture samples/${PLATFORM_NAME}/media/ScreenCapture 217developers/build/prebuilts/gradle/NfcProvisioning samples/${PLATFORM_NAME}/nfc/NfcProvisioning 218developers/build/prebuilts/gradle/DeviceOwner samples/${PLATFORM_NAME}/admin/DeviceOwner 219developers/build/prebuilts/gradle/ConfirmCredential samples/${PLATFORM_NAME}/security/ConfirmCredential 220developers/build/prebuilts/gradle/FingerprintDialog samples/${PLATFORM_NAME}/security/FingerprintDialog 221developers/build/prebuilts/gradle/RuntimePermissions samples/${PLATFORM_NAME}/system/RuntimePermissions 222developers/build/prebuilts/gradle/RuntimePermissionsBasic samples/${PLATFORM_NAME}/system/RuntimePermissionsBasic 223developers/build/prebuilts/gradle/ActiveNotifications samples/${PLATFORM_NAME}/notification/ActiveNotifications 224developers/build/prebuilts/gradle/Camera2Raw samples/${PLATFORM_NAME}/media/Camera2Raw 225developers/build/prebuilts/gradle/AutoBackupForApps samples/${PLATFORM_NAME}/content/AutoBackupForApps 226developers/build/prebuilts/gradle/DirectShare samples/${PLATFORM_NAME}/content/DirectShare 227developers/build/prebuilts/gradle/MidiScope samples/${PLATFORM_NAME}/media/MidiScope 228developers/build/prebuilts/gradle/MidiSynth samples/${PLATFORM_NAME}/media/MidiSynth 229developers/build/prebuilts/gradle/AsymmetricFingerprintDialog samples/${PLATFORM_NAME}/security/AsymmetricFingerprintDialog 230developers/build/prebuilts/gradle/AppShortcuts samples/${PLATFORM_NAME}/system/AppShortcuts 231developers/build/prebuilts/gradle/CommitContentSampleApp samples/${PLATFORM_NAME}/input/keyboard/CommitContentSampleApp 232developers/build/prebuilts/gradle/CommitContentSampleIME samples/${PLATFORM_NAME}/input/keyboard/CommitContentSampleIME 233 234developers/build/prebuilts/androidtv samples/${PLATFORM_NAME}/androidtv 235 236# Wearable sample tree 237developers/build/prebuilts/gradle/AgendaData samples/${PLATFORM_NAME}/wearable/AgendaData 238developers/build/prebuilts/gradle/DataLayer samples/${PLATFORM_NAME}/wearable/DataLayer 239developers/build/prebuilts/gradle/DelayedConfirmation samples/${PLATFORM_NAME}/wearable/DelayedConfirmation 240developers/build/prebuilts/gradle/ElizaChat samples/${PLATFORM_NAME}/wearable/ElizaChat 241developers/build/prebuilts/gradle/FindMyPhone samples/${PLATFORM_NAME}/wearable/FindMyPhone 242developers/build/prebuilts/gradle/Flashlight samples/${PLATFORM_NAME}/wearable/Flashlight 243developers/build/prebuilts/gradle/Geofencing samples/${PLATFORM_NAME}/wearable/Geofencing 244developers/build/prebuilts/gradle/GridViewPager samples/${PLATFORM_NAME}/wearable/GridViewPager 245developers/build/prebuilts/gradle/JumpingJack samples/${PLATFORM_NAME}/wearable/JumpingJack 246developers/build/prebuilts/gradle/Notifications samples/${PLATFORM_NAME}/wearable/Notifications 247developers/build/prebuilts/gradle/Quiz samples/${PLATFORM_NAME}/wearable/Quiz 248developers/build/prebuilts/gradle/RecipeAssistant samples/${PLATFORM_NAME}/wearable/RecipeAssistant 249developers/build/prebuilts/gradle/RuntimePermissionsWear samples/${PLATFORM_NAME}/wearable/RuntimePermissionsWear 250developers/build/prebuilts/gradle/SkeletonWearableApp samples/${PLATFORM_NAME}/wearable/SkeletonWearableApp 251developers/build/prebuilts/gradle/SpeedTracker samples/${PLATFORM_NAME}/wearable/SpeedTracker 252developers/build/prebuilts/gradle/SynchronizedNotifications samples/${PLATFORM_NAME}/wearable/SynchronizedNotifications 253developers/build/prebuilts/gradle/Timer samples/${PLATFORM_NAME}/wearable/Timer 254developers/build/prebuilts/gradle/WatchFace samples/${PLATFORM_NAME}/wearable/WatchFace 255developers/build/prebuilts/gradle/WatchViewStub samples/${PLATFORM_NAME}/wearable/WatchViewStub 256developers/build/prebuilts/gradle/WearNotifications samples/${PLATFORM_NAME}/wearable/WearNotifications 257developers/build/prebuilts/gradle/WearSpeakerSample samples/${PLATFORM_NAME}/wearable/WearSpeakerSample 258developers/build/prebuilts/gradle/XYZTouristAttractions samples/${PLATFORM_NAME}/wearable/XYZTouristAttractions 259 260# Old sample tree 261development/samples/AccelerometerPlay samples/${PLATFORM_NAME}/legacy/AccelerometerPlay 262development/samples/ApiDemos samples/${PLATFORM_NAME}/legacy/ApiDemos 263development/samples/AppNavigation samples/${PLATFORM_NAME}/legacy/AppNavigation 264development/samples/BackupRestore samples/${PLATFORM_NAME}/legacy/BackupRestore 265development/samples/BasicGLSurfaceView samples/${PLATFORM_NAME}/legacy/BasicGLSurfaceView 266development/samples/ContactManager samples/${PLATFORM_NAME}/legacy/ContactManager 267development/samples/CrossCompatibility samples/${PLATFORM_NAME}/legacy/CrossCompatibility 268development/samples/CubeLiveWallpaper samples/${PLATFORM_NAME}/legacy/CubeLiveWallpaper 269development/samples/HelloEffects samples/${PLATFORM_NAME}/legacy/HelloEffects 270development/samples/Home samples/${PLATFORM_NAME}/legacy/Home 271development/samples/HoneycombGallery samples/${PLATFORM_NAME}/legacy/HoneycombGallery 272development/samples/JetBoy samples/${PLATFORM_NAME}/legacy/JetBoy 273development/samples/KeyChainDemo samples/${PLATFORM_NAME}/legacy/KeyChainDemo 274development/samples/LceDemo samples/${PLATFORM_NAME}/legacy/LceDemo 275development/samples/LunarLander samples/${PLATFORM_NAME}/legacy/LunarLander 276development/samples/MultiResolution samples/${PLATFORM_NAME}/legacy/MultiResolution 277development/samples/NotePad samples/${PLATFORM_NAME}/legacy/NotePad 278development/samples/SpellChecker/SampleSpellCheckerService samples/${PLATFORM_NAME}/legacy/SpellChecker/SampleSpellCheckerService 279development/samples/SpellChecker/HelloSpellChecker samples/${PLATFORM_NAME}/legacy/SpellChecker/HelloSpellChecker 280development/samples/SampleSyncAdapter samples/${PLATFORM_NAME}/legacy/SampleSyncAdapter 281development/samples/SearchableDictionary samples/${PLATFORM_NAME}/legacy/SearchableDictionary 282development/samples/SipDemo samples/${PLATFORM_NAME}/legacy/SipDemo 283development/samples/SkeletonApp samples/${PLATFORM_NAME}/legacy/SkeletonApp 284development/samples/Snake samples/${PLATFORM_NAME}/legacy/Snake 285development/samples/SoftKeyboard samples/${PLATFORM_NAME}/legacy/SoftKeyboard 286development/samples/Spinner samples/${PLATFORM_NAME}/legacy/Spinner 287development/samples/SpinnerTest samples/${PLATFORM_NAME}/legacy/SpinnerTest 288development/samples/TicTacToeLib samples/${PLATFORM_NAME}/legacy/TicTacToeLib 289development/samples/TicTacToeMain samples/${PLATFORM_NAME}/legacy/TicTacToeMain 290development/samples/TtsEngine samples/${PLATFORM_NAME}/legacy/TtsEngine 291development/samples/ToyVpn samples/${PLATFORM_NAME}/legacy/ToyVpn 292development/samples/UiAutomator samples/${PLATFORM_NAME}/legacy/UiAutomator 293development/samples/USB/MissileLauncher samples/${PLATFORM_NAME}/legacy/USB/MissileLauncher 294development/samples/USB/AdbTest samples/${PLATFORM_NAME}/legacy/USB/AdbTest 295development/samples/VoiceRecognitionService samples/${PLATFORM_NAME}/legacy/VoiceRecognitionService 296development/samples/VoicemailProviderDemo samples/${PLATFORM_NAME}/legacy/VoicemailProviderDemo 297development/samples/WeatherListWidget samples/${PLATFORM_NAME}/legacy/WeatherListWidget 298development/apps/WidgetPreview samples/${PLATFORM_NAME}/legacy/WidgetPreview 299development/samples/WiFiDirectDemo samples/${PLATFORM_NAME}/legacy/WiFiDirectDemo 300development/samples/WiFiDirectServiceDiscovery samples/${PLATFORM_NAME}/legacy/WiFiDirectServiceDiscovery 301development/samples/Wiktionary samples/${PLATFORM_NAME}/legacy/Wiktionary 302development/samples/WiktionarySimple samples/${PLATFORM_NAME}/legacy/WiktionarySimple 303development/samples/XmlAdapters samples/${PLATFORM_NAME}/legacy/XmlAdapters 304 305# NOTICE files are copied by build/core/Makefile from sdk.git 306development/sdk/sdk_files_NOTICE.txt samples/${PLATFORM_NAME}/NOTICE.txt 307 308############################################################################## 309# Add-on Folder 310############################################################################## 311 312# empty add-on folder with just a readme copied from sdk.git 313sdk/files/README_add-ons.txt add-ons/README.txt 314 315############################################################################## 316# Tests Component 317############################################################################## 318