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