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