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