blob: b23b76751181b3a5f4bc76c03d109df2a9d40ee1 [file] [log] [blame]
Xavier Ducrohet79aa3ce2011-05-25 17:48:07 -07001#
The Android Open Source Project52d4c302009-03-03 19:29:09 -08002# Copyright (C) 2007 The Android Open Source Project
3#
4# Licensed under the Apache License, Version 2.0 (the "License");
5# you may not use this file except in compliance with the License.
6# You may obtain a copy of the License at
7#
8# http://www.apache.org/licenses/LICENSE-2.0
9#
10# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13# See the License for the specific language governing permissions and
14# limitations under the License.
15#
16
17#
Xavier Ducrohet682ec292010-09-27 15:53:27 -070018# These are the files that comprise that SDK.
19#
The Android Open Source Project52d4c302009-03-03 19:29:09 -080020
Xavier Ducrohetb86b7f72010-07-27 15:07:35 -070021##############################################################################
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
Raphael Moll9ca69cf2013-02-12 13:48:39 -080031
Xavier Ducrohetb86b7f72010-07-27 15:07:35 -070032##############################################################################
Xavier Ducrohetb86b7f72010-07-27 15:07:35 -070033# Platform Component
34##############################################################################
35
Xavier Ducrohet7fb4cc52011-09-21 10:22:00 -070036# version files for the SDK updater, from development.git
Narayan Kamathe54bbd82016-02-05 13:56:15 +000037${HOST_OUT}/development/sdk/platform_source.properties platforms/${PLATFORM_NAME}/source.properties
Xavier Ducrohetb86b7f72010-07-27 15:07:35 -070038
39# copy build prop from out/.../sdk/
Narayan Kamathe54bbd82016-02-05 13:56:15 +000040sdk/sdk-build.prop platforms/${PLATFORM_NAME}/build.prop
Xavier Ducrohetb86b7f72010-07-27 15:07:35 -070041
Xavier Ducrohet83f4d2a2015-04-22 18:03:29 -070042# Main Public API jar
Nan Zhang18babf62018-08-07 13:36:06 -070043${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
Tor Norbye58ab9ef2018-06-13 18:29:45 -040045
Colin Cross89c55172019-11-04 14:52:47 -080046# 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
Xavier Ducrohet83f4d2a2015-04-22 18:03:29 -070049# optional API files.
Narayan Kamathe54bbd82016-02-05 13:56:15 +000050development/build/optional.json platforms/${PLATFORM_NAME}/optional/optional.json
Jiyong Parkd06181a2018-05-02 20:44:00 +090051${OUT_DIR}/target/common/obj/JAVA_LIBRARIES/org.apache.http.legacy.stubs_intermediates/classes.jar platforms/${PLATFORM_NAME}/optional/org.apache.http.legacy.jar
Xavier Ducrohet83f4d2a2015-04-22 18:03:29 -070052# deprecated APIs
Jiyong Park285f6982018-03-23 18:30:33 +090053${OUT_DIR}/target/common/obj/JAVA_LIBRARIES/android_uiautomator_intermediates/classes.jar platforms/${PLATFORM_NAME}/uiautomator.jar
Zhomart Mukhamejanovbdb2a602020-07-24 15:24:50 -070054# 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
Paul Duffin317f8c82017-10-16 12:38:04 +010056# Test APIs
Jiyong Park285f6982018-03-23 18:30:33 +090057${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
Xavier Ducrohetb86b7f72010-07-27 15:07:35 -070060
61# the aidl precompiled include
Colin Cross76aa9e12019-04-18 12:10:41 -070062${OUT_DIR}/target/common/obj/PACKAGING/framework.aidl platforms/${PLATFORM_NAME}/framework.aidl
Steven Morelanded78a1f2020-12-01 01:28:48 +000063# 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/
Xavier Ducrohetb86b7f72010-07-27 15:07:35 -070065
Xavier Ducrohetb86b7f72010-07-27 15:07:35 -070066# emulator skins from sdk.git
Xavier Ducrohet6bd1ae52012-05-07 17:15:14 -070067development/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
Xavier Ducrohetb86b7f72010-07-27 15:07:35 -070077
78# Platform SDK properties
Raphael Moll9ca69cf2013-02-12 13:48:39 -080079development/sdk/sdk.properties platforms/${PLATFORM_NAME}/sdk.properties
Xavier Ducrohetb86b7f72010-07-27 15:07:35 -070080
81# sdk.git Ant templates for project files
Raphael Moll22e4eb22011-08-30 13:20:32 -070082development/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
Tor Norbye714e5162011-12-16 15:21:12 -080091development/tools/templates/ic_launcher_xhdpi.png platforms/${PLATFORM_NAME}/templates/ic_launcher_xhdpi.png
Xavier Ducrohetb86b7f72010-07-27 15:07:35 -070092
Tor Norbyebfbf6592017-01-31 05:57:59 -080093# API database for tools such as lint
Aurimas Liutikas1a6d5082020-03-12 16:26:06 -070094${OUT_DIR}/target/common/obj/PACKAGING/framework-doc-stubs_generated-api-versions.xml platforms/${PLATFORM_NAME}/data/api-versions.xml
Tor Norbyebfbf6592017-01-31 05:57:59 -080095
96# API annotations database for lint
97prebuilts/sdk/sdk-annotations/annotations.zip platforms/${PLATFORM_NAME}/data/annotations.zip
Anton Hansson2918f632021-10-15 14:50:56 +010098${OUT_DIR}/target/common/obj/PACKAGING/sdk-annotations.zip platforms/${PLATFORM_NAME}/data/annotations.zip
Tor Norbyebfbf6592017-01-31 05:57:59 -080099
Xavier Ducrohetb86b7f72010-07-27 15:07:35 -0700100# Eclipse Editors support
Raphael Molle9a79202014-05-20 14:08:53 -0700101frameworks/base/core/res/res platforms/${PLATFORM_NAME}/data/res
Jerome Gaillard52633e92019-10-10 19:25:42 +0100102${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
Xavier Ducrohetb86b7f72010-07-27 15:07:35 -0700108
Xavier Ducrohetb86b7f72010-07-27 15:07:35 -0700109# NOTICE files are copied by build/core/Makefile from sdk.git
Raphael Molle9a79202014-05-20 14:08:53 -0700110development/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
Xavier Ducrohetb86b7f72010-07-27 15:07:35 -0700113
Raphael Moll9ca69cf2013-02-12 13:48:39 -0800114
Xavier Ducrohetb86b7f72010-07-27 15:07:35 -0700115##############################################################################
116# Docs Component
117##############################################################################
118
119# version files for the SDK updater, from sdk.git
Raphaeld79eab52011-11-15 16:30:14 -0800120${HOST_OUT}/development/sdk/doc_source.properties docs/source.properties
Xavier Ducrohetb86b7f72010-07-27 15:07:35 -0700121
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
Dirk Dougherty658d86e2010-02-08 10:22:43 -0800131# samples to include in the sdk samples package
132#
Ying Wangd46eaa62011-03-01 17:12:12 -0800133# the list here should match the list of samples that we generate docs for,
Dirk Dougherty658d86e2010-02-08 10:22:43 -0800134# (see web_docs_sample_code_flags in frameworks/base/Android.mk)
Trevor Johns1ffb3502013-07-23 15:42:17 -0700135development/apps/GestureBuilder samples/${PLATFORM_NAME}/legacy/GestureBuilder
Xavier Ducrohetbea50d32012-02-15 18:31:46 -0800136development/samples/samples_source.properties samples/${PLATFORM_NAME}/source.properties
Xavier Ducrohet9e914e42010-10-13 13:38:45 -0700137#
138# PLEASE KEEP THE SAMPLES IN ALPHABETICAL ORDER.
139#
Trevor Johns1ffb3502013-07-23 15:42:17 -0700140
141# New sample tree
Trevor Johnsda67d182013-07-23 21:03:08 -0700142# 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.
Alexander Lucasb734f1b2013-11-21 12:37:37 -0800145developers/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
Trevor Johnsf22b1702017-01-12 11:42:36 -0800167developers/build/prebuilts/gradle/ShareActionProvider/ samples/${PLATFORM_NAME}/ui/ShareActionProvider
Alexander Lucasb734f1b2013-11-21 12:37:37 -0800168developers/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
Alexander Lucasfc1c6982014-02-06 14:45:32 -0800177developers/build/prebuilts/gradle/BasicRenderScript samples/${PLATFORM_NAME}/renderscript/BasicRenderScript
178developers/build/prebuilts/gradle/RenderScriptIntrinsic samples/${PLATFORM_NAME}/renderscript/RenderScriptIntrinsic
179developers/build/prebuilts/gradle/SlidingTabsBasic samples/${PLATFORM_NAME}/ui/SlidingTabsBasic
180developers/build/prebuilts/gradle/SlidingTabsColors samples/${PLATFORM_NAME}/ui/SlidingTabsColors
181developers/build/prebuilts/gradle/CardEmulation samples/${PLATFORM_NAME}/connectivity/CardEmulation
182developers/build/prebuilts/gradle/CardReader samples/${PLATFORM_NAME}/connectivity/CardReader
183developers/build/prebuilts/gradle/BatchStepSensor samples/${PLATFORM_NAME}/sensors/BatchStepSensor
Alexander Lucasc4a6ecf2014-03-10 14:49:49 -0700184developers/build/prebuilts/gradle/DisplayingBitmaps samples/${PLATFORM_NAME}/ui/DisplayingBitmaps
185developers/build/prebuilts/gradle/BasicTransition samples/${PLATFORM_NAME}/ui/BasicTransition
Alexander Lucasc7ad6542014-04-10 14:20:34 -0700186developers/build/prebuilts/gradle/CustomTransition samples/${PLATFORM_NAME}/ui/CustomTransition
Alexander Lucasf5d4c152014-04-11 15:19:19 -0700187developers/build/prebuilts/gradle/SwipeRefreshLayoutBasic samples/${PLATFORM_NAME}/ui/SwipeRefreshLayoutBasic
188developers/build/prebuilts/gradle/SwipeRefreshListFragment samples/${PLATFORM_NAME}/ui/SwipeRefreshListFragment
189developers/build/prebuilts/gradle/SwipeRefreshMultipleViews samples/${PLATFORM_NAME}/ui/SwipeRefreshMultipleViews
Alexander Lucasc4a6ecf2014-03-10 14:49:49 -0700190developers/build/prebuilts/gradle/MediaRouter samples/${PLATFORM_NAME}/media/MediaRouter
Naoki Ishiharaa9b5dd32014-09-19 22:17:08 -0700191developers/build/prebuilts/gradle/BluetoothChat samples/${PLATFORM_NAME}/connectivity/bluetooth/BluetoothChat
Trevor Johnsca8bc222014-10-16 00:03:51 -0700192developers/build/prebuilts/gradle/MediaEffects samples/${PLATFORM_NAME}/media/MediaEffects
Trevor Johnsee811812014-06-19 23:56:22 -0700193developers/build/prebuilts/gradle/BasicManagedProfile samples/${PLATFORM_NAME}/admin/BasicManagedProfile
194developers/build/prebuilts/gradle/Camera2Basic samples/${PLATFORM_NAME}/media/Camera2Basic
195developers/build/prebuilts/gradle/Camera2Video samples/${PLATFORM_NAME}/media/Camera2Video
196developers/build/prebuilts/gradle/ActivitySceneTransitionBasic samples/${PLATFORM_NAME}/ui/activityscenetransition/ActivitySceneTransitionBasic
197developers/build/prebuilts/gradle/NavigationDrawer samples/${PLATFORM_NAME}/ui/views/NavigationDrawer
198developers/build/prebuilts/gradle/ElevationBasic samples/${PLATFORM_NAME}/ui/views/Elevation/ElevationBasic
199developers/build/prebuilts/gradle/ElevationDrag samples/${PLATFORM_NAME}/ui/views/Elevation/ElevationDrag
200developers/build/prebuilts/gradle/ClippingBasic samples/${PLATFORM_NAME}/ui/views/Clipping/ClippingBasic
Trevor Johnsf70fdf32014-10-17 12:58:03 -0700201developers/build/prebuilts/gradle/JobScheduler samples/${PLATFORM_NAME}/background/JobScheduler
Trevor Johnsb21dca02014-10-16 16:51:10 -0700202developers/build/prebuilts/gradle/HdrViewfinder samples/${PLATFORM_NAME}/media/HdrViewfinder
203developers/build/prebuilts/gradle/DocumentCentricApps samples/${PLATFORM_NAME}/ui/activitytasks/DocumentCentricApps
204developers/build/prebuilts/gradle/DocumentCentricRelinquishIdentity samples/${PLATFORM_NAME}/ui/activitytasks/DocumentCentricRelinquishIdentity
205developers/build/prebuilts/gradle/AppRestrictionEnforcer samples/${PLATFORM_NAME}/admin/AppRestrictionEnforcer
206developers/build/prebuilts/gradle/AppRestrictionSchema samples/${PLATFORM_NAME}/admin/AppRestrictionSchema
Trevor Johns36274ac2014-10-17 11:23:50 -0700207developers/build/prebuilts/gradle/RecyclerView samples/${PLATFORM_NAME}/ui/views/RecyclerView
208developers/build/prebuilts/gradle/CardView samples/${PLATFORM_NAME}/ui/views/CardView
209developers/build/prebuilts/gradle/LNotifications samples/${PLATFORM_NAME}/ui/notifications/LNotifications
210developers/build/prebuilts/gradle/DrawableTinting samples/${PLATFORM_NAME}/ui/DrawableTinting
211developers/build/prebuilts/gradle/Interpolator samples/${PLATFORM_NAME}/ui/Interpolator
212developers/build/prebuilts/gradle/PdfRendererBasic samples/${PLATFORM_NAME}/ui/graphics/PdfRendererBasic
213developers/build/prebuilts/gradle/FloatingActionButtonBasic samples/${PLATFORM_NAME}/ui/views/FloatingActionButton/FloatingActionButtonBasic
214developers/build/prebuilts/gradle/RevealEffectBasic samples/${PLATFORM_NAME}/ui/views/RevealEffect/RevealEffectBasic
Trevor Johnsbabfe022014-12-11 15:12:05 -0800215developers/build/prebuilts/gradle/PermissionRequest samples/${PLATFORM_NAME}/content/webview/PermissionRequest
216developers/build/prebuilts/gradle/DirectorySelection samples/${PLATFORM_NAME}/content/documentsUi/DirectorySelection
217developers/build/prebuilts/gradle/AppUsageStatistics samples/${PLATFORM_NAME}/system/AppUsageStatistics
218developers/build/prebuilts/gradle/ScreenCapture samples/${PLATFORM_NAME}/media/ScreenCapture
Trevor Johns77b5d392015-03-30 16:06:43 -0700219developers/build/prebuilts/gradle/NfcProvisioning samples/${PLATFORM_NAME}/nfc/NfcProvisioning
220developers/build/prebuilts/gradle/DeviceOwner samples/${PLATFORM_NAME}/admin/DeviceOwner
Trevor Johnsc5bbbe32015-05-27 13:33:40 -0700221developers/build/prebuilts/gradle/ConfirmCredential samples/${PLATFORM_NAME}/security/ConfirmCredential
222developers/build/prebuilts/gradle/FingerprintDialog samples/${PLATFORM_NAME}/security/FingerprintDialog
223developers/build/prebuilts/gradle/RuntimePermissions samples/${PLATFORM_NAME}/system/RuntimePermissions
224developers/build/prebuilts/gradle/RuntimePermissionsBasic samples/${PLATFORM_NAME}/system/RuntimePermissionsBasic
225developers/build/prebuilts/gradle/ActiveNotifications samples/${PLATFORM_NAME}/notification/ActiveNotifications
226developers/build/prebuilts/gradle/Camera2Raw samples/${PLATFORM_NAME}/media/Camera2Raw
227developers/build/prebuilts/gradle/AutoBackupForApps samples/${PLATFORM_NAME}/content/AutoBackupForApps
Trevor Johnsd9c89cb2015-08-28 17:34:36 -0700228developers/build/prebuilts/gradle/DirectShare samples/${PLATFORM_NAME}/content/DirectShare
229developers/build/prebuilts/gradle/MidiScope samples/${PLATFORM_NAME}/media/MidiScope
230developers/build/prebuilts/gradle/MidiSynth samples/${PLATFORM_NAME}/media/MidiSynth
Trevor Johnsad3d3452015-10-02 16:44:15 -0700231developers/build/prebuilts/gradle/AsymmetricFingerprintDialog samples/${PLATFORM_NAME}/security/AsymmetricFingerprintDialog
Trevor Johns0af1e772016-10-18 03:15:51 -0700232developers/build/prebuilts/gradle/AppShortcuts samples/${PLATFORM_NAME}/system/AppShortcuts
233developers/build/prebuilts/gradle/CommitContentSampleApp samples/${PLATFORM_NAME}/input/keyboard/CommitContentSampleApp
234developers/build/prebuilts/gradle/CommitContentSampleIME samples/${PLATFORM_NAME}/input/keyboard/CommitContentSampleIME
Trevor Johnsee811812014-06-19 23:56:22 -0700235
236developers/build/prebuilts/androidtv samples/${PLATFORM_NAME}/androidtv
Alexander Lucasfc1c6982014-02-06 14:45:32 -0800237
Griff Hazen2def7d22014-06-19 15:20:18 -0700238# Wearable sample tree
Trevor Johnsb1240122014-11-13 02:41:48 +0000239developers/build/prebuilts/gradle/AgendaData samples/${PLATFORM_NAME}/wearable/AgendaData
240developers/build/prebuilts/gradle/DataLayer samples/${PLATFORM_NAME}/wearable/DataLayer
241developers/build/prebuilts/gradle/DelayedConfirmation samples/${PLATFORM_NAME}/wearable/DelayedConfirmation
242developers/build/prebuilts/gradle/ElizaChat samples/${PLATFORM_NAME}/wearable/ElizaChat
Trevor Johnsb1240122014-11-13 02:41:48 +0000243developers/build/prebuilts/gradle/FindMyPhone samples/${PLATFORM_NAME}/wearable/FindMyPhone
244developers/build/prebuilts/gradle/Flashlight samples/${PLATFORM_NAME}/wearable/Flashlight
245developers/build/prebuilts/gradle/Geofencing samples/${PLATFORM_NAME}/wearable/Geofencing
246developers/build/prebuilts/gradle/GridViewPager samples/${PLATFORM_NAME}/wearable/GridViewPager
247developers/build/prebuilts/gradle/JumpingJack samples/${PLATFORM_NAME}/wearable/JumpingJack
248developers/build/prebuilts/gradle/Notifications samples/${PLATFORM_NAME}/wearable/Notifications
249developers/build/prebuilts/gradle/Quiz samples/${PLATFORM_NAME}/wearable/Quiz
250developers/build/prebuilts/gradle/RecipeAssistant samples/${PLATFORM_NAME}/wearable/RecipeAssistant
Trevor Johnse2bb1af2016-01-08 16:58:27 -0800251developers/build/prebuilts/gradle/RuntimePermissionsWear samples/${PLATFORM_NAME}/wearable/RuntimePermissionsWear
Trevor Johnsb1240122014-11-13 02:41:48 +0000252developers/build/prebuilts/gradle/SkeletonWearableApp samples/${PLATFORM_NAME}/wearable/SkeletonWearableApp
253developers/build/prebuilts/gradle/SpeedTracker samples/${PLATFORM_NAME}/wearable/SpeedTracker
254developers/build/prebuilts/gradle/SynchronizedNotifications samples/${PLATFORM_NAME}/wearable/SynchronizedNotifications
255developers/build/prebuilts/gradle/Timer samples/${PLATFORM_NAME}/wearable/Timer
Trevor Johns82ea8a02014-11-20 16:33:27 -0800256developers/build/prebuilts/gradle/WatchFace samples/${PLATFORM_NAME}/wearable/WatchFace
Trevor Johnsb1240122014-11-13 02:41:48 +0000257developers/build/prebuilts/gradle/WatchViewStub samples/${PLATFORM_NAME}/wearable/WatchViewStub
Trevor Johnsccc3c962016-09-29 09:24:42 -0700258developers/build/prebuilts/gradle/WearNotifications samples/${PLATFORM_NAME}/wearable/WearNotifications
Trevor Johnsd2a66e72015-11-17 21:41:01 -0800259developers/build/prebuilts/gradle/WearSpeakerSample samples/${PLATFORM_NAME}/wearable/WearSpeakerSample
Trevor Johns77b5d392015-03-30 16:06:43 -0700260developers/build/prebuilts/gradle/XYZTouristAttractions samples/${PLATFORM_NAME}/wearable/XYZTouristAttractions
Griff Hazen2def7d22014-06-19 15:20:18 -0700261
Trevor Johns1ffb3502013-07-23 15:42:17 -0700262# Old sample tree
263development/samples/AccelerometerPlay samples/${PLATFORM_NAME}/legacy/AccelerometerPlay
Trevor Johns1ffb3502013-07-23 15:42:17 -0700264development/samples/AndroidBeamDemo samples/${PLATFORM_NAME}/legacy/AndroidBeamDemo
265development/samples/ApiDemos samples/${PLATFORM_NAME}/legacy/ApiDemos
266development/samples/AppNavigation samples/${PLATFORM_NAME}/legacy/AppNavigation
Trevor Johns1ffb3502013-07-23 15:42:17 -0700267development/samples/BackupRestore samples/${PLATFORM_NAME}/legacy/BackupRestore
268development/samples/BasicGLSurfaceView samples/${PLATFORM_NAME}/legacy/BasicGLSurfaceView
Trevor Johns1ffb3502013-07-23 15:42:17 -0700269development/samples/ContactManager samples/${PLATFORM_NAME}/legacy/ContactManager
270development/samples/CrossCompatibility samples/${PLATFORM_NAME}/legacy/CrossCompatibility
271development/samples/CubeLiveWallpaper samples/${PLATFORM_NAME}/legacy/CubeLiveWallpaper
272development/samples/HelloEffects samples/${PLATFORM_NAME}/legacy/HelloEffects
273development/samples/Home samples/${PLATFORM_NAME}/legacy/Home
274development/samples/HoneycombGallery samples/${PLATFORM_NAME}/legacy/HoneycombGallery
275development/samples/JetBoy samples/${PLATFORM_NAME}/legacy/JetBoy
276development/samples/KeyChainDemo samples/${PLATFORM_NAME}/legacy/KeyChainDemo
fenglua442d402016-03-10 13:54:16 -0800277development/samples/LceDemo samples/${PLATFORM_NAME}/legacy/LceDemo
Trevor Johns1ffb3502013-07-23 15:42:17 -0700278development/samples/LunarLander samples/${PLATFORM_NAME}/legacy/LunarLander
279development/samples/MultiResolution samples/${PLATFORM_NAME}/legacy/MultiResolution
280development/samples/NotePad samples/${PLATFORM_NAME}/legacy/NotePad
Trevor Johns1ffb3502013-07-23 15:42:17 -0700281development/samples/SpellChecker/SampleSpellCheckerService samples/${PLATFORM_NAME}/legacy/SpellChecker/SampleSpellCheckerService
282development/samples/SpellChecker/HelloSpellChecker samples/${PLATFORM_NAME}/legacy/SpellChecker/HelloSpellChecker
283development/samples/SampleSyncAdapter samples/${PLATFORM_NAME}/legacy/SampleSyncAdapter
284development/samples/SearchableDictionary samples/${PLATFORM_NAME}/legacy/SearchableDictionary
285development/samples/SipDemo samples/${PLATFORM_NAME}/legacy/SipDemo
286development/samples/SkeletonApp samples/${PLATFORM_NAME}/legacy/SkeletonApp
287development/samples/Snake samples/${PLATFORM_NAME}/legacy/Snake
288development/samples/SoftKeyboard samples/${PLATFORM_NAME}/legacy/SoftKeyboard
289development/samples/Spinner samples/${PLATFORM_NAME}/legacy/Spinner
290development/samples/SpinnerTest samples/${PLATFORM_NAME}/legacy/SpinnerTest
291development/samples/TicTacToeLib samples/${PLATFORM_NAME}/legacy/TicTacToeLib
292development/samples/TicTacToeMain samples/${PLATFORM_NAME}/legacy/TicTacToeMain
293development/samples/TtsEngine samples/${PLATFORM_NAME}/legacy/TtsEngine
294development/samples/ToyVpn samples/${PLATFORM_NAME}/legacy/ToyVpn
295development/samples/UiAutomator samples/${PLATFORM_NAME}/legacy/UiAutomator
296development/samples/USB/MissileLauncher samples/${PLATFORM_NAME}/legacy/USB/MissileLauncher
297development/samples/USB/AdbTest samples/${PLATFORM_NAME}/legacy/USB/AdbTest
298development/samples/VoiceRecognitionService samples/${PLATFORM_NAME}/legacy/VoiceRecognitionService
299development/samples/VoicemailProviderDemo samples/${PLATFORM_NAME}/legacy/VoicemailProviderDemo
300development/samples/WeatherListWidget samples/${PLATFORM_NAME}/legacy/WeatherListWidget
301development/apps/WidgetPreview samples/${PLATFORM_NAME}/legacy/WidgetPreview
302development/samples/WiFiDirectDemo samples/${PLATFORM_NAME}/legacy/WiFiDirectDemo
303development/samples/WiFiDirectServiceDiscovery samples/${PLATFORM_NAME}/legacy/WiFiDirectServiceDiscovery
304development/samples/Wiktionary samples/${PLATFORM_NAME}/legacy/Wiktionary
305development/samples/WiktionarySimple samples/${PLATFORM_NAME}/legacy/WiktionarySimple
306development/samples/XmlAdapters samples/${PLATFORM_NAME}/legacy/XmlAdapters
307development/samples/RenderScript/HelloCompute samples/${PLATFORM_NAME}/legacy/RenderScript/HelloCompute
The Android Open Source Project52d4c302009-03-03 19:29:09 -0800308
Xavier Ducrohet19cb54e2009-11-17 15:11:59 -0800309# NOTICE files are copied by build/core/Makefile from sdk.git
Raphael Molle9a79202014-05-20 14:08:53 -0700310development/sdk/sdk_files_NOTICE.txt samples/${PLATFORM_NAME}/NOTICE.txt
The Android Open Source Project52d4c302009-03-03 19:29:09 -0800311
Xavier Ducrohetb86b7f72010-07-27 15:07:35 -0700312##############################################################################
Xavier Ducrohet62df6722011-02-28 12:24:36 -0800313# Add-on Folder
Xavier Ducrohetb86b7f72010-07-27 15:07:35 -0700314##############################################################################
The Android Open Source Project52d4c302009-03-03 19:29:09 -0800315
Xavier Ducrohet19cb54e2009-11-17 15:11:59 -0800316# empty add-on folder with just a readme copied from sdk.git
Xavier Ducrohet1ed7cb92009-12-01 13:20:59 -0800317sdk/files/README_add-ons.txt add-ons/README.txt
Xavier Ducrohet62df6722011-02-28 12:24:36 -0800318
Brett Chabotc89b3dd2011-06-17 18:38:21 -0700319##############################################################################
320# Tests Component
321##############################################################################