Android.mk revision 178889eff7fa3361a5cb08d6d43846a1baf5216b
1#
2# Copyright (C) 2008 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#
16LOCAL_PATH := $(call my-dir)
17
18# We have a special case here where we build the library's resources
19# independently from its code, so we need to find where the resource
20# class source got placed in the course of building the resources.
21# Thus, the magic here.
22# Also, this module cannot depend directly on the R.java file; if it
23# did, the PRIVATE_* vars for R.java wouldn't be guaranteed to be correct.
24# Instead, it depends on the R.stamp file, which lists the corresponding
25# R.java file as a prerequisite.
26# TODO: find a more appropriate way to do this.
27framework_res_source_path := APPS/framework-res_intermediates/src
28
29# the library
30# ============================================================
31include $(CLEAR_VARS)
32
33# FRAMEWORKS_BASE_SUBDIRS comes from build/core/pathmap.mk
34LOCAL_SRC_FILES := $(call find-other-java-files,$(FRAMEWORKS_BASE_SUBDIRS))
35
36# EventLogTags files.
37LOCAL_SRC_FILES += \
38       core/java/android/content/EventLogTags.logtags \
39       core/java/android/speech/tts/EventLogTags.logtags \
40       core/java/android/webkit/EventLogTags.logtags \
41       telephony/java/com/android/internal/telephony/EventLogTags.logtags \
42
43# The following filters out code we are temporarily not including at all.
44# TODO: Move AWT and beans (and associated harmony code) back into libcore.
45# TODO: Maybe remove javax.microedition entirely?
46# TODO: Move SyncML (org.mobilecontrol.*) into its own library.
47LOCAL_SRC_FILES := $(filter-out \
48			org/mobilecontrol/% \
49			,$(LOCAL_SRC_FILES))
50
51## READ ME: ########################################################
52##
53## When updating this list of aidl files, consider if that aidl is
54## part of the SDK API.  If it is, also add it to the list below that
55## is preprocessed and distributed with the SDK.  This list should
56## not contain any aidl files for parcelables, but the one below should
57## if you intend for 3rd parties to be able to send those objects
58## across process boundaries.
59##
60## READ ME: ########################################################
61LOCAL_SRC_FILES += \
62	core/java/android/accessibilityservice/IAccessibilityServiceConnection.aidl \
63	core/java/android/accessibilityservice/IEventListener.aidl \
64	core/java/android/accounts/IAccountManager.aidl \
65	core/java/android/accounts/IAccountManagerResponse.aidl \
66	core/java/android/accounts/IAccountAuthenticator.aidl \
67	core/java/android/accounts/IAccountAuthenticatorResponse.aidl \
68	core/java/android/app/IActivityController.aidl \
69	core/java/android/app/IActivityPendingResult.aidl \
70	core/java/android/app/IActivityWatcher.aidl \
71	core/java/android/app/IAlarmManager.aidl \
72	core/java/android/app/IBackupAgent.aidl \
73	core/java/android/app/IInstrumentationWatcher.aidl \
74	core/java/android/app/INotificationManager.aidl \
75	core/java/android/app/IProcessObserver.aidl \
76	core/java/android/app/ISearchManager.aidl \
77	core/java/android/app/ISearchManagerCallback.aidl \
78	core/java/android/app/IServiceConnection.aidl \
79	core/java/android/app/IThumbnailReceiver.aidl \
80	core/java/android/app/IThumbnailRetriever.aidl \
81	core/java/android/app/ITransientNotification.aidl \
82	core/java/android/app/IUiModeManager.aidl \
83	core/java/android/app/IWallpaperManager.aidl \
84	core/java/android/app/IWallpaperManagerCallback.aidl \
85	core/java/android/app/admin/IDevicePolicyManager.aidl \
86	core/java/android/app/backup/IBackupManager.aidl \
87	core/java/android/app/backup/IFullBackupRestoreObserver.aidl \
88	core/java/android/app/backup/IRestoreObserver.aidl \
89	core/java/android/app/backup/IRestoreSession.aidl \
90	core/java/android/bluetooth/IBluetooth.aidl \
91	core/java/android/bluetooth/IBluetoothA2dp.aidl \
92	core/java/android/bluetooth/IBluetoothCallback.aidl \
93	core/java/android/bluetooth/IBluetoothHeadset.aidl \
94	core/java/android/bluetooth/IBluetoothHealthCallback.aidl \
95	core/java/android/bluetooth/IBluetoothPbap.aidl \
96	core/java/android/bluetooth/IBluetoothStateChangeCallback.aidl \
97	core/java/android/content/IClipboard.aidl \
98	core/java/android/content/IContentService.aidl \
99	core/java/android/content/IIntentReceiver.aidl \
100	core/java/android/content/IIntentSender.aidl \
101	core/java/android/content/IOnPrimaryClipChangedListener.aidl \
102	core/java/android/content/ISyncAdapter.aidl \
103	core/java/android/content/ISyncContext.aidl \
104	core/java/android/content/ISyncStatusObserver.aidl \
105	core/java/android/content/pm/IPackageDataObserver.aidl \
106	core/java/android/content/pm/IPackageDeleteObserver.aidl \
107	core/java/android/content/pm/IPackageInstallObserver.aidl \
108	core/java/android/content/pm/IPackageManager.aidl \
109	core/java/android/content/pm/IPackageMoveObserver.aidl \
110	core/java/android/content/pm/IPackageStatsObserver.aidl \
111	core/java/android/database/IContentObserver.aidl \
112	core/java/android/hardware/usb/IUsbManager.aidl \
113	core/java/android/net/IConnectivityManager.aidl \
114	core/java/android/net/INetworkManagementEventObserver.aidl \
115	core/java/android/net/IThrottleManager.aidl \
116	core/java/android/net/INetworkPolicyListener.aidl \
117	core/java/android/net/INetworkPolicyManager.aidl \
118	core/java/android/net/INetworkStatsService.aidl \
119	core/java/android/nfc/INdefPushCallback.aidl \
120	core/java/android/nfc/INfcAdapter.aidl \
121	core/java/android/nfc/INfcAdapterExtras.aidl \
122	core/java/android/nfc/INfcTag.aidl \
123	core/java/android/os/IHardwareService.aidl \
124	core/java/android/os/IMessenger.aidl \
125	core/java/android/os/INetworkManagementService.aidl \
126	core/java/android/os/IPermissionController.aidl \
127	core/java/android/os/IPowerManager.aidl \
128	core/java/android/os/IRemoteCallback.aidl \
129	core/java/android/os/IVibratorService.aidl \
130	core/java/android/service/wallpaper/IWallpaperConnection.aidl \
131	core/java/android/service/wallpaper/IWallpaperEngine.aidl \
132	core/java/android/service/wallpaper/IWallpaperService.aidl \
133	core/java/android/view/accessibility/IAccessibilityInteractionConnection.aidl\
134	core/java/android/view/accessibility/IAccessibilityInteractionConnectionCallback.aidl\
135	core/java/android/view/accessibility/IAccessibilityManager.aidl \
136	core/java/android/view/accessibility/IAccessibilityManagerClient.aidl \
137	core/java/android/view/IApplicationToken.aidl \
138	core/java/android/view/IOnKeyguardExitResult.aidl \
139	core/java/android/view/IRotationWatcher.aidl \
140	core/java/android/view/IWindow.aidl \
141	core/java/android/view/IWindowManager.aidl \
142	core/java/android/view/IWindowSession.aidl \
143	core/java/android/speech/IRecognitionListener.aidl \
144	core/java/android/speech/IRecognitionService.aidl \
145	core/java/android/speech/tts/ITextToSpeechCallback.aidl \
146	core/java/android/speech/tts/ITextToSpeechService.aidl \
147	core/java/com/android/internal/app/IBatteryStats.aidl \
148	core/java/com/android/internal/app/IUsageStats.aidl \
149	core/java/com/android/internal/app/IMediaContainerService.aidl \
150	core/java/com/android/internal/appwidget/IAppWidgetService.aidl \
151	core/java/com/android/internal/appwidget/IAppWidgetHost.aidl \
152	core/java/com/android/internal/backup/IBackupTransport.aidl \
153	core/java/com/android/internal/os/IDropBoxManagerService.aidl \
154	core/java/com/android/internal/os/IResultReceiver.aidl \
155	core/java/com/android/internal/statusbar/IStatusBar.aidl \
156	core/java/com/android/internal/statusbar/IStatusBarService.aidl \
157	core/java/com/android/internal/textservice/ISpellCheckerService.aidl \
158	core/java/com/android/internal/textservice/ISpellCheckerSession.aidl \
159	core/java/com/android/internal/textservice/ISpellCheckerSessionListener.aidl \
160	core/java/com/android/internal/textservice/ITextServicesManager.aidl \
161	core/java/com/android/internal/textservice/ITextServicesSessionListener.aidl \
162	core/java/com/android/internal/view/IInputContext.aidl \
163	core/java/com/android/internal/view/IInputContextCallback.aidl \
164	core/java/com/android/internal/view/IInputMethod.aidl \
165	core/java/com/android/internal/view/IInputMethodCallback.aidl \
166	core/java/com/android/internal/view/IInputMethodClient.aidl \
167	core/java/com/android/internal/view/IInputMethodManager.aidl \
168	core/java/com/android/internal/view/IInputMethodSession.aidl \
169	core/java/com/android/internal/widget/IRemoteViewsFactory.aidl \
170	core/java/com/android/internal/widget/IRemoteViewsAdapterConnection.aidl \
171	keystore/java/android/security/IKeyChainAliasCallback.aidl \
172	keystore/java/android/security/IKeyChainService.aidl \
173	location/java/android/location/ICountryDetector.aidl \
174	location/java/android/location/ICountryListener.aidl \
175	location/java/android/location/IGeocodeProvider.aidl \
176	location/java/android/location/IGpsStatusListener.aidl \
177	location/java/android/location/IGpsStatusProvider.aidl \
178	location/java/android/location/ILocationListener.aidl \
179	location/java/android/location/ILocationManager.aidl \
180	location/java/android/location/ILocationProvider.aidl \
181	location/java/android/location/INetInitiatedListener.aidl \
182	media/java/android/media/IAudioService.aidl \
183	media/java/android/media/IAudioFocusDispatcher.aidl \
184	media/java/android/media/IMediaScannerListener.aidl \
185	media/java/android/media/IMediaScannerService.aidl \
186	media/java/android/media/IRemoteControlClientDispatcher.aidl \
187	telephony/java/com/android/internal/telephony/IPhoneStateListener.aidl \
188	telephony/java/com/android/internal/telephony/IPhoneSubInfo.aidl \
189	telephony/java/com/android/internal/telephony/ITelephony.aidl \
190	telephony/java/com/android/internal/telephony/ITelephonyRegistry.aidl \
191	telephony/java/com/android/internal/telephony/IIccPhoneBook.aidl \
192	telephony/java/com/android/internal/telephony/ISms.aidl \
193	telephony/java/com/android/internal/telephony/IWapPushManager.aidl \
194	wifi/java/android/net/wifi/IWifiManager.aidl \
195	wifi/java/android/net/wifi/p2p/IWifiP2pManager.aidl \
196	telephony/java/com/android/internal/telephony/IExtendedNetworkService.aidl \
197	voip/java/android/net/sip/ISipSession.aidl \
198	voip/java/android/net/sip/ISipSessionListener.aidl \
199	voip/java/android/net/sip/ISipService.aidl
200#
201
202
203# FRAMEWORKS_BASE_JAVA_SRC_DIRS comes from build/core/pathmap.mk
204LOCAL_AIDL_INCLUDES += $(FRAMEWORKS_BASE_JAVA_SRC_DIRS)
205
206LOCAL_INTERMEDIATE_SOURCES := \
207			$(framework_res_source_path)/android/R.java \
208			$(framework_res_source_path)/android/Manifest.java \
209			$(framework_res_source_path)/com/android/internal/R.java
210
211LOCAL_NO_STANDARD_LIBRARIES := true
212LOCAL_JAVA_LIBRARIES := bouncycastle core core-junit ext
213
214LOCAL_MODULE := framework
215LOCAL_MODULE_CLASS := JAVA_LIBRARIES
216
217LOCAL_NO_EMMA_INSTRUMENT := true
218LOCAL_NO_EMMA_COMPILE := true
219
220# List of classes and interfaces which should be loaded by the Zygote.
221LOCAL_JAVA_RESOURCE_FILES += $(LOCAL_PATH)/preloaded-classes
222
223#LOCAL_JARJAR_RULES := $(LOCAL_PATH)/jarjar-rules.txt
224
225LOCAL_DX_FLAGS := --core-library
226
227include $(BUILD_JAVA_LIBRARY)
228
229# Make sure that R.java and Manifest.java are built before we build
230# the source for this library.
231framework_res_R_stamp := \
232	$(call intermediates-dir-for,APPS,framework-res,,COMMON)/src/R.stamp
233$(full_classes_compiled_jar): $(framework_res_R_stamp)
234
235# Make sure that framework-res is installed when framework is.
236$(LOCAL_INSTALLED_MODULE): | $(dir $(LOCAL_INSTALLED_MODULE))framework-res.apk
237
238framework_built := $(LOCAL_BUILT_MODULE)
239
240# AIDL files to be preprocessed and included in the SDK,
241# relative to the root of the build tree.
242# ============================================================
243aidl_files := \
244	frameworks/base/core/java/android/accounts/IAccountManager.aidl \
245	frameworks/base/core/java/android/accounts/IAccountManagerResponse.aidl \
246	frameworks/base/core/java/android/accounts/IAccountAuthenticator.aidl \
247	frameworks/base/core/java/android/accounts/IAccountAuthenticatorResponse.aidl \
248	frameworks/base/core/java/android/app/Notification.aidl \
249	frameworks/base/core/java/android/app/PendingIntent.aidl \
250	frameworks/base/core/java/android/bluetooth/BluetoothDevice.aidl \
251	frameworks/base/core/java/android/bluetooth/BluetoothHealthAppConfiguration.aidl \
252	frameworks/base/core/java/android/content/ComponentName.aidl \
253	frameworks/base/core/java/android/content/Intent.aidl \
254	frameworks/base/core/java/android/content/IntentSender.aidl \
255	frameworks/base/core/java/android/content/PeriodicSync.aidl \
256	frameworks/base/core/java/android/content/SyncStats.aidl \
257	frameworks/base/core/java/android/content/res/Configuration.aidl \
258	frameworks/base/core/java/android/appwidget/AppWidgetProviderInfo.aidl \
259	frameworks/base/core/java/android/net/Uri.aidl \
260	frameworks/base/core/java/android/nfc/NdefMessage.aidl \
261	frameworks/base/core/java/android/nfc/NdefRecord.aidl \
262	frameworks/base/core/java/android/nfc/Tag.aidl \
263	frameworks/base/core/java/android/os/Bundle.aidl \
264	frameworks/base/core/java/android/os/DropBoxManager.aidl \
265	frameworks/base/core/java/android/os/ParcelFileDescriptor.aidl \
266	frameworks/base/core/java/android/os/ParcelUuid.aidl \
267	frameworks/base/core/java/android/view/KeyEvent.aidl \
268	frameworks/base/core/java/android/view/MotionEvent.aidl \
269	frameworks/base/core/java/android/view/Surface.aidl \
270	frameworks/base/core/java/android/view/WindowManager.aidl \
271	frameworks/base/core/java/android/widget/RemoteViews.aidl \
272	frameworks/base/core/java/com/android/internal/textservice/ISpellCheckerService.aidl \
273	frameworks/base/core/java/com/android/internal/textservice/ISpellCheckerSession.aidl \
274	frameworks/base/core/java/com/android/internal/textservice/ISpellCheckerSessionListener.aidl \
275	frameworks/base/core/java/com/android/internal/textservice/ITextServicesManager.aidl \
276	frameworks/base/core/java/com/android/internal/textservice/ITextServicesSessionListener.aidl \
277	frameworks/base/core/java/com/android/internal/view/IInputContext.aidl \
278	frameworks/base/core/java/com/android/internal/view/IInputMethod.aidl \
279	frameworks/base/core/java/com/android/internal/view/IInputMethodCallback.aidl \
280	frameworks/base/core/java/com/android/internal/view/IInputMethodClient.aidl \
281	frameworks/base/core/java/com/android/internal/view/IInputMethodManager.aidl \
282	frameworks/base/core/java/com/android/internal/view/IInputMethodSession.aidl \
283	frameworks/base/graphics/java/android/graphics/Bitmap.aidl \
284	frameworks/base/graphics/java/android/graphics/Rect.aidl \
285	frameworks/base/graphics/java/android/graphics/Region.aidl \
286	frameworks/base/location/java/android/location/Criteria.aidl \
287	frameworks/base/location/java/android/location/Location.aidl \
288	frameworks/base/telephony/java/android/telephony/ServiceState.aidl \
289	frameworks/base/telephony/java/com/android/internal/telephony/IPhoneSubInfo.aidl \
290	frameworks/base/telephony/java/com/android/internal/telephony/ITelephony.aidl \
291
292gen := $(TARGET_OUT_COMMON_INTERMEDIATES)/framework.aidl
293$(gen): PRIVATE_SRC_FILES := $(aidl_files)
294ALL_SDK_FILES += $(gen)
295$(gen): $(aidl_files) | $(AIDL)
296		@echo Aidl Preprocess: $@
297		$(hide) $(AIDL) --preprocess $@ $(PRIVATE_SRC_FILES)
298
299# the documentation
300# ============================================================
301
302# TODO: deal with com/google/android/googleapps
303packages_to_document := \
304	android \
305	javax/microedition/khronos
306
307# Search through the base framework dirs for these packages.
308# The result will be relative to frameworks/base.
309fwbase_dirs_to_document := \
310	test-runner/src \
311	$(patsubst $(LOCAL_PATH)/%,%, \
312	  $(wildcard \
313	    $(foreach dir, $(FRAMEWORKS_BASE_JAVA_SRC_DIRS), \
314	      $(addprefix $(dir)/, $(packages_to_document)) \
315	     ) \
316	   ) \
317	 )
318
319# include definition of libcore_to_document
320include $(LOCAL_PATH)/../../libcore/Docs.mk
321
322non_base_dirs := \
323	../../external/apache-http/src/org/apache/http
324
325# These are relative to frameworks/base
326dirs_to_document := \
327	$(fwbase_dirs_to_document) \
328	$(non_base_dirs)
329
330html_dirs := \
331	$(FRAMEWORKS_BASE_SUBDIRS) \
332	$(non_base_dirs)
333
334# These are relative to frameworks/base
335framework_docs_LOCAL_SRC_FILES := \
336	$(call find-other-java-files, $(dirs_to_document)) \
337	$(call find-other-html-files, $(html_dirs)) \
338	$(addprefix ../../libcore/, $(call libcore_to_document, $(LOCAL_PATH)/../../libcore))
339
340# This is used by ide.mk as the list of source files that are
341# always included.
342INTERNAL_SDK_SOURCE_DIRS := $(addprefix $(LOCAL_PATH)/,$(dirs_to_document))
343
344framework_docs_LOCAL_DROIDDOC_SOURCE_PATH := \
345	$(FRAMEWORKS_BASE_JAVA_SRC_DIRS)
346
347framework_docs_LOCAL_INTERMEDIATE_SOURCES := \
348			$(framework_res_source_path)/android/R.java \
349			$(framework_res_source_path)/android/Manifest.java \
350			$(framework_res_source_path)/com/android/internal/R.java
351
352framework_docs_LOCAL_JAVA_LIBRARIES := \
353			bouncycastle \
354			core \
355			ext \
356			framework \
357
358framework_docs_LOCAL_MODULE_CLASS := JAVA_LIBRARIES
359framework_docs_LOCAL_DROIDDOC_HTML_DIR := docs/html
360# The since flag (-since N.xml API_LEVEL) is used to add API Level information
361# to the reference documentation. Must be in order of oldest to newest.
362framework_docs_LOCAL_DROIDDOC_OPTIONS := \
363    -knowntags ./frameworks/base/docs/knowntags.txt \
364    -since ./frameworks/base/api/1.xml 1 \
365    -since ./frameworks/base/api/2.xml 2 \
366    -since ./frameworks/base/api/3.xml 3 \
367    -since ./frameworks/base/api/4.xml 4 \
368    -since ./frameworks/base/api/5.xml 5 \
369    -since ./frameworks/base/api/6.xml 6 \
370    -since ./frameworks/base/api/7.xml 7 \
371    -since ./frameworks/base/api/8.xml 8 \
372    -since ./frameworks/base/api/9.xml 9 \
373    -since ./frameworks/base/api/10.xml 10 \
374    -since ./frameworks/base/api/11.xml 11 \
375    -since ./frameworks/base/api/12.xml 12 \
376    -since ./frameworks/base/api/13.xml 13 \
377    -since ./frameworks/base/api/current.txt ICS \
378		-werror -hide 113 \
379		-overview $(LOCAL_PATH)/core/java/overview.html
380
381framework_docs_LOCAL_ADDITIONAL_JAVA_DIR:= $(call intermediates-dir-for,JAVA_LIBRARIES,framework,,COMMON)
382
383framework_docs_LOCAL_ADDITIONAL_DEPENDENCIES := \
384    frameworks/base/docs/knowntags.txt
385
386sample_dir := development/samples
387
388# the list here should match the list of samples included in the sdk samples package
389# (see development/build/sdk.atree)
390web_docs_sample_code_flags := \
391		-hdf android.hasSamples 1 \
392		-samplecode $(sample_dir)/AccessibilityService \
393		            resources/samples/AccessibilityService "Accessibility Service" \
394		-samplecode $(sample_dir)/AccelerometerPlay \
395		            resources/samples/AccelerometerPlay "Accelerometer Play" \
396		-samplecode $(sample_dir)/ApiDemos \
397		            resources/samples/ApiDemos "API Demos" \
398		-samplecode $(sample_dir)/Support4Demos \
399		            resources/samples/Support4Demos "API 4+ Support Demos" \
400		-samplecode $(sample_dir)/Support13Demos \
401		            resources/samples/Support13Demos "API 13+ Support Demos" \
402		-samplecode $(sample_dir)/BackupRestore \
403		            resources/samples/BackupRestore "Backup and Restore" \
404		-samplecode $(sample_dir)/BluetoothChat \
405		            resources/samples/BluetoothChat "Bluetooth Chat" \
406		-samplecode $(sample_dir)/BusinessCard \
407		            resources/samples/BusinessCard "Business Card" \
408		-samplecode $(sample_dir)/ContactManager \
409		            resources/samples/ContactManager "Contact Manager" \
410    -samplecode $(sample_dir)/CubeLiveWallpaper \
411                resources/samples/CubeLiveWallpaper "Cube Live Wallpaper" \
412		-samplecode $(sample_dir)/Home \
413		            resources/samples/Home "Home" \
414                -samplecode $(sample_dir)/HoneycombGallery \
415                            resources/samples/HoneycombGallery "Honeycomb Gallery" \
416		-samplecode $(sample_dir)/JetBoy \
417		            resources/samples/JetBoy "JetBoy" \
418		-samplecode $(sample_dir)/LunarLander \
419		            resources/samples/LunarLander "Lunar Lander" \
420		-samplecode $(sample_dir)/MultiResolution \
421		            resources/samples/MultiResolution "Multiple Resolutions" \
422		-samplecode $(sample_dir)/NFCDemo \
423		            resources/samples/NFCDemo "NFC Demo" \
424		-samplecode $(sample_dir)/NotePad \
425		            resources/samples/NotePad "Note Pad" \
426		-samplecode $(sample_dir)/SampleSyncAdapter \
427		            resources/samples/SampleSyncAdapter "Sample Sync Adapter" \
428		-samplecode $(sample_dir)/RandomMusicPlayer \
429		            resources/samples/RandomMusicPlayer "Random Music Player" \
430		-samplecode $(sample_dir)/RenderScript \
431		            resources/samples/RenderScript "RenderScript" \
432		-samplecode $(sample_dir)/SearchableDictionary \
433		            resources/samples/SearchableDictionary "Searchable Dictionary v2" \
434		-samplecode $(sample_dir)/SipDemo \
435		            resources/samples/SipDemo "SIP Demo" \
436		-samplecode $(sample_dir)/Snake \
437		            resources/samples/Snake "Snake" \
438		-samplecode $(sample_dir)/SoftKeyboard \
439		            resources/samples/SoftKeyboard "Soft Keyboard" \
440		-samplecode $(sample_dir)/Spinner  \
441		            resources/samples/Spinner "Spinner" \
442		-samplecode $(sample_dir)/SpinnerTest \
443		            resources/samples/SpinnerTest "SpinnerTest" \
444		-samplecode $(sample_dir)/StackWidget \
445		            resources/samples/StackWidget "StackView Widget" \
446		-samplecode $(sample_dir)/TicTacToeLib  \
447		            resources/samples/TicTacToeLib "TicTacToeLib" \
448		-samplecode $(sample_dir)/TicTacToeMain \
449		            resources/samples/TicTacToeMain "TicTacToeMain" \
450		-samplecode $(sample_dir)/USB \
451		            resources/samples/USB "USB" \
452		-samplecode $(sample_dir)/WeatherListWidget \
453		            resources/samples/WeatherListWidget "Weather List Widget" \
454		-samplecode $(sample_dir)/Wiktionary \
455		            resources/samples/Wiktionary "Wiktionary" \
456		-samplecode $(sample_dir)/WiktionarySimple \
457		            resources/samples/WiktionarySimple "Wiktionary (Simplified)" \
458		-samplecode $(sample_dir)/VoiceRecognitionService \
459		            resources/samples/VoiceRecognitionService "Voice Recognition Service" \
460		-samplecode $(sample_dir)/VoicemailProviderDemo \
461		            resources/samples/VoicemailProviderDemo "Voicemail Provider Demo" \
462		-samplecode $(sample_dir)/XmlAdapters \
463		            resources/samples/XmlAdapters "XML Adapters" \
464		-samplecode $(sample_dir)/TtsEngine \
465		            resources/samples/TtsEngine "Text To Speech Engine"
466
467## SDK version identifiers used in the published docs
468  # major[.minor] version for current SDK. (full releases only)
469framework_docs_SDK_VERSION:=3.2
470  # release version (ie "Release x")  (full releases only)
471framework_docs_SDK_REL_ID:=1
472
473framework_docs_LOCAL_DROIDDOC_OPTIONS += \
474		-hdf sdk.version $(framework_docs_SDK_VERSION) \
475		-hdf sdk.rel.id $(framework_docs_SDK_REL_ID) \
476		-hdf sdk.preview 0 \
477
478# ====  the api stubs and current.xml ===========================
479include $(CLEAR_VARS)
480
481LOCAL_SRC_FILES:=$(framework_docs_LOCAL_SRC_FILES)
482LOCAL_INTERMEDIATE_SOURCES:=$(framework_docs_LOCAL_INTERMEDIATE_SOURCES)
483LOCAL_JAVA_LIBRARIES:=$(framework_docs_LOCAL_JAVA_LIBRARIES)
484LOCAL_MODULE_CLASS:=$(framework_docs_LOCAL_MODULE_CLASS)
485LOCAL_DROIDDOC_SOURCE_PATH:=$(framework_docs_LOCAL_DROIDDOC_SOURCE_PATH)
486LOCAL_DROIDDOC_HTML_DIR:=$(framework_docs_LOCAL_DROIDDOC_HTML_DIR)
487LOCAL_ADDITIONAL_JAVA_DIR:=$(framework_docs_LOCAL_ADDITIONAL_JAVA_DIR)
488LOCAL_ADDITIONAL_DEPENDENCIES:=$(framework_docs_LOCAL_ADDITIONAL_DEPENDENCIES)
489
490LOCAL_MODULE := api-stubs
491
492LOCAL_DROIDDOC_OPTIONS:=\
493		$(framework_docs_LOCAL_DROIDDOC_OPTIONS) \
494		-stubs $(TARGET_OUT_COMMON_INTERMEDIATES)/JAVA_LIBRARIES/android_stubs_current_intermediates/src \
495		-api $(INTERNAL_PLATFORM_API_FILE) \
496		-nodocs
497
498LOCAL_DROIDDOC_CUSTOM_TEMPLATE_DIR:=build/tools/droiddoc/templates-sdk
499
500LOCAL_UNINSTALLABLE_MODULE := true
501
502include $(BUILD_DROIDDOC)
503
504# $(gen), i.e. framework.aidl, is also needed while building against the current stub.
505$(full_target): $(framework_built) $(gen)
506$(INTERNAL_PLATFORM_API_FILE): $(full_target)
507$(call dist-for-goals,sdk,$(INTERNAL_PLATFORM_API_FILE))
508
509# ====  check javadoc comments but don't generate docs ========
510include $(CLEAR_VARS)
511
512LOCAL_SRC_FILES:=$(framework_docs_LOCAL_SRC_FILES)
513LOCAL_INTERMEDIATE_SOURCES:=$(framework_docs_LOCAL_INTERMEDIATE_SOURCES)
514LOCAL_JAVA_LIBRARIES:=$(framework_docs_LOCAL_JAVA_LIBRARIES)
515LOCAL_MODULE_CLASS:=$(framework_docs_LOCAL_MODULE_CLASS)
516LOCAL_DROIDDOC_SOURCE_PATH:=$(framework_docs_LOCAL_DROIDDOC_SOURCE_PATH)
517LOCAL_DROIDDOC_HTML_DIR:=$(framework_docs_LOCAL_DROIDDOC_HTML_DIR)
518LOCAL_ADDITIONAL_JAVA_DIR:=$(framework_docs_LOCAL_ADDITIONAL_JAVA_DIR)
519LOCAL_ADDITIONAL_DEPENDENCIES:=$(framework_docs_LOCAL_ADDITIONAL_DEPENDENCIES)
520
521LOCAL_MODULE := doc-comment-check
522
523LOCAL_DROIDDOC_OPTIONS:=\
524		$(framework_docs_LOCAL_DROIDDOC_OPTIONS) \
525		-parsecomments
526
527LOCAL_DROIDDOC_CUSTOM_TEMPLATE_DIR:=build/tools/droiddoc/templates-sdk
528
529LOCAL_UNINSTALLABLE_MODULE := true
530
531include $(BUILD_DROIDDOC)
532
533# $(gen), i.e. framework.aidl, is also needed while building against the current stub.
534$(full_target): $(framework_built) $(gen)
535
536droidcore: doc-comment-check-docs
537
538# ====  static html in the sdk ==================================
539include $(CLEAR_VARS)
540
541LOCAL_SRC_FILES:=$(framework_docs_LOCAL_SRC_FILES)
542LOCAL_INTERMEDIATE_SOURCES:=$(framework_docs_LOCAL_INTERMEDIATE_SOURCES)
543LOCAL_JAVA_LIBRARIES:=$(framework_docs_LOCAL_JAVA_LIBRARIES)
544LOCAL_MODULE_CLASS:=$(framework_docs_LOCAL_MODULE_CLASS)
545LOCAL_DROIDDOC_SOURCE_PATH:=$(framework_docs_LOCAL_DROIDDOC_SOURCE_PATH)
546LOCAL_DROIDDOC_HTML_DIR:=$(framework_docs_LOCAL_DROIDDOC_HTML_DIR)
547LOCAL_ADDITIONAL_JAVA_DIR:=$(framework_docs_LOCAL_ADDITIONAL_JAVA_DIR)
548LOCAL_ADDITIONAL_DEPENDENCIES:=$(framework_docs_LOCAL_ADDITIONAL_DEPENDENCIES)
549
550LOCAL_MODULE := offline-sdk
551
552LOCAL_DROIDDOC_OPTIONS:=\
553		$(framework_docs_LOCAL_DROIDDOC_OPTIONS) \
554                $(web_docs_sample_code_flags) \
555                -offlinemode \
556		-title "Android SDK" \
557		-proofread $(OUT_DOCS)/$(LOCAL_MODULE)-proofread.txt \
558		-todo $(OUT_DOCS)/$(LOCAL_MODULE)-docs-todo.html \
559		-sdkvalues $(OUT_DOCS) \
560		-hdf android.whichdoc offline
561
562
563LOCAL_DROIDDOC_CUSTOM_TEMPLATE_DIR:=build/tools/droiddoc/templates-sdk
564
565include $(BUILD_DROIDDOC)
566
567static_doc_index_redirect := $(out_dir)/index.html
568$(static_doc_index_redirect): \
569	$(LOCAL_PATH)/docs/docs-documentation-redirect.html | $(ACP)
570	$(hide) mkdir -p $(dir $@)
571	$(hide) $(ACP) $< $@
572
573$(full_target): $(static_doc_index_redirect)
574$(full_target): $(framework_built)
575
576# ==== docs for the web (on the google app engine server) =======================
577include $(CLEAR_VARS)
578
579LOCAL_SRC_FILES:=$(framework_docs_LOCAL_SRC_FILES)
580LOCAL_INTERMEDIATE_SOURCES:=$(framework_docs_LOCAL_INTERMEDIATE_SOURCES)
581LOCAL_STATIC_JAVA_LIBRARIES:=$(framework_docs_LOCAL_STATIC_JAVA_LIBRARIES)
582LOCAL_JAVA_LIBRARIES:=$(framework_docs_LOCAL_JAVA_LIBRARIES)
583LOCAL_MODULE_CLASS:=$(framework_docs_LOCAL_MODULE_CLASS)
584LOCAL_DROIDDOC_SOURCE_PATH:=$(framework_docs_LOCAL_DROIDDOC_SOURCE_PATH)
585LOCAL_DROIDDOC_HTML_DIR:=$(framework_docs_LOCAL_DROIDDOC_HTML_DIR)
586LOCAL_ADDITIONAL_JAVA_DIR:=$(framework_docs_LOCAL_ADDITIONAL_JAVA_DIR)
587LOCAL_ADDITIONAL_DEPENDENCIES:=$(framework_docs_LOCAL_ADDITIONAL_DEPENDENCIES)
588
589LOCAL_MODULE := online-sdk
590
591LOCAL_DROIDDOC_OPTIONS:= \
592		$(framework_docs_LOCAL_DROIDDOC_OPTIONS) \
593		$(web_docs_sample_code_flags) \
594		-toroot / \
595		-hdf android.whichdoc online \
596		-hdf template.showLanguageMenu true
597
598LOCAL_DROIDDOC_CUSTOM_TEMPLATE_DIR:=build/tools/droiddoc/templates-sdk
599
600include $(BUILD_DROIDDOC)
601
602# explicitly specify that online-sdk depends on framework-res and any generated docs
603$(full_target): framework-res-package-target
604
605# ==== docs that have all of the stuff that's @hidden =======================
606include $(CLEAR_VARS)
607
608LOCAL_SRC_FILES:=$(framework_docs_LOCAL_SRC_FILES)
609LOCAL_INTERMEDIATE_SOURCES:=$(framework_docs_LOCAL_INTERMEDIATE_SOURCES)
610LOCAL_JAVA_LIBRARIES:=$(framework_docs_LOCAL_JAVA_LIBRARIES) framework
611LOCAL_MODULE_CLASS:=$(framework_docs_LOCAL_MODULE_CLASS)
612LOCAL_DROIDDOC_SOURCE_PATH:=$(framework_docs_LOCAL_DROIDDOC_SOURCE_PATH)
613LOCAL_DROIDDOC_HTML_DIR:=$(framework_docs_LOCAL_DROIDDOC_HTML_DIR)
614LOCAL_ADDITIONAL_JAVA_DIR:=$(framework_docs_LOCAL_ADDITIONAL_JAVA_DIR)
615LOCAL_ADDITIONAL_DEPENDENCIES:=$(framework_docs_LOCAL_ADDITIONAL_DEPENDENCIES)
616
617LOCAL_MODULE := hidden
618LOCAL_DROIDDOC_OPTIONS:=\
619		$(framework_docs_LOCAL_DROIDDOC_OPTIONS) \
620		-title "Android SDK - Including hidden APIs."
621#		-hidden
622
623LOCAL_DROIDDOC_CUSTOM_TEMPLATE_DIR:=build/tools/droiddoc/templates-sdk
624
625include $(BUILD_DROIDDOC)
626
627# Build ext.jar
628# ============================================================
629
630# NOTICE notes for non-obvious sections
631# apache-http - covered by the Apache Commons section.
632
633
634ext_dirs := \
635	../../external/nist-sip/java \
636	../../external/apache-http/src \
637	../../external/tagsoup/src \
638	../../external/libphonenumber/java/src
639
640ext_src_files := $(call all-java-files-under,$(ext_dirs))
641
642ext_res_dirs := \
643	../../external/libphonenumber/java/src
644
645# ====  the library  =========================================
646include $(CLEAR_VARS)
647
648LOCAL_SRC_FILES := $(ext_src_files)
649
650LOCAL_NO_STANDARD_LIBRARIES := true
651LOCAL_JAVA_LIBRARIES := core
652LOCAL_JAVA_RESOURCE_DIRS := $(ext_res_dirs)
653LOCAL_MODULE_TAGS := optional
654LOCAL_MODULE := ext
655
656LOCAL_NO_EMMA_INSTRUMENT := true
657LOCAL_NO_EMMA_COMPILE := true
658
659LOCAL_DX_FLAGS := --core-library
660
661include $(BUILD_JAVA_LIBRARY)
662
663
664# Include subdirectory makefiles
665# ============================================================
666
667# If we're building with ONE_SHOT_MAKEFILE (mm, mmm), then what the framework
668# team really wants is to build the stuff defined by this makefile.
669ifeq (,$(ONE_SHOT_MAKEFILE))
670include $(call first-makefiles-under,$(LOCAL_PATH))
671endif
672