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############################################################################## 38# Platform Tools Component 39############################################################################## 40 41development/sdk/sdk_files_NOTICE.txt platform-tools/NOTICE.txt 42development/sdk/plat_tools_source.properties platform-tools/source.properties 43 44# host tools from out/host/$(HOST_OS)-$(HOST_ARCH)/ 45bin/adb strip platform-tools/adb 46bin/fastboot strip platform-tools/fastboot 47bin/mke2fs strip platform-tools/mke2fs 48bin/mke2fs.conf platform-tools/mke2fs.conf 49bin/e2fsdroid strip platform-tools/e2fsdroid 50bin/make_f2fs strip platform-tools/make_f2fs 51bin/sload_f2fs strip platform-tools/sload_f2fs 52bin/sqlite3 strip platform-tools/sqlite3 53bin/dmtracedump strip platform-tools/dmtracedump 54bin/etc1tool strip platform-tools/etc1tool 55bin/hprof-conv strip platform-tools/hprof-conv 56 57# systrace 58external/chromium-trace/catapult/ platform-tools/systrace/catapult/ 59external/chromium-trace/systrace.py platform-tools/systrace/systrace.py 60external/chromium-trace/NOTICE platform-tools/systrace/NOTICE 61external/chromium-trace/UPSTREAM_REVISION platform-tools/systrace/UPSTREAM_REVISION 62 63# Compatibility: moved to platform but also leave them in platform-tools for a little 64# longer until all active Gradle plugins have support for looking in both places 65${OUT_DIR}/target/common/obj/PACKAGING/framework-doc-stubs_generated-api-versions.xml platform-tools/api/api-versions.xml 66${OUT_DIR}/target/common/obj/PACKAGING/framework-doc-stubs_annotations.zip platform-tools/api/annotations.zip 67 68############################################################################## 69# Build Tools Component 70############################################################################## 71# Note that the build-tools sub-folder uses the platform-name as a placeholder 72# at build-time. Packaging will later change that to the actual build-tools 73# revision as specified in the source.properties. 74 75development/sdk/sdk_files_NOTICE.txt build-tools/${PLATFORM_NAME}/NOTICE.txt 76development/sdk/build_tools_source.properties build-tools/${PLATFORM_NAME}/source.properties 77development/sdk/build_tools_runtime.properties build-tools/${PLATFORM_NAME}/runtime.properties 78 79# build tools from out/host/$(HOST_OS)-$(HOST_ARCH)/ 80bin/aapt strip build-tools/${PLATFORM_NAME}/aapt 81bin/aapt2 strip build-tools/${PLATFORM_NAME}/aapt2 82bin/aidl strip build-tools/${PLATFORM_NAME}/aidl 83bin/split-select strip build-tools/${PLATFORM_NAME}/split-select 84bin/zipalign strip build-tools/${PLATFORM_NAME}/zipalign 85 86# renderscript (cc + headers) 87bin/llvm-rs-cc strip build-tools/${PLATFORM_NAME}/llvm-rs-cc 88bin/bcc_compat strip build-tools/${PLATFORM_NAME}/bcc_compat 89frameworks/rs/script_api/include build-tools/${PLATFORM_NAME}/renderscript/include 90external/clang/lib/Headers build-tools/${PLATFORM_NAME}/renderscript/clang-include 91external/clang/LICENSE.TXT build-tools/${PLATFORM_NAME}/renderscript/clang-include/LICENSE.TXT 92 93prebuilts/sdk/renderscript/lib/javalib.jar build-tools/${PLATFORM_NAME}/renderscript/lib/androidx-rs.jar 94prebuilts/sdk/renderscript/lib/javalib_legacy.jar build-tools/${PLATFORM_NAME}/renderscript/lib/renderscript-v8.jar 95 96prebuilts/sdk/renderscript/lib/arm/libc.so build-tools/${PLATFORM_NAME}/renderscript/lib/intermediates/armeabi-v7a/libc.so 97prebuilts/sdk/renderscript/lib/arm/libm.so build-tools/${PLATFORM_NAME}/renderscript/lib/intermediates/armeabi-v7a/libm.so 98prebuilts/sdk/renderscript/lib/arm/libcompiler_rt.a build-tools/${PLATFORM_NAME}/renderscript/lib/intermediates/armeabi-v7a/libcompiler_rt.a 99prebuilts/sdk/renderscript/lib/arm/libRSSupport.so build-tools/${PLATFORM_NAME}/renderscript/lib/packaged/armeabi-v7a/libRSSupport.so 100prebuilts/sdk/renderscript/lib/arm/librsjni.so build-tools/${PLATFORM_NAME}/renderscript/lib/packaged/armeabi-v7a/librsjni.so 101prebuilts/sdk/renderscript/lib/arm/librsjni_androidx.so build-tools/${PLATFORM_NAME}/renderscript/lib/packaged/armeabi-v7a/librsjni_androidx.so 102prebuilts/sdk/renderscript/lib/arm/libblasV8.so build-tools/${PLATFORM_NAME}/renderscript/lib/blas/armeabi-v7a/libblasV8.so 103prebuilts/sdk/renderscript/lib/arm/librsrt_arm.bc build-tools/${PLATFORM_NAME}/renderscript/lib/bc/armeabi-v7a/libclcore.bc 104 105prebuilts/sdk/renderscript/lib/x86/libc.so build-tools/${PLATFORM_NAME}/renderscript/lib/intermediates/x86/libc.so 106prebuilts/sdk/renderscript/lib/x86/libm.so build-tools/${PLATFORM_NAME}/renderscript/lib/intermediates/x86/libm.so 107prebuilts/sdk/renderscript/lib/x86/libcompiler_rt.a build-tools/${PLATFORM_NAME}/renderscript/lib/intermediates/x86/libcompiler_rt.a 108prebuilts/sdk/renderscript/lib/x86/libRSSupport.so build-tools/${PLATFORM_NAME}/renderscript/lib/packaged/x86/libRSSupport.so 109prebuilts/sdk/renderscript/lib/x86/librsjni.so build-tools/${PLATFORM_NAME}/renderscript/lib/packaged/x86/librsjni.so 110prebuilts/sdk/renderscript/lib/x86/librsjni_androidx.so build-tools/${PLATFORM_NAME}/renderscript/lib/packaged/x86/librsjni_androidx.so 111prebuilts/sdk/renderscript/lib/x86/libblasV8.so build-tools/${PLATFORM_NAME}/renderscript/lib/blas/x86/libblasV8.so 112prebuilts/sdk/renderscript/lib/x86/librsrt_x86.bc build-tools/${PLATFORM_NAME}/renderscript/lib/bc/x86/libclcore.bc 113 114prebuilts/sdk/renderscript/lib/arm64/libc.so build-tools/${PLATFORM_NAME}/renderscript/lib/intermediates/arm64-v8a/libc.so 115prebuilts/sdk/renderscript/lib/arm64/libm.so build-tools/${PLATFORM_NAME}/renderscript/lib/intermediates/arm64-v8a/libm.so 116prebuilts/sdk/renderscript/lib/arm64/libcompiler_rt.a build-tools/${PLATFORM_NAME}/renderscript/lib/intermediates/arm64-v8a/libcompiler_rt.a 117prebuilts/sdk/renderscript/lib/arm64/libRSSupport.so build-tools/${PLATFORM_NAME}/renderscript/lib/packaged/arm64-v8a/libRSSupport.so 118prebuilts/sdk/renderscript/lib/arm64/librsjni.so build-tools/${PLATFORM_NAME}/renderscript/lib/packaged/arm64-v8a/librsjni.so 119prebuilts/sdk/renderscript/lib/arm64/librsjni_androidx.so build-tools/${PLATFORM_NAME}/renderscript/lib/packaged/arm64-v8a/librsjni_androidx.so 120prebuilts/sdk/renderscript/lib/arm64/libblasV8.so build-tools/${PLATFORM_NAME}/renderscript/lib/blas/arm64-v8a/libblasV8.so 121prebuilts/sdk/renderscript/lib/arm64/librsrt_arm64.bc build-tools/${PLATFORM_NAME}/renderscript/lib/bc/arm64-v8a/libclcore.bc 122 123prebuilts/sdk/renderscript/lib/x86_64/libc.so build-tools/${PLATFORM_NAME}/renderscript/lib/intermediates/x86_64/libc.so 124prebuilts/sdk/renderscript/lib/x86_64/libm.so build-tools/${PLATFORM_NAME}/renderscript/lib/intermediates/x86_64/libm.so 125prebuilts/sdk/renderscript/lib/x86_64/libcompiler_rt.a build-tools/${PLATFORM_NAME}/renderscript/lib/intermediates/x86_64/libcompiler_rt.a 126prebuilts/sdk/renderscript/lib/x86_64/libRSSupport.so build-tools/${PLATFORM_NAME}/renderscript/lib/packaged/x86_64/libRSSupport.so 127prebuilts/sdk/renderscript/lib/x86_64/librsjni.so build-tools/${PLATFORM_NAME}/renderscript/lib/packaged/x86_64/librsjni.so 128prebuilts/sdk/renderscript/lib/x86_64/librsjni_androidx.so build-tools/${PLATFORM_NAME}/renderscript/lib/packaged/x86_64/librsjni_androidx.so 129prebuilts/sdk/renderscript/lib/x86_64/libblasV8.so build-tools/${PLATFORM_NAME}/renderscript/lib/blas/x86_64/libblasV8.so 130prebuilts/sdk/renderscript/lib/x86_64/librsrt_x86_64.bc build-tools/${PLATFORM_NAME}/renderscript/lib/bc/x86_64/libclcore.bc 131 132# apksigner 133bin/apksigner build-tools/${PLATFORM_NAME}/apksigner 134framework/apksigner.jar build-tools/${PLATFORM_NAME}/lib/apksigner.jar 135 136# dx 137bin/dx build-tools/${PLATFORM_NAME}/dx 138framework/dx.jar build-tools/${PLATFORM_NAME}/lib/dx.jar 139bin/dexdump build-tools/${PLATFORM_NAME}/dexdump 140 141# d8 142prebuilts/r8/buildtools/d8-master.jar build-tools/${PLATFORM_NAME}/lib/d8.jar 143prebuilts/r8/d8 build-tools/${PLATFORM_NAME}/d8 144 145# multi-dex 146${OUT_DIR}/host/common/obj/JAVA_LIBRARIES/shrinkedAndroid_intermediates/shrinkedAndroid.jar build-tools/${PLATFORM_NAME}/lib/shrinkedAndroid.jar 147dalvik/dx/etc/mainDexClasses.rules build-tools/${PLATFORM_NAME}/mainDexClasses.rules 148dalvik/dx/etc/mainDexClassesNoAapt.rules build-tools/${PLATFORM_NAME}/mainDexClassesNoAapt.rules 149 150# Lambda stubs for use by javac 151${OUT_DIR}/target/common/obj/JAVA_LIBRARIES/core-lambda-stubs_intermediates/classes.jar build-tools/${PLATFORM_NAME}/core-lambda-stubs.jar 152 153############################################################################## 154# Platform Component 155############################################################################## 156 157# version files for the SDK updater, from development.git 158${HOST_OUT}/development/sdk/platform_source.properties platforms/${PLATFORM_NAME}/source.properties 159 160# copy build prop from out/.../sdk/ 161sdk/sdk-build.prop platforms/${PLATFORM_NAME}/build.prop 162 163# Main Public API jar 164${OUT_DIR}/target/common/obj/PACKAGING/android_jar_intermediates/android.jar platforms/${PLATFORM_NAME}/android.jar 165${OUT_DIR}/target/common/obj/PACKAGING/android_jar_intermediates/android-stubs-src.jar platforms/${PLATFORM_NAME}/android-stubs-src.jar 166 167# core-for-system-modules.jar for building system modules 168${OUT_DIR}/target/common/obj/JAVA_LIBRARIES/core-current-stubs-for-system-modules_intermediates/classes.jar platforms/${PLATFORM_NAME}/core-for-system-modules.jar 169 170# optional API files. 171development/build/optional.json platforms/${PLATFORM_NAME}/optional/optional.json 172${OUT_DIR}/target/common/obj/JAVA_LIBRARIES/org.apache.http.legacy.stubs_intermediates/classes.jar platforms/${PLATFORM_NAME}/optional/org.apache.http.legacy.jar 173# deprecated APIs 174${OUT_DIR}/target/common/obj/JAVA_LIBRARIES/android_uiautomator_intermediates/classes.jar platforms/${PLATFORM_NAME}/uiautomator.jar 175# Test APIs 176${OUT_DIR}/target/common/obj/JAVA_LIBRARIES/android.test.mock.stubs_intermediates/classes.jar platforms/${PLATFORM_NAME}/optional/android.test.mock.jar 177${OUT_DIR}/target/common/obj/JAVA_LIBRARIES/android.test.base.stubs_intermediates/classes.jar platforms/${PLATFORM_NAME}/optional/android.test.base.jar 178${OUT_DIR}/target/common/obj/JAVA_LIBRARIES/android.test.runner.stubs_intermediates/classes.jar platforms/${PLATFORM_NAME}/optional/android.test.runner.jar 179 180# the aidl precompiled include 181${OUT_DIR}/target/common/obj/PACKAGING/framework.aidl platforms/${PLATFORM_NAME}/framework.aidl 182 183# emulator skins from sdk.git 184development/tools/emulator/skins/QVGA platforms/${PLATFORM_NAME}/skins/QVGA 185development/tools/emulator/skins/WQVGA432 platforms/${PLATFORM_NAME}/skins/WQVGA432 186development/tools/emulator/skins/WQVGA400 platforms/${PLATFORM_NAME}/skins/WQVGA400 187development/tools/emulator/skins/HVGA platforms/${PLATFORM_NAME}/skins/HVGA 188development/tools/emulator/skins/WVGA800 platforms/${PLATFORM_NAME}/skins/WVGA800 189development/tools/emulator/skins/WVGA854 platforms/${PLATFORM_NAME}/skins/WVGA854 190development/tools/emulator/skins/WSVGA platforms/${PLATFORM_NAME}/skins/WSVGA 191development/tools/emulator/skins/WXGA720 platforms/${PLATFORM_NAME}/skins/WXGA720 192development/tools/emulator/skins/WXGA800 platforms/${PLATFORM_NAME}/skins/WXGA800 193development/tools/emulator/skins/WXGA800-7in platforms/${PLATFORM_NAME}/skins/WXGA800-7in 194 195# Platform SDK properties 196development/sdk/sdk.properties platforms/${PLATFORM_NAME}/sdk.properties 197 198# sdk.git Ant templates for project files 199development/tools/templates/AndroidManifest.template platforms/${PLATFORM_NAME}/templates/AndroidManifest.template 200development/tools/templates/AndroidManifest.tests.template platforms/${PLATFORM_NAME}/templates/AndroidManifest.tests.template 201development/tools/templates/java_file.template platforms/${PLATFORM_NAME}/templates/java_file.template 202development/tools/templates/java_tests_file.template platforms/${PLATFORM_NAME}/templates/java_tests_file.template 203development/tools/templates/layout.template platforms/${PLATFORM_NAME}/templates/layout.template 204development/tools/templates/strings.template platforms/${PLATFORM_NAME}/templates/strings.template 205development/tools/templates/ic_launcher_ldpi.png platforms/${PLATFORM_NAME}/templates/ic_launcher_ldpi.png 206development/tools/templates/ic_launcher_mdpi.png platforms/${PLATFORM_NAME}/templates/ic_launcher_mdpi.png 207development/tools/templates/ic_launcher_hdpi.png platforms/${PLATFORM_NAME}/templates/ic_launcher_hdpi.png 208development/tools/templates/ic_launcher_xhdpi.png platforms/${PLATFORM_NAME}/templates/ic_launcher_xhdpi.png 209 210# API database for tools such as lint 211${OUT_DIR}/target/common/obj/PACKAGING/framework-doc-stubs_generated-api-versions.xml platforms/${PLATFORM_NAME}/data/api-versions.xml 212 213# API annotations database for lint 214prebuilts/sdk/sdk-annotations/annotations.zip platforms/${PLATFORM_NAME}/data/annotations.zip 215${OUT_DIR}/target/common/obj/PACKAGING/framework-doc-stubs_annotations.zip platforms/${PLATFORM_NAME}/data/annotations.zip 216 217# Eclipse Editors support 218frameworks/base/core/res/res platforms/${PLATFORM_NAME}/data/res 219${OUT_DIR}/target/common/obj/PACKAGING/framework-doc-stubs-metadata_intermediates/activity_actions.txt platforms/${PLATFORM_NAME}/data/activity_actions.txt 220${OUT_DIR}/target/common/obj/PACKAGING/framework-doc-stubs-metadata_intermediates/broadcast_actions.txt platforms/${PLATFORM_NAME}/data/broadcast_actions.txt 221${OUT_DIR}/target/common/obj/PACKAGING/framework-doc-stubs-metadata_intermediates/service_actions.txt platforms/${PLATFORM_NAME}/data/service_actions.txt 222${OUT_DIR}/target/common/obj/PACKAGING/framework-doc-stubs-metadata_intermediates/categories.txt platforms/${PLATFORM_NAME}/data/categories.txt 223${OUT_DIR}/target/common/obj/PACKAGING/framework-doc-stubs-metadata_intermediates/widgets.txt platforms/${PLATFORM_NAME}/data/widgets.txt 224${OUT_DIR}/target/common/obj/PACKAGING/framework-doc-stubs-metadata_intermediates/features.txt platforms/${PLATFORM_NAME}/data/features.txt 225 226# NOTICE files are copied by build/core/Makefile from sdk.git 227development/sdk/sdk_files_NOTICE.txt platforms/${PLATFORM_NAME}/templates/NOTICE.txt 228development/sdk/sdk_files_NOTICE.txt platforms/${PLATFORM_NAME}/data/NOTICE.txt 229development/sdk/sdk_files_NOTICE.txt platforms/${PLATFORM_NAME}/skins/NOTICE.txt 230 231 232############################################################################## 233# System image Component 234############################################################################## 235 236# System images + Kernel 237system-qemu.img system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/system.img 238vendor-qemu.img system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/vendor.img 239ramdisk-qemu.img system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/ramdisk.img 240device/generic/goldfish/data/etc/userdata.img system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/userdata.img 241data/misc system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/data/misc 242system/build.prop system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/build.prop 243VerifiedBootParams.textproto system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/VerifiedBootParams.textproto 244 245# Note: the kernel image is handled by sdk-android-<abi>.atree now. 246 247 248############################################################################## 249# Docs Component 250############################################################################## 251 252# version files for the SDK updater, from sdk.git 253${HOST_OUT}/development/sdk/doc_source.properties docs/source.properties 254 255# the docs 256docs/offline-sdk docs 257frameworks/base/docs/docs-samples-redirect.html docs/samples/index.html 258 259 260############################################################################## 261# Samples Component 262############################################################################## 263 264# samples to include in the sdk samples package 265# 266# the list here should match the list of samples that we generate docs for, 267# (see web_docs_sample_code_flags in frameworks/base/Android.mk) 268development/apps/GestureBuilder samples/${PLATFORM_NAME}/legacy/GestureBuilder 269development/samples/samples_source.properties samples/${PLATFORM_NAME}/source.properties 270# 271# PLEASE KEEP THE SAMPLES IN ALPHABETICAL ORDER. 272# 273 274# New sample tree 275# Note: Some samples reference a shared "common" directory. In the future 276# this will be copied in automatically via a templating system. For now, 277# we need to copy it in here as needed. 278developers/build/prebuilts/gradle/BasicAndroidKeyStore/ samples/${PLATFORM_NAME}/security/BasicAndroidKeyStore 279developers/build/prebuilts/gradle/BasicSyncAdapter/ samples/${PLATFORM_NAME}/connectivity/BasicSyncAdapter 280developers/build/prebuilts/gradle/NetworkConnect/ samples/${PLATFORM_NAME}/connectivity/NetworkConnect 281developers/build/prebuilts/gradle/BasicNetworking/ samples/${PLATFORM_NAME}/connectivity/BasicNetworking 282developers/build/prebuilts/gradle/BluetoothLeGatt/ samples/${PLATFORM_NAME}/connectivity/BluetoothLeGatt 283developers/build/prebuilts/gradle/AppRestrictions/ samples/${PLATFORM_NAME}/content/AppRestrictions 284developers/build/prebuilts/gradle/BasicContactables/ samples/${PLATFORM_NAME}/content/BasicContactables 285developers/build/prebuilts/gradle/StorageClient/ samples/${PLATFORM_NAME}/content/StorageClient 286developers/build/prebuilts/gradle/StorageProvider/ samples/${PLATFORM_NAME}/content/StorageProvider 287developers/build/prebuilts/gradle/BasicGestureDetect/ samples/${PLATFORM_NAME}/input/BasicGestureDetect 288developers/build/prebuilts/gradle/BasicMultitouch/ samples/${PLATFORM_NAME}/input/BasicMultitouch 289developers/build/prebuilts/gradle/ActivityInstrumentation/ samples/${PLATFORM_NAME}/testing/ActivityInstrumentation 290developers/build/prebuilts/gradle/MediaRecorder/ samples/${PLATFORM_NAME}/media/MediaRecorder 291developers/build/prebuilts/gradle/BasicMediaRouter/ samples/${PLATFORM_NAME}/media/BasicMediaRouter 292developers/build/prebuilts/gradle/BasicMediaDecoder/ samples/${PLATFORM_NAME}/media/BasicMediaDecoder 293developers/build/prebuilts/gradle/BorderlessButtons/ samples/${PLATFORM_NAME}/ui/BorderlessButtons 294developers/build/prebuilts/gradle/BasicAccessibility/ samples/${PLATFORM_NAME}/ui/BasicAccessibility 295developers/build/prebuilts/gradle/CustomChoiceList/ samples/${PLATFORM_NAME}/ui/CustomChoiceList 296developers/build/prebuilts/gradle/TextSwitcher/ samples/${PLATFORM_NAME}/ui/TextSwitcher 297developers/build/prebuilts/gradle/HorizontalPaging/ samples/${PLATFORM_NAME}/ui/HorizontalPaging 298developers/build/prebuilts/gradle/ActionBarCompat-Styled/ samples/${PLATFORM_NAME}/ui/ActionBarCompat-Styled 299developers/build/prebuilts/gradle/ActionBarCompat-ListPopupMenu/ samples/${PLATFORM_NAME}/ui/ActionBarCompat-ListPopupMenu 300developers/build/prebuilts/gradle/ShareActionProvider/ samples/${PLATFORM_NAME}/ui/ShareActionProvider 301developers/build/prebuilts/gradle/ActionBarCompat-Basic/ samples/${PLATFORM_NAME}/ui/ActionBarCompat-Basic 302developers/build/prebuilts/gradle/BasicNotifications/ samples/${PLATFORM_NAME}/ui/BasicNotifications 303developers/build/prebuilts/gradle/CustomNotifications/ samples/${PLATFORM_NAME}/ui/CustomNotifications 304developers/build/prebuilts/gradle/DoneBar/ samples/${PLATFORM_NAME}/ui/DoneBar 305developers/build/prebuilts/gradle/BasicImmersiveMode/ samples/${PLATFORM_NAME}/ui/BasicImmersiveMode 306developers/build/prebuilts/gradle/AdvancedImmersiveMode/ samples/${PLATFORM_NAME}/ui/AdvancedImmersiveMode 307developers/build/prebuilts/gradle/ImmersiveMode/ samples/${PLATFORM_NAME}/ui/ImmersiveMode 308developers/build/prebuilts/gradle/RepeatingAlarm/ samples/${PLATFORM_NAME}/background/RepeatingAlarm 309developers/build/prebuilts/gradle/TextLinkify/ samples/${PLATFORM_NAME}/ui/TextLinkify 310developers/build/prebuilts/gradle/BasicRenderScript samples/${PLATFORM_NAME}/renderscript/BasicRenderScript 311developers/build/prebuilts/gradle/RenderScriptIntrinsic samples/${PLATFORM_NAME}/renderscript/RenderScriptIntrinsic 312developers/build/prebuilts/gradle/SlidingTabsBasic samples/${PLATFORM_NAME}/ui/SlidingTabsBasic 313developers/build/prebuilts/gradle/SlidingTabsColors samples/${PLATFORM_NAME}/ui/SlidingTabsColors 314developers/build/prebuilts/gradle/CardEmulation samples/${PLATFORM_NAME}/connectivity/CardEmulation 315developers/build/prebuilts/gradle/CardReader samples/${PLATFORM_NAME}/connectivity/CardReader 316developers/build/prebuilts/gradle/BatchStepSensor samples/${PLATFORM_NAME}/sensors/BatchStepSensor 317developers/build/prebuilts/gradle/DisplayingBitmaps samples/${PLATFORM_NAME}/ui/DisplayingBitmaps 318developers/build/prebuilts/gradle/BasicTransition samples/${PLATFORM_NAME}/ui/BasicTransition 319developers/build/prebuilts/gradle/CustomTransition samples/${PLATFORM_NAME}/ui/CustomTransition 320developers/build/prebuilts/gradle/SwipeRefreshLayoutBasic samples/${PLATFORM_NAME}/ui/SwipeRefreshLayoutBasic 321developers/build/prebuilts/gradle/SwipeRefreshListFragment samples/${PLATFORM_NAME}/ui/SwipeRefreshListFragment 322developers/build/prebuilts/gradle/SwipeRefreshMultipleViews samples/${PLATFORM_NAME}/ui/SwipeRefreshMultipleViews 323developers/build/prebuilts/gradle/MediaRouter samples/${PLATFORM_NAME}/media/MediaRouter 324developers/build/prebuilts/gradle/BluetoothChat samples/${PLATFORM_NAME}/connectivity/bluetooth/BluetoothChat 325developers/build/prebuilts/gradle/MediaEffects samples/${PLATFORM_NAME}/media/MediaEffects 326developers/build/prebuilts/gradle/BasicManagedProfile samples/${PLATFORM_NAME}/admin/BasicManagedProfile 327developers/build/prebuilts/gradle/Camera2Basic samples/${PLATFORM_NAME}/media/Camera2Basic 328developers/build/prebuilts/gradle/Camera2Video samples/${PLATFORM_NAME}/media/Camera2Video 329developers/build/prebuilts/gradle/ActivitySceneTransitionBasic samples/${PLATFORM_NAME}/ui/activityscenetransition/ActivitySceneTransitionBasic 330developers/build/prebuilts/gradle/NavigationDrawer samples/${PLATFORM_NAME}/ui/views/NavigationDrawer 331developers/build/prebuilts/gradle/ElevationBasic samples/${PLATFORM_NAME}/ui/views/Elevation/ElevationBasic 332developers/build/prebuilts/gradle/ElevationDrag samples/${PLATFORM_NAME}/ui/views/Elevation/ElevationDrag 333developers/build/prebuilts/gradle/ClippingBasic samples/${PLATFORM_NAME}/ui/views/Clipping/ClippingBasic 334developers/build/prebuilts/gradle/JobScheduler samples/${PLATFORM_NAME}/background/JobScheduler 335developers/build/prebuilts/gradle/HdrViewfinder samples/${PLATFORM_NAME}/media/HdrViewfinder 336developers/build/prebuilts/gradle/DocumentCentricApps samples/${PLATFORM_NAME}/ui/activitytasks/DocumentCentricApps 337developers/build/prebuilts/gradle/DocumentCentricRelinquishIdentity samples/${PLATFORM_NAME}/ui/activitytasks/DocumentCentricRelinquishIdentity 338developers/build/prebuilts/gradle/AppRestrictionEnforcer samples/${PLATFORM_NAME}/admin/AppRestrictionEnforcer 339developers/build/prebuilts/gradle/AppRestrictionSchema samples/${PLATFORM_NAME}/admin/AppRestrictionSchema 340developers/build/prebuilts/gradle/RecyclerView samples/${PLATFORM_NAME}/ui/views/RecyclerView 341developers/build/prebuilts/gradle/CardView samples/${PLATFORM_NAME}/ui/views/CardView 342developers/build/prebuilts/gradle/LNotifications samples/${PLATFORM_NAME}/ui/notifications/LNotifications 343developers/build/prebuilts/gradle/DrawableTinting samples/${PLATFORM_NAME}/ui/DrawableTinting 344developers/build/prebuilts/gradle/Interpolator samples/${PLATFORM_NAME}/ui/Interpolator 345developers/build/prebuilts/gradle/PdfRendererBasic samples/${PLATFORM_NAME}/ui/graphics/PdfRendererBasic 346developers/build/prebuilts/gradle/FloatingActionButtonBasic samples/${PLATFORM_NAME}/ui/views/FloatingActionButton/FloatingActionButtonBasic 347developers/build/prebuilts/gradle/RevealEffectBasic samples/${PLATFORM_NAME}/ui/views/RevealEffect/RevealEffectBasic 348developers/build/prebuilts/gradle/PermissionRequest samples/${PLATFORM_NAME}/content/webview/PermissionRequest 349developers/build/prebuilts/gradle/DirectorySelection samples/${PLATFORM_NAME}/content/documentsUi/DirectorySelection 350developers/build/prebuilts/gradle/AppUsageStatistics samples/${PLATFORM_NAME}/system/AppUsageStatistics 351developers/build/prebuilts/gradle/ScreenCapture samples/${PLATFORM_NAME}/media/ScreenCapture 352developers/build/prebuilts/gradle/NfcProvisioning samples/${PLATFORM_NAME}/nfc/NfcProvisioning 353developers/build/prebuilts/gradle/DeviceOwner samples/${PLATFORM_NAME}/admin/DeviceOwner 354developers/build/prebuilts/gradle/ConfirmCredential samples/${PLATFORM_NAME}/security/ConfirmCredential 355developers/build/prebuilts/gradle/FingerprintDialog samples/${PLATFORM_NAME}/security/FingerprintDialog 356developers/build/prebuilts/gradle/RuntimePermissions samples/${PLATFORM_NAME}/system/RuntimePermissions 357developers/build/prebuilts/gradle/RuntimePermissionsBasic samples/${PLATFORM_NAME}/system/RuntimePermissionsBasic 358developers/build/prebuilts/gradle/ActiveNotifications samples/${PLATFORM_NAME}/notification/ActiveNotifications 359developers/build/prebuilts/gradle/Camera2Raw samples/${PLATFORM_NAME}/media/Camera2Raw 360developers/build/prebuilts/gradle/AutoBackupForApps samples/${PLATFORM_NAME}/content/AutoBackupForApps 361developers/build/prebuilts/gradle/DirectShare samples/${PLATFORM_NAME}/content/DirectShare 362developers/build/prebuilts/gradle/MidiScope samples/${PLATFORM_NAME}/media/MidiScope 363developers/build/prebuilts/gradle/MidiSynth samples/${PLATFORM_NAME}/media/MidiSynth 364developers/build/prebuilts/gradle/AsymmetricFingerprintDialog samples/${PLATFORM_NAME}/security/AsymmetricFingerprintDialog 365developers/build/prebuilts/gradle/AppShortcuts samples/${PLATFORM_NAME}/system/AppShortcuts 366developers/build/prebuilts/gradle/CommitContentSampleApp samples/${PLATFORM_NAME}/input/keyboard/CommitContentSampleApp 367developers/build/prebuilts/gradle/CommitContentSampleIME samples/${PLATFORM_NAME}/input/keyboard/CommitContentSampleIME 368 369developers/build/prebuilts/androidtv samples/${PLATFORM_NAME}/androidtv 370 371# Wearable sample tree 372developers/build/prebuilts/gradle/AgendaData samples/${PLATFORM_NAME}/wearable/AgendaData 373developers/build/prebuilts/gradle/DataLayer samples/${PLATFORM_NAME}/wearable/DataLayer 374developers/build/prebuilts/gradle/DelayedConfirmation samples/${PLATFORM_NAME}/wearable/DelayedConfirmation 375developers/build/prebuilts/gradle/ElizaChat samples/${PLATFORM_NAME}/wearable/ElizaChat 376developers/build/prebuilts/gradle/FindMyPhone samples/${PLATFORM_NAME}/wearable/FindMyPhone 377developers/build/prebuilts/gradle/Flashlight samples/${PLATFORM_NAME}/wearable/Flashlight 378developers/build/prebuilts/gradle/Geofencing samples/${PLATFORM_NAME}/wearable/Geofencing 379developers/build/prebuilts/gradle/GridViewPager samples/${PLATFORM_NAME}/wearable/GridViewPager 380developers/build/prebuilts/gradle/JumpingJack samples/${PLATFORM_NAME}/wearable/JumpingJack 381developers/build/prebuilts/gradle/Notifications samples/${PLATFORM_NAME}/wearable/Notifications 382developers/build/prebuilts/gradle/Quiz samples/${PLATFORM_NAME}/wearable/Quiz 383developers/build/prebuilts/gradle/RecipeAssistant samples/${PLATFORM_NAME}/wearable/RecipeAssistant 384developers/build/prebuilts/gradle/RuntimePermissionsWear samples/${PLATFORM_NAME}/wearable/RuntimePermissionsWear 385developers/build/prebuilts/gradle/SkeletonWearableApp samples/${PLATFORM_NAME}/wearable/SkeletonWearableApp 386developers/build/prebuilts/gradle/SpeedTracker samples/${PLATFORM_NAME}/wearable/SpeedTracker 387developers/build/prebuilts/gradle/SynchronizedNotifications samples/${PLATFORM_NAME}/wearable/SynchronizedNotifications 388developers/build/prebuilts/gradle/Timer samples/${PLATFORM_NAME}/wearable/Timer 389developers/build/prebuilts/gradle/WatchFace samples/${PLATFORM_NAME}/wearable/WatchFace 390developers/build/prebuilts/gradle/WatchViewStub samples/${PLATFORM_NAME}/wearable/WatchViewStub 391developers/build/prebuilts/gradle/WearNotifications samples/${PLATFORM_NAME}/wearable/WearNotifications 392developers/build/prebuilts/gradle/WearSpeakerSample samples/${PLATFORM_NAME}/wearable/WearSpeakerSample 393developers/build/prebuilts/gradle/XYZTouristAttractions samples/${PLATFORM_NAME}/wearable/XYZTouristAttractions 394 395# Old sample tree 396development/samples/AccelerometerPlay samples/${PLATFORM_NAME}/legacy/AccelerometerPlay 397development/samples/AndroidBeamDemo samples/${PLATFORM_NAME}/legacy/AndroidBeamDemo 398development/samples/ApiDemos samples/${PLATFORM_NAME}/legacy/ApiDemos 399development/samples/AppNavigation samples/${PLATFORM_NAME}/legacy/AppNavigation 400development/samples/BackupRestore samples/${PLATFORM_NAME}/legacy/BackupRestore 401development/samples/BasicGLSurfaceView samples/${PLATFORM_NAME}/legacy/BasicGLSurfaceView 402development/samples/ContactManager samples/${PLATFORM_NAME}/legacy/ContactManager 403development/samples/CrossCompatibility samples/${PLATFORM_NAME}/legacy/CrossCompatibility 404development/samples/CubeLiveWallpaper samples/${PLATFORM_NAME}/legacy/CubeLiveWallpaper 405development/samples/HelloEffects samples/${PLATFORM_NAME}/legacy/HelloEffects 406development/samples/Home samples/${PLATFORM_NAME}/legacy/Home 407development/samples/HoneycombGallery samples/${PLATFORM_NAME}/legacy/HoneycombGallery 408development/samples/JetBoy samples/${PLATFORM_NAME}/legacy/JetBoy 409development/samples/KeyChainDemo samples/${PLATFORM_NAME}/legacy/KeyChainDemo 410development/samples/LceDemo samples/${PLATFORM_NAME}/legacy/LceDemo 411development/samples/LunarLander samples/${PLATFORM_NAME}/legacy/LunarLander 412development/samples/MultiResolution samples/${PLATFORM_NAME}/legacy/MultiResolution 413development/samples/NotePad samples/${PLATFORM_NAME}/legacy/NotePad 414development/samples/SpellChecker/SampleSpellCheckerService samples/${PLATFORM_NAME}/legacy/SpellChecker/SampleSpellCheckerService 415development/samples/SpellChecker/HelloSpellChecker samples/${PLATFORM_NAME}/legacy/SpellChecker/HelloSpellChecker 416development/samples/SampleSyncAdapter samples/${PLATFORM_NAME}/legacy/SampleSyncAdapter 417development/samples/SearchableDictionary samples/${PLATFORM_NAME}/legacy/SearchableDictionary 418development/samples/SipDemo samples/${PLATFORM_NAME}/legacy/SipDemo 419development/samples/SkeletonApp samples/${PLATFORM_NAME}/legacy/SkeletonApp 420development/samples/Snake samples/${PLATFORM_NAME}/legacy/Snake 421development/samples/SoftKeyboard samples/${PLATFORM_NAME}/legacy/SoftKeyboard 422development/samples/Spinner samples/${PLATFORM_NAME}/legacy/Spinner 423development/samples/SpinnerTest samples/${PLATFORM_NAME}/legacy/SpinnerTest 424development/samples/TicTacToeLib samples/${PLATFORM_NAME}/legacy/TicTacToeLib 425development/samples/TicTacToeMain samples/${PLATFORM_NAME}/legacy/TicTacToeMain 426development/samples/TtsEngine samples/${PLATFORM_NAME}/legacy/TtsEngine 427development/samples/ToyVpn samples/${PLATFORM_NAME}/legacy/ToyVpn 428development/samples/UiAutomator samples/${PLATFORM_NAME}/legacy/UiAutomator 429development/samples/USB/MissileLauncher samples/${PLATFORM_NAME}/legacy/USB/MissileLauncher 430development/samples/USB/AdbTest samples/${PLATFORM_NAME}/legacy/USB/AdbTest 431development/samples/VoiceRecognitionService samples/${PLATFORM_NAME}/legacy/VoiceRecognitionService 432development/samples/VoicemailProviderDemo samples/${PLATFORM_NAME}/legacy/VoicemailProviderDemo 433development/samples/WeatherListWidget samples/${PLATFORM_NAME}/legacy/WeatherListWidget 434development/apps/WidgetPreview samples/${PLATFORM_NAME}/legacy/WidgetPreview 435development/samples/WiFiDirectDemo samples/${PLATFORM_NAME}/legacy/WiFiDirectDemo 436development/samples/WiFiDirectServiceDiscovery samples/${PLATFORM_NAME}/legacy/WiFiDirectServiceDiscovery 437development/samples/Wiktionary samples/${PLATFORM_NAME}/legacy/Wiktionary 438development/samples/WiktionarySimple samples/${PLATFORM_NAME}/legacy/WiktionarySimple 439development/samples/XmlAdapters samples/${PLATFORM_NAME}/legacy/XmlAdapters 440development/samples/RenderScript/HelloCompute samples/${PLATFORM_NAME}/legacy/RenderScript/HelloCompute 441 442# NOTICE files are copied by build/core/Makefile from sdk.git 443development/sdk/sdk_files_NOTICE.txt samples/${PLATFORM_NAME}/NOTICE.txt 444 445############################################################################## 446# Add-on Folder 447############################################################################## 448 449# empty add-on folder with just a readme copied from sdk.git 450sdk/files/README_add-ons.txt add-ons/README.txt 451 452############################################################################## 453# Tests Component 454############################################################################## 455