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