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