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