OSDN Git Service

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