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