blob: 2db622fb1f13bf1739c137a4f7c3c58a51fbb46a [file] [log] [blame]
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001#
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.
Joe Onorato80a60ba2010-07-14 19:58:30 -070027framework_res_source_path := APPS/framework-res_intermediates/src
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080028
Jeff Brown5aa90642013-07-17 20:44:57 -070029# Build the master framework library.
30# The framework contains too many method references (>64K) for poor old DEX.
31# So we first build the framework as a monolithic static library then split it
32# up into smaller pieces.
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080033# ============================================================
Mike Lockwood35a42e02013-09-30 16:35:37 -070034
35# embedded builds use nothing in frameworks/base
36ifneq ($(ANDROID_BUILD_EMBEDDED),true)
37
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080038include $(CLEAR_VARS)
39
40# FRAMEWORKS_BASE_SUBDIRS comes from build/core/pathmap.mk
41LOCAL_SRC_FILES := $(call find-other-java-files,$(FRAMEWORKS_BASE_SUBDIRS))
42
Brad Fitzpatricka63730d2010-02-07 22:25:34 -080043# EventLogTags files.
Dan Egnor18e93962010-02-10 19:27:58 -080044LOCAL_SRC_FILES += \
45 core/java/android/content/EventLogTags.logtags \
Narayan Kamath6dabb632011-07-08 12:13:03 +010046 core/java/android/speech/tts/EventLogTags.logtags \
Dan Egnor18e93962010-02-10 19:27:58 -080047 core/java/android/webkit/EventLogTags.logtags \
Brad Fitzpatricka63730d2010-02-07 22:25:34 -080048
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080049## READ ME: ########################################################
50##
Mike Lockwoodc1e8aa42009-04-06 10:52:24 -070051## When updating this list of aidl files, consider if that aidl is
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080052## part of the SDK API. If it is, also add it to the list below that
53## is preprocessed and distributed with the SDK. This list should
54## not contain any aidl files for parcelables, but the one below should
55## if you intend for 3rd parties to be able to send those objects
56## across process boundaries.
57##
58## READ ME: ########################################################
59LOCAL_SRC_FILES += \
svetoslavganov75986cf2009-05-14 22:28:01 -070060 core/java/android/accessibilityservice/IAccessibilityServiceConnection.aidl \
Svetoslav Ganov42138042012-03-20 11:51:39 -070061 core/java/android/accessibilityservice/IAccessibilityServiceClient.aidl \
Fred Quintana60307342009-03-24 22:48:12 -070062 core/java/android/accounts/IAccountManager.aidl \
63 core/java/android/accounts/IAccountManagerResponse.aidl \
64 core/java/android/accounts/IAccountAuthenticator.aidl \
65 core/java/android/accounts/IAccountAuthenticatorResponse.aidl \
Dianne Hackbornb06ea702009-07-13 13:07:51 -070066 core/java/android/app/IActivityController.aidl \
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080067 core/java/android/app/IActivityPendingResult.aidl \
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080068 core/java/android/app/IAlarmManager.aidl \
Dianne Hackbornb06ea702009-07-13 13:07:51 -070069 core/java/android/app/IBackupAgent.aidl \
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080070 core/java/android/app/IInstrumentationWatcher.aidl \
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080071 core/java/android/app/INotificationManager.aidl \
Jeff Sharkeya4620792011-05-20 15:29:23 -070072 core/java/android/app/IProcessObserver.aidl \
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080073 core/java/android/app/ISearchManager.aidl \
Bjorn Bringert8d17f3f2009-06-05 13:22:28 +010074 core/java/android/app/ISearchManagerCallback.aidl \
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080075 core/java/android/app/IServiceConnection.aidl \
Dianne Hackborn80a4af22012-08-27 19:18:31 -070076 core/java/android/app/IStopUserCallback.aidl \
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080077 core/java/android/app/IThumbnailReceiver.aidl \
Dianne Hackbornf26fd992011-04-08 18:14:09 -070078 core/java/android/app/IThumbnailRetriever.aidl \
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080079 core/java/android/app/ITransientNotification.aidl \
Svetoslav Ganov80943d82013-01-02 10:25:37 -080080 core/java/android/app/IUiAutomationConnection.aidl \
Tobias Haamel27b28b32010-02-09 23:09:17 +010081 core/java/android/app/IUiModeManager.aidl \
Svetoslav Ganov80943d82013-01-02 10:25:37 -080082 core/java/android/app/IUserSwitchObserver.aidl \
Dianne Hackborn8cc6a502009-08-05 21:29:42 -070083 core/java/android/app/IWallpaperManager.aidl \
84 core/java/android/app/IWallpaperManagerCallback.aidl \
Dianne Hackborn87bba1e2010-02-26 17:25:54 -080085 core/java/android/app/admin/IDevicePolicyManager.aidl \
Christopher Tate45281862010-03-05 15:46:30 -080086 core/java/android/app/backup/IBackupManager.aidl \
Christopher Tate4a627c72011-04-01 14:43:32 -070087 core/java/android/app/backup/IFullBackupRestoreObserver.aidl \
Christopher Tate45281862010-03-05 15:46:30 -080088 core/java/android/app/backup/IRestoreObserver.aidl \
89 core/java/android/app/backup/IRestoreSession.aidl \
Nick Pellybd022f42009-08-14 18:33:38 -070090 core/java/android/bluetooth/IBluetooth.aidl \
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080091 core/java/android/bluetooth/IBluetoothA2dp.aidl \
Nick Pelly16fb88a2009-10-07 07:44:03 +020092 core/java/android/bluetooth/IBluetoothCallback.aidl \
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080093 core/java/android/bluetooth/IBluetoothHeadset.aidl \
Matthew Xie3e8c82e2012-02-16 16:57:18 -080094 core/java/android/bluetooth/IBluetoothHeadsetPhone.aidl \
Matthew Xie13450df2012-03-22 17:18:37 -070095 core/java/android/bluetooth/IBluetoothHealth.aidl \
Jaikumar Ganesh2ea1e852011-04-01 16:33:09 -070096 core/java/android/bluetooth/IBluetoothHealthCallback.aidl \
Matthew Xiebf246ef2012-03-21 23:15:06 -070097 core/java/android/bluetooth/IBluetoothInputDevice.aidl \
fredc0f420372012-04-12 00:02:00 -070098 core/java/android/bluetooth/IBluetoothPan.aidl \
99 core/java/android/bluetooth/IBluetoothManager.aidl \
100 core/java/android/bluetooth/IBluetoothManagerCallback.aidl \
Jiafa Liu3f416732009-07-02 16:36:02 +0800101 core/java/android/bluetooth/IBluetoothPbap.aidl \
Matthew Xiefe3807a2013-07-18 17:31:50 -0700102 core/java/android/bluetooth/IBluetoothMap.aidl \
Jaikumar Ganeshef2cb7c2011-07-21 18:13:38 -0700103 core/java/android/bluetooth/IBluetoothStateChangeCallback.aidl \
Ganesh Ganapathi Batta99081122013-02-05 15:28:33 -0800104 core/java/android/bluetooth/IBluetoothGatt.aidl \
105 core/java/android/bluetooth/IBluetoothGattCallback.aidl \
106 core/java/android/bluetooth/IBluetoothGattServerCallback.aidl \
Dianne Hackborn9f531192010-08-04 17:48:03 -0700107 core/java/android/content/IClipboard.aidl \
Dianne Hackbornb06ea702009-07-13 13:07:51 -0700108 core/java/android/content/IContentService.aidl \
Suchi Amalapurapu1ccac752009-06-12 10:09:58 -0700109 core/java/android/content/IIntentReceiver.aidl \
110 core/java/android/content/IIntentSender.aidl \
Dianne Hackborn9f531192010-08-04 17:48:03 -0700111 core/java/android/content/IOnPrimaryClipChangedListener.aidl \
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800112 core/java/android/content/ISyncAdapter.aidl \
113 core/java/android/content/ISyncContext.aidl \
Matthew Williams56dbf8f2013-07-26 12:56:39 -0700114 core/java/android/content/ISyncServiceAdapter.aidl \
Dianne Hackbornb06ea702009-07-13 13:07:51 -0700115 core/java/android/content/ISyncStatusObserver.aidl \
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800116 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 \
Suchi Amalapurapu8946dd32010-02-19 09:19:34 -0800120 core/java/android/content/pm/IPackageMoveObserver.aidl \
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800121 core/java/android/content/pm/IPackageStatsObserver.aidl \
122 core/java/android/database/IContentObserver.aidl \
Igor Murashkin4491d682013-05-31 16:43:48 -0700123 core/java/android/hardware/ICameraService.aidl \
124 core/java/android/hardware/ICameraServiceListener.aidl \
125 core/java/android/hardware/ICamera.aidl \
126 core/java/android/hardware/ICameraClient.aidl \
Erik Gilling51e95df2013-06-26 11:06:51 -0700127 core/java/android/hardware/IConsumerIrService.aidl \
Igor Murashkin4491d682013-05-31 16:43:48 -0700128 core/java/android/hardware/IProCameraUser.aidl \
129 core/java/android/hardware/IProCameraCallbacks.aidl \
Eino-Ville Talvala2f1a2e42013-07-25 17:12:05 -0700130 core/java/android/hardware/camera2/ICameraDeviceUser.aidl \
131 core/java/android/hardware/camera2/ICameraDeviceCallbacks.aidl \
Mike Lockwoodb01e8bf2011-08-29 20:11:07 -0400132 core/java/android/hardware/ISerialManager.aidl \
Jeff Brownfa25bf52012-07-23 19:26:30 -0700133 core/java/android/hardware/display/IDisplayManager.aidl \
Jeff Brownbd6e1502012-08-28 03:27:37 -0700134 core/java/android/hardware/display/IDisplayManagerCallback.aidl \
Jeff Brown4532e612012-04-05 14:27:12 -0700135 core/java/android/hardware/input/IInputManager.aidl \
Jeff Brownaf9e8d32012-04-12 17:32:48 -0700136 core/java/android/hardware/input/IInputDevicesChangedListener.aidl \
destradaa1af4b022013-07-12 15:43:36 -0700137 core/java/android/hardware/location/IFusedLocationHardware.aidl \
138 core/java/android/hardware/location/IFusedLocationHardwareSink.aidl \
Jaikumar Ganesh8ce470d2013-04-03 12:22:18 -0700139 core/java/android/hardware/location/IGeofenceHardware.aidl \
140 core/java/android/hardware/location/IGeofenceHardwareCallback.aidl \
Jaikumar Ganeshda650892013-04-17 12:19:10 -0700141 core/java/android/hardware/location/IGeofenceHardwareMonitorCallback.aidl \
Mike Lockwoodc4308f02011-03-01 08:04:54 -0800142 core/java/android/hardware/usb/IUsbManager.aidl \
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800143 core/java/android/net/IConnectivityManager.aidl \
San Mehat4d02d002010-01-22 16:07:46 -0800144 core/java/android/net/INetworkManagementEventObserver.aidl \
Jeff Sharkeyc006f1a2011-05-19 17:12:49 -0700145 core/java/android/net/INetworkPolicyListener.aidl \
Jeff Sharkeyd5cdd592011-05-03 20:27:17 -0700146 core/java/android/net/INetworkPolicyManager.aidl \
Jeff Sharkey75279902011-05-24 18:39:45 -0700147 core/java/android/net/INetworkStatsService.aidl \
Jeff Sharkeyb52e3e52012-04-06 11:12:08 -0700148 core/java/android/net/INetworkStatsSession.aidl \
Irfan Sheriff7d024d32012-03-22 17:01:39 -0700149 core/java/android/net/nsd/INsdManager.aidl \
Martijn Coenen5b1e0322013-09-02 20:38:47 -0700150 core/java/android/nfc/IAppCallback.aidl \
Nick Pellyf36c6db2010-10-14 19:16:35 -0700151 core/java/android/nfc/INfcAdapter.aidl \
Nick Pelly367f41f2011-03-08 11:43:30 -0800152 core/java/android/nfc/INfcAdapterExtras.aidl \
Nick Pellyf36c6db2010-10-14 19:16:35 -0700153 core/java/android/nfc/INfcTag.aidl \
Martijn Coenena7397882013-07-30 20:07:47 -0700154 core/java/android/nfc/INfcCardEmulation.aidl \
Todd Poynora9de3462013-05-22 18:53:29 -0700155 core/java/android/os/IBatteryPropertiesListener.aidl \
156 core/java/android/os/IBatteryPropertiesRegistrar.aidl \
Jeff Browna7771df2012-05-07 20:06:46 -0700157 core/java/android/os/ICancellationSignal.aidl \
Mike Lockwoodeb9cbb82010-05-17 17:27:30 -0400158 core/java/android/os/IHardwareService.aidl \
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800159 core/java/android/os/IMessenger.aidl \
San Mehat873f2142010-01-14 10:25:07 -0800160 core/java/android/os/INetworkManagementService.aidl \
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800161 core/java/android/os/IPermissionController.aidl \
162 core/java/android/os/IPowerManager.aidl \
Svetoslav Ganov8643aa02011-04-20 12:12:33 -0700163 core/java/android/os/IRemoteCallback.aidl \
Glenn Kasten07b04652012-04-23 15:00:43 -0700164 core/java/android/os/ISchedulingPolicyService.aidl \
Christopher Tate8662cab52012-02-23 14:59:36 -0800165 core/java/android/os/IUpdateLock.aidl \
Dianne Hackborne3f23a32013-03-01 13:25:35 -0800166 core/java/android/os/IUserManager.aidl \
Mike Lockwood3a322132009-11-24 00:30:52 -0500167 core/java/android/os/IVibratorService.aidl \
Daniel Sandler5feceeb2013-03-22 18:29:23 -0700168 core/java/android/service/notification/INotificationListener.aidl \
Svetoslav Ganova0027152013-06-25 14:59:53 -0700169 core/java/android/print/ILayoutResultCallback.aidl \
Svetoslav Ganov44720af2013-08-20 16:32:53 -0700170 core/java/android/print/IPrinterDiscoveryObserver.aidl \
Svetoslav Ganova0027152013-06-25 14:59:53 -0700171 core/java/android/print/IPrintDocumentAdapter.aidl \
Svetoslav Ganov4b9a4d12013-06-11 15:20:06 -0700172 core/java/android/print/IPrintClient.aidl \
Svetoslav Ganov704697b2013-09-21 20:30:24 -0700173 core/java/android/print/IPrintJobStateChangeListener.aidl \
Svetoslav Ganov4b9a4d12013-06-11 15:20:06 -0700174 core/java/android/print/IPrintManager.aidl \
Svetoslav Ganova0027152013-06-25 14:59:53 -0700175 core/java/android/print/IPrintSpooler.aidl \
176 core/java/android/print/IPrintSpoolerCallbacks.aidl \
177 core/java/android/print/IPrintSpoolerClient.aidl \
178 core/java/android/print/IWriteResultCallback.aidl \
Svetoslav Ganov4b9a4d12013-06-11 15:20:06 -0700179 core/java/android/printservice/IPrintService.aidl \
180 core/java/android/printservice/IPrintServiceClient.aidl \
Daniel Sandler7d276c32012-01-30 14:33:52 -0500181 core/java/android/service/dreams/IDreamManager.aidl \
182 core/java/android/service/dreams/IDreamService.aidl \
Svetoslav Ganov8643aa02011-04-20 12:12:33 -0700183 core/java/android/service/wallpaper/IWallpaperConnection.aidl \
184 core/java/android/service/wallpaper/IWallpaperEngine.aidl \
185 core/java/android/service/wallpaper/IWallpaperService.aidl \
186 core/java/android/view/accessibility/IAccessibilityInteractionConnection.aidl\
187 core/java/android/view/accessibility/IAccessibilityInteractionConnectionCallback.aidl\
svetoslavganov75986cf2009-05-14 22:28:01 -0700188 core/java/android/view/accessibility/IAccessibilityManager.aidl \
189 core/java/android/view/accessibility/IAccessibilityManagerClient.aidl \
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800190 core/java/android/view/IApplicationToken.aidl \
Romain Guy3b748a42013-04-17 18:54:38 -0700191 core/java/android/view/IAssetAtlas.aidl \
Svetoslav Ganov545252f2012-12-10 18:29:24 -0800192 core/java/android/view/IMagnificationCallbacks.aidl \
Svetoslav Ganovc9c9a482012-07-16 08:46:07 -0700193 core/java/android/view/IInputFilter.aidl \
194 core/java/android/view/IInputFilterHost.aidl \
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800195 core/java/android/view/IOnKeyguardExitResult.aidl \
196 core/java/android/view/IRotationWatcher.aidl \
197 core/java/android/view/IWindow.aidl \
Dianne Hackborne3f23a32013-03-01 13:25:35 -0800198 core/java/android/view/IWindowFocusObserver.aidl \
199 core/java/android/view/IWindowId.aidl \
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800200 core/java/android/view/IWindowManager.aidl \
201 core/java/android/view/IWindowSession.aidl \
Alex Gruenstein361ec772009-09-15 11:19:58 -0700202 core/java/android/speech/IRecognitionListener.aidl \
203 core/java/android/speech/IRecognitionService.aidl \
Bjorn Bringert50e657b2011-03-08 16:00:40 +0000204 core/java/android/speech/tts/ITextToSpeechCallback.aidl \
205 core/java/android/speech/tts/ITextToSpeechService.aidl \
Dianne Hackbornc2293022013-02-06 23:14:49 -0800206 core/java/com/android/internal/app/IAppOpsCallback.aidl \
Dianne Hackborna06de0f2012-12-11 16:34:47 -0800207 core/java/com/android/internal/app/IAppOpsService.aidl \
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800208 core/java/com/android/internal/app/IBatteryStats.aidl \
Dianne Hackborn23fb6e82013-08-07 10:08:22 -0700209 core/java/com/android/internal/app/IProcessStats.aidl \
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800210 core/java/com/android/internal/app/IUsageStats.aidl \
Suchi Amalapurapuc028be42010-01-25 12:19:12 -0800211 core/java/com/android/internal/app/IMediaContainerService.aidl \
The Android Open Source Projectc39a6e02009-03-11 12:11:56 -0700212 core/java/com/android/internal/appwidget/IAppWidgetService.aidl \
213 core/java/com/android/internal/appwidget/IAppWidgetHost.aidl \
Christopher Tate487529a2009-04-29 14:03:25 -0700214 core/java/com/android/internal/backup/IBackupTransport.aidl \
Christopher Tate46cc43c2013-02-19 14:08:59 -0800215 core/java/com/android/internal/backup/IObbBackupService.aidl \
Jim Miller6edf2632011-09-05 16:03:14 -0700216 core/java/com/android/internal/policy/IFaceLockCallback.aidl \
217 core/java/com/android/internal/policy/IFaceLockInterface.aidl \
Jim Miller25190572013-02-28 17:36:24 -0800218 core/java/com/android/internal/policy/IKeyguardShowCallback.aidl \
219 core/java/com/android/internal/policy/IKeyguardExitCallback.aidl \
Jim Miller5ecd8112013-01-09 18:50:26 -0800220 core/java/com/android/internal/policy/IKeyguardService.aidl \
Dan Egnorf18a01c2009-11-12 11:32:50 -0800221 core/java/com/android/internal/os/IDropBoxManagerService.aidl \
The Android Open Source Projectc39a6e02009-03-11 12:11:56 -0700222 core/java/com/android/internal/os/IResultReceiver.aidl \
Joe Onorato0cbda992010-05-02 16:28:15 -0700223 core/java/com/android/internal/statusbar/IStatusBar.aidl \
224 core/java/com/android/internal/statusbar/IStatusBarService.aidl \
satok988323c2011-06-22 16:38:13 +0900225 core/java/com/android/internal/textservice/ISpellCheckerService.aidl \
226 core/java/com/android/internal/textservice/ISpellCheckerSession.aidl \
227 core/java/com/android/internal/textservice/ISpellCheckerSessionListener.aidl \
228 core/java/com/android/internal/textservice/ITextServicesManager.aidl \
229 core/java/com/android/internal/textservice/ITextServicesSessionListener.aidl \
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800230 core/java/com/android/internal/view/IInputContext.aidl \
231 core/java/com/android/internal/view/IInputContextCallback.aidl \
232 core/java/com/android/internal/view/IInputMethod.aidl \
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800233 core/java/com/android/internal/view/IInputMethodClient.aidl \
234 core/java/com/android/internal/view/IInputMethodManager.aidl \
235 core/java/com/android/internal/view/IInputMethodSession.aidl \
Michael Wright52a53522013-03-14 10:59:38 -0700236 core/java/com/android/internal/view/IInputSessionCallback.aidl \
Amith Yamasani52c489c2012-03-28 11:42:42 -0700237 core/java/com/android/internal/widget/ILockSettings.aidl \
Winson Chung499cb9f2010-07-16 11:18:17 -0700238 core/java/com/android/internal/widget/IRemoteViewsFactory.aidl \
Winson Chung81f39eb2011-01-11 18:05:01 -0800239 core/java/com/android/internal/widget/IRemoteViewsAdapterConnection.aidl \
Brian Carlstrom93201f52011-06-09 15:05:35 -0700240 keystore/java/android/security/IKeyChainAliasCallback.aidl \
Brian Carlstromb9a07c12011-04-11 09:03:51 -0700241 keystore/java/android/security/IKeyChainService.aidl \
Bai Taoa58a8752010-07-13 15:32:16 +0800242 location/java/android/location/ICountryDetector.aidl \
243 location/java/android/location/ICountryListener.aidl \
destradaa1af4b022013-07-12 15:43:36 -0700244 location/java/android/location/IFusedProvider.aidl \
Mike Lockwooda55c3212009-04-15 11:10:11 -0400245 location/java/android/location/IGeocodeProvider.aidl \
Jaikumar Ganesh8ce470d2013-04-03 12:22:18 -0700246 location/java/android/location/IGeofenceProvider.aidl \
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800247 location/java/android/location/IGpsStatusListener.aidl \
Mike Lockwood15e3d0f2009-05-01 07:53:28 -0400248 location/java/android/location/IGpsStatusProvider.aidl \
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800249 location/java/android/location/ILocationListener.aidl \
250 location/java/android/location/ILocationManager.aidl \
destradaa1af4b022013-07-12 15:43:36 -0700251 location/java/android/location/IFusedGeofenceHardware.aidl \
Jaikumar Ganesh8ce470d2013-04-03 12:22:18 -0700252 location/java/android/location/IGpsGeofenceHardware.aidl \
Danke Xie22d1f9f2009-08-18 18:28:45 -0400253 location/java/android/location/INetInitiatedListener.aidl \
Nick Pelly6fa9ad42012-07-16 12:18:23 -0700254 location/java/com/android/internal/location/ILocationProvider.aidl \
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800255 media/java/android/media/IAudioService.aidl \
Jean-Michel Trivid5176cf2010-01-28 11:56:42 -0800256 media/java/android/media/IAudioFocusDispatcher.aidl \
Jean-Michel Trivi13570122012-06-19 14:03:09 -0700257 media/java/android/media/IAudioRoutesObserver.aidl \
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800258 media/java/android/media/IMediaScannerListener.aidl \
259 media/java/android/media/IMediaScannerService.aidl \
Jean-Michel Trivi4426e422011-08-18 19:16:47 -0700260 media/java/android/media/IRemoteControlClient.aidl \
261 media/java/android/media/IRemoteControlDisplay.aidl \
Jean-Michel Trivi13570122012-06-19 14:03:09 -0700262 media/java/android/media/IRemoteVolumeObserver.aidl \
Jeff Sharkey098d5802012-04-26 17:30:34 -0700263 media/java/android/media/IRingtonePlayer.aidl \
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800264 telephony/java/com/android/internal/telephony/IPhoneStateListener.aidl \
265 telephony/java/com/android/internal/telephony/IPhoneSubInfo.aidl \
266 telephony/java/com/android/internal/telephony/ITelephony.aidl \
Wink Saville5a725532013-02-07 17:03:05 -0800267 telephony/java/com/android/internal/telephony/ISms.aidl \
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800268 telephony/java/com/android/internal/telephony/ITelephonyRegistry.aidl \
noda7640caa2010-08-20 08:10:00 +0900269 telephony/java/com/android/internal/telephony/IWapPushManager.aidl \
John Wange91bc682009-03-27 18:24:06 -0700270 wifi/java/android/net/wifi/IWifiManager.aidl \
Jason Monk602b2322013-07-03 17:04:33 -0400271 wifi/java/android/net/wifi/p2p/IWifiP2pManager.aidl \
Jason Monk9ced3cd2013-08-12 16:42:38 -0400272 packages/services/PacProcessor/com/android/net/IProxyService.aidl \
Jason Monk6f8a68f2013-08-23 19:21:25 -0400273 packages/services/Proxy/com/android/net/IProxyCallback.aidl \
274 packages/services/Proxy/com/android/net/IProxyPortListener.aidl \
Doug Zongker45e6dbf2009-12-08 12:47:12 -0800275
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800276# FRAMEWORKS_BASE_JAVA_SRC_DIRS comes from build/core/pathmap.mk
277LOCAL_AIDL_INCLUDES += $(FRAMEWORKS_BASE_JAVA_SRC_DIRS)
278
279LOCAL_INTERMEDIATE_SOURCES := \
Joe Onorato80a60ba2010-07-14 19:58:30 -0700280 $(framework_res_source_path)/android/R.java \
281 $(framework_res_source_path)/android/Manifest.java \
282 $(framework_res_source_path)/com/android/internal/R.java
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800283
284LOCAL_NO_STANDARD_LIBRARIES := true
Kenny Root12e75222013-04-23 22:34:24 -0700285LOCAL_JAVA_LIBRARIES := bouncycastle conscrypt core core-junit ext okhttp
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800286
Jeff Brown5aa90642013-07-17 20:44:57 -0700287LOCAL_MODULE := framework-base
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800288
Ying Wang96076c92013-08-14 17:01:33 -0700289LOCAL_RMTYPEDEFS := true
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800290
Jeff Brown5aa90642013-07-17 20:44:57 -0700291include $(BUILD_STATIC_JAVA_LIBRARY)
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800292
293# Make sure that R.java and Manifest.java are built before we build
294# the source for this library.
295framework_res_R_stamp := \
296 $(call intermediates-dir-for,APPS,framework-res,,COMMON)/src/R.stamp
297$(full_classes_compiled_jar): $(framework_res_R_stamp)
298
Jeff Brown5aa90642013-07-17 20:44:57 -0700299# Build part 1 of the framework library.
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800300# ============================================================
Jeff Brown5aa90642013-07-17 20:44:57 -0700301include $(CLEAR_VARS)
302
303LOCAL_MODULE := framework
304LOCAL_MODULE_CLASS := JAVA_LIBRARIES
305LOCAL_NO_STANDARD_LIBRARIES := true
306LOCAL_STATIC_JAVA_LIBRARIES := framework-base
307LOCAL_DX_FLAGS := --core-library
308
309# Packages to include, use \* wildcard to include descendants.
310LOCAL_JAR_PACKAGES := android\*
311
312# List of classes and interfaces which should be loaded by the Zygote.
313LOCAL_JAVA_RESOURCE_FILES += $(LOCAL_PATH)/preloaded-classes
314
315include $(BUILD_JAVA_LIBRARY)
316framework_module := $(LOCAL_INSTALLED_MODULE)
317
318# Build part 2 of the framework library.
319# ============================================================
320include $(CLEAR_VARS)
321
322LOCAL_MODULE := framework2
323LOCAL_MODULE_CLASS := JAVA_LIBRARIES
324LOCAL_NO_STANDARD_LIBRARIES := true
325LOCAL_STATIC_JAVA_LIBRARIES := framework-base
326LOCAL_DX_FLAGS := --core-library
327
328# Packages to include, use \* wildcard to include descendants.
329LOCAL_JAR_PACKAGES := com\* javax\*
330
331include $(BUILD_JAVA_LIBRARY)
332framework2_module := $(LOCAL_INSTALLED_MODULE)
333
334# Make sure that all framework modules are installed when framework is.
335# ============================================================
336$(framework_module): | $(dir $(framework_module))framework-res.apk
337$(framework_module): | $(dir $(framework_module))framework2.jar
338
339framework_built := $(call java-lib-deps,framework framework2)
340
341# Copy AIDL files to be preprocessed and included in the SDK,
342# specified relative to the root of the build tree.
343# ============================================================
344include $(CLEAR_VARS)
345
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800346aidl_files := \
Fred Quintana60307342009-03-24 22:48:12 -0700347 frameworks/base/core/java/android/accounts/IAccountManager.aidl \
348 frameworks/base/core/java/android/accounts/IAccountManagerResponse.aidl \
349 frameworks/base/core/java/android/accounts/IAccountAuthenticator.aidl \
350 frameworks/base/core/java/android/accounts/IAccountAuthenticatorResponse.aidl \
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800351 frameworks/base/core/java/android/app/Notification.aidl \
352 frameworks/base/core/java/android/app/PendingIntent.aidl \
Nick Pellybb392ba2013-04-22 15:52:03 +1000353 frameworks/base/core/java/android/appwidget/AppWidgetProviderInfo.aidl \
Nick Pelly459ba862009-11-04 17:23:55 -0800354 frameworks/base/core/java/android/bluetooth/BluetoothDevice.aidl \
Jaikumar Ganesh2ea1e852011-04-01 16:33:09 -0700355 frameworks/base/core/java/android/bluetooth/BluetoothHealthAppConfiguration.aidl \
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800356 frameworks/base/core/java/android/content/ComponentName.aidl \
Nick Pellybb392ba2013-04-22 15:52:03 +1000357 frameworks/base/core/java/android/content/ContentValues.aidl \
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800358 frameworks/base/core/java/android/content/Intent.aidl \
Suchi Amalapurapu1ccac752009-06-12 10:09:58 -0700359 frameworks/base/core/java/android/content/IntentSender.aidl \
Fred Quintanac5d1c6d2010-01-27 12:17:49 -0800360 frameworks/base/core/java/android/content/PeriodicSync.aidl \
Matthew Williamsfa774182013-06-18 15:44:11 -0700361 frameworks/base/core/java/android/content/SyncRequest.aidl \
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800362 frameworks/base/core/java/android/content/SyncStats.aidl \
363 frameworks/base/core/java/android/content/res/Configuration.aidl \
Nick Pellybb392ba2013-04-22 15:52:03 +1000364 frameworks/base/core/java/android/database/CursorWindow.aidl \
destradaa0682809a2013-08-12 18:50:30 -0700365 frameworks/base/core/java/android/hardware/location/GeofenceHardwareRequestParcelable.aidl \
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800366 frameworks/base/core/java/android/net/Uri.aidl \
Nick Pellyf36c6db2010-10-14 19:16:35 -0700367 frameworks/base/core/java/android/nfc/NdefMessage.aidl \
368 frameworks/base/core/java/android/nfc/NdefRecord.aidl \
369 frameworks/base/core/java/android/nfc/Tag.aidl \
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800370 frameworks/base/core/java/android/os/Bundle.aidl \
Dan Egnorf18a01c2009-11-12 11:32:50 -0800371 frameworks/base/core/java/android/os/DropBoxManager.aidl \
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800372 frameworks/base/core/java/android/os/ParcelFileDescriptor.aidl \
Nick Pellyaef439e2009-09-28 12:33:17 -0700373 frameworks/base/core/java/android/os/ParcelUuid.aidl \
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800374 frameworks/base/core/java/android/view/KeyEvent.aidl \
375 frameworks/base/core/java/android/view/MotionEvent.aidl \
376 frameworks/base/core/java/android/view/Surface.aidl \
377 frameworks/base/core/java/android/view/WindowManager.aidl \
378 frameworks/base/core/java/android/widget/RemoteViews.aidl \
satok988323c2011-06-22 16:38:13 +0900379 frameworks/base/core/java/com/android/internal/textservice/ISpellCheckerService.aidl \
380 frameworks/base/core/java/com/android/internal/textservice/ISpellCheckerSession.aidl \
381 frameworks/base/core/java/com/android/internal/textservice/ISpellCheckerSessionListener.aidl \
382 frameworks/base/core/java/com/android/internal/textservice/ITextServicesManager.aidl \
383 frameworks/base/core/java/com/android/internal/textservice/ITextServicesSessionListener.aidl \
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800384 frameworks/base/core/java/com/android/internal/view/IInputContext.aidl \
385 frameworks/base/core/java/com/android/internal/view/IInputMethod.aidl \
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800386 frameworks/base/core/java/com/android/internal/view/IInputMethodClient.aidl \
387 frameworks/base/core/java/com/android/internal/view/IInputMethodManager.aidl \
388 frameworks/base/core/java/com/android/internal/view/IInputMethodSession.aidl \
389 frameworks/base/graphics/java/android/graphics/Bitmap.aidl \
390 frameworks/base/graphics/java/android/graphics/Rect.aidl \
391 frameworks/base/graphics/java/android/graphics/Region.aidl \
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800392 frameworks/base/location/java/android/location/Criteria.aidl \
Nick Pelly6fa9ad42012-07-16 12:18:23 -0700393 frameworks/base/location/java/android/location/Geofence.aidl \
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800394 frameworks/base/location/java/android/location/Location.aidl \
Nick Pelly6fa9ad42012-07-16 12:18:23 -0700395 frameworks/base/location/java/android/location/LocationRequest.aidl \
destradaa1af4b022013-07-12 15:43:36 -0700396 frameworks/base/location/java/android/location/FusedBatchOptions.aidl \
Nick Pelly6fa9ad42012-07-16 12:18:23 -0700397 frameworks/base/location/java/com/android/internal/location/ProviderProperties.aidl \
398 frameworks/base/location/java/com/android/internal/location/ProviderRequest.aidl \
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800399 frameworks/base/telephony/java/android/telephony/ServiceState.aidl \
400 frameworks/base/telephony/java/com/android/internal/telephony/IPhoneSubInfo.aidl \
Raphaeld8b51a22009-06-08 22:05:22 -0700401 frameworks/base/telephony/java/com/android/internal/telephony/ITelephony.aidl \
Robert Greenwalt0451d592013-08-01 18:24:13 -0700402 frameworks/base/wifi/java/android/net/wifi/BatchedScanSettings.aidl \
403 frameworks/base/wifi/java/android/net/wifi/BatchedScanResult.aidl \
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800404
405gen := $(TARGET_OUT_COMMON_INTERMEDIATES)/framework.aidl
406$(gen): PRIVATE_SRC_FILES := $(aidl_files)
407ALL_SDK_FILES += $(gen)
408$(gen): $(aidl_files) | $(AIDL)
409 @echo Aidl Preprocess: $@
410 $(hide) $(AIDL) --preprocess $@ $(PRIVATE_SRC_FILES)
411
412# the documentation
413# ============================================================
414
415# TODO: deal with com/google/android/googleapps
416packages_to_document := \
417 android \
418 javax/microedition/khronos
419
420# Search through the base framework dirs for these packages.
421# The result will be relative to frameworks/base.
422fwbase_dirs_to_document := \
Brett Chabote70f61b2010-02-19 10:49:27 -0800423 test-runner/src \
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800424 $(patsubst $(LOCAL_PATH)/%,%, \
425 $(wildcard \
426 $(foreach dir, $(FRAMEWORKS_BASE_JAVA_SRC_DIRS), \
427 $(addprefix $(dir)/, $(packages_to_document)) \
428 ) \
429 ) \
430 )
431
Brian Carlstromcf9a0132011-01-05 17:52:36 -0800432# include definition of libcore_to_document
Brett Chabot571db322012-04-16 10:13:59 -0700433include libcore/Docs.mk
434
435# include definition of junit_to_document
436include external/junit/Common.mk
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800437
438non_base_dirs := \
Wink Savillea639b312012-07-10 12:37:54 -0700439 ../../external/apache-http/src/org/apache/http \
440 ../opt/telephony/src/java/android/telephony \
441 ../opt/telephony/src/java/android/telephony/gsm \
Wink Savillecbb2a2a2013-01-28 15:27:47 -0800442 ../opt/net/voip/src/java/android/net/rtp \
443 ../opt/net/voip/src/java/android/net/sip
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800444
445# These are relative to frameworks/base
Svetoslav Ganov92f12f52011-11-17 11:53:46 -0800446dirs_to_check_apis := \
447 $(fwbase_dirs_to_document) \
Brian Carlstroma9602db2011-03-24 14:14:28 -0700448 $(non_base_dirs)
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800449
Svetoslav Ganov92f12f52011-11-17 11:53:46 -0800450# These are relative to frameworks/base
451# FRAMEWORKS_BASE_SUBDIRS comes from build/core/pathmap.mk
452dirs_to_document := \
453 $(dirs_to_check_apis) \
454 $(addprefix ../../, $(FRAMEWORKS_SUPPORT_JAVA_SRC_DIRS))
455
456# These are relative to frameworks/base
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800457html_dirs := \
458 $(FRAMEWORKS_BASE_SUBDIRS) \
459 $(non_base_dirs)
460
Svetoslav Ganov92f12f52011-11-17 11:53:46 -0800461# Common sources for doc check and api check
462common_src_files := \
463 $(call find-other-html-files, $(html_dirs)) \
Brett Chabot571db322012-04-16 10:13:59 -0700464 $(addprefix ../../libcore/, $(call libcore_to_document, $(LOCAL_PATH)/../../libcore)) \
465 $(addprefix ../../external/junit/, $(call junit_to_document, $(LOCAL_PATH)/../../external/junit))
Svetoslav Ganov92f12f52011-11-17 11:53:46 -0800466
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800467# These are relative to frameworks/base
468framework_docs_LOCAL_SRC_FILES := \
469 $(call find-other-java-files, $(dirs_to_document)) \
Svetoslav Ganov92f12f52011-11-17 11:53:46 -0800470 $(common_src_files)
471
472# These are relative to frameworks/base
473framework_docs_LOCAL_API_CHECK_SRC_FILES := \
474 $(call find-other-java-files, $(dirs_to_check_apis)) \
475 $(common_src_files)
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800476
Joe Onorato626db912010-05-17 18:21:44 -0700477# This is used by ide.mk as the list of source files that are
478# always included.
479INTERNAL_SDK_SOURCE_DIRS := $(addprefix $(LOCAL_PATH)/,$(dirs_to_document))
480
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800481framework_docs_LOCAL_DROIDDOC_SOURCE_PATH := \
482 $(FRAMEWORKS_BASE_JAVA_SRC_DIRS)
483
484framework_docs_LOCAL_INTERMEDIATE_SOURCES := \
Jeff Browncaf7b0a2013-04-25 21:24:44 -0700485 $(framework_res_source_path)/android/R.java \
486 $(framework_res_source_path)/android/Manifest.java \
487 $(framework_res_source_path)/com/android/internal/R.java
488
489framework_docs_LOCAL_API_CHECK_JAVA_LIBRARIES := \
490 bouncycastle \
Kenny Roote9ae6822013-04-29 23:09:03 -0700491 conscrypt \
Jeff Browncaf7b0a2013-04-25 21:24:44 -0700492 core \
Jeff Browneb6403e2013-04-26 12:02:36 -0700493 okhttp \
Jeff Browncaf7b0a2013-04-25 21:24:44 -0700494 ext \
495 framework \
Jeff Brown5aa90642013-07-17 20:44:57 -0700496 framework2 \
Jeff Browncaf7b0a2013-04-25 21:24:44 -0700497 mms-common \
498 telephony-common \
499 voip-common
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800500
501framework_docs_LOCAL_JAVA_LIBRARIES := \
Jeff Browncaf7b0a2013-04-25 21:24:44 -0700502 $(framework_docs_LOCAL_API_CHECK_JAVA_LIBRARIES) \
503 $(FRAMEWORKS_SUPPORT_JAVA_LIBRARIES)
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800504
505framework_docs_LOCAL_MODULE_CLASS := JAVA_LIBRARIES
Joe Onorato3fec2bf2010-08-27 15:05:39 -0400506framework_docs_LOCAL_DROIDDOC_HTML_DIR := docs/html
Scott Main6dceb762009-07-31 13:03:36 -0700507# The since flag (-since N.xml API_LEVEL) is used to add API Level information
508# to the reference documentation. Must be in order of oldest to newest.
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800509framework_docs_LOCAL_DROIDDOC_OPTIONS := \
Joe Onoratod20e5d02010-09-16 11:56:03 -0400510 -knowntags ./frameworks/base/docs/knowntags.txt \
Ying Wangf74f0de2012-12-04 15:12:49 -0800511 -since $(SRC_API_DIR)/1.xml 1 \
512 -since $(SRC_API_DIR)/2.xml 2 \
513 -since $(SRC_API_DIR)/3.xml 3 \
514 -since $(SRC_API_DIR)/4.xml 4 \
515 -since $(SRC_API_DIR)/5.xml 5 \
516 -since $(SRC_API_DIR)/6.xml 6 \
517 -since $(SRC_API_DIR)/7.xml 7 \
518 -since $(SRC_API_DIR)/8.xml 8 \
519 -since $(SRC_API_DIR)/9.xml 9 \
520 -since $(SRC_API_DIR)/10.xml 10 \
521 -since $(SRC_API_DIR)/11.xml 11 \
522 -since $(SRC_API_DIR)/12.xml 12 \
523 -since $(SRC_API_DIR)/13.xml 13 \
524 -since $(SRC_API_DIR)/14.txt 14 \
525 -since $(SRC_API_DIR)/15.txt 15 \
526 -since $(SRC_API_DIR)/16.txt 16 \
527 -since $(SRC_API_DIR)/17.txt 17 \
Scott Main0d9e45a2013-04-11 11:37:29 -0700528 -since $(SRC_API_DIR)/18.txt 18 \
Joe Onorato0ba4ac72010-09-16 15:42:20 -0400529 -werror -hide 113 \
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800530 -overview $(LOCAL_PATH)/core/java/overview.html
531
Jeff Browncaf7b0a2013-04-25 21:24:44 -0700532framework_docs_LOCAL_API_CHECK_ADDITIONAL_JAVA_DIR:= \
Jeff Brown5aa90642013-07-17 20:44:57 -0700533 $(call intermediates-dir-for,JAVA_LIBRARIES,framework-base,,COMMON)
Jeff Browncaf7b0a2013-04-25 21:24:44 -0700534
535framework_docs_LOCAL_ADDITIONAL_JAVA_DIR:= \
536 $(framework_docs_LOCAL_API_CHECK_ADDITIONAL_JAVA_DIR) \
Jeff Brownae1d6f22013-05-10 20:37:12 -0700537 $(foreach lib,$(FRAMEWORKS_SUPPORT_JAVA_LIBRARIES),$(call intermediates-dir-for,JAVA_LIBRARIES,$(lib),,COMMON)) \
538 $(foreach lib,$(FRAMEWORKS_SUPPORT_JAVA_LIBRARIES),$(call intermediates-dir-for,JAVA_LIBRARIES,$(lib)-res,,COMMON))
Joe Onoratod20e5d02010-09-16 11:56:03 -0400539
540framework_docs_LOCAL_ADDITIONAL_DEPENDENCIES := \
541 frameworks/base/docs/knowntags.txt
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800542
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800543sample_dir := development/samples
Dirk Dougherty2826df32013-09-03 15:32:24 -0700544new_sample_dir := developers/samples/android
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800545
Dirk Doughertya6c02672013-09-11 11:53:35 -0700546# Whitelist of valid groups, used for default TOC grouping. Each sample must
547# belong to one (and only one) group. Assign samples to groups by setting
548# a sample.group var to one of these groups in the sample's _index.jd.
549sample_groups := -samplegroup Input \
550 -samplegroup Sensors \
551 -samplegroup Connectivity
552
Dirk Doughertyd323b4c2010-02-08 10:53:12 -0800553# the list here should match the list of samples included in the sdk samples package
554# (see development/build/sdk.atree)
Dirk Dougherty9cab5c02013-01-29 15:00:04 -0800555# remove htmlified samples for now -- samples are still available through the SDK
Dirk Doughertyb6bc0202013-07-09 13:18:15 -0700556web_docs_sample_code_flags := \
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800557 -hdf android.hasSamples 1 \
Dirk Dougherty2826df32013-09-03 15:32:24 -0700558 -samplecode $(new_sample_dir)/input/gestures/BasicGestureDetect/BasicGestureDetect \
559 samples/BasicGestureDetect/ "Basic Gestures" \
Dirk Dougherty47ccfcb2010-11-24 16:17:52 -0800560 -samplecode $(sample_dir)/AccelerometerPlay \
Dirk Doughertyb6bc0202013-07-09 13:18:15 -0700561 samples/AccelerometerPlay "Accelerometer Play" \
Roman Nurikf4b2ba12011-09-30 15:48:34 -0700562 -samplecode $(sample_dir)/ActionBarCompat \
Dirk Dougherty2826df32013-09-03 15:32:24 -0700563 samples/ActionBarCompat "Action Bar Compatibility" \
564 -samplecode $(sample_dir)/BluetoothHDP \
565 samples/BluetoothHDP "Bluetooth HDP Demo" \
566 -samplecode $(sample_dir)/BluetoothLeGatt \
567 samples/BluetoothLeGatt "Bluetooth HDP Demo"
Dirk Doughertyb6bc0202013-07-09 13:18:15 -0700568# -samplecode $(sample_dir)/AndroidBeamDemo \
569# samples/AndroidBeamDemo "Android Beam Demo" \
570# -samplecode $(sample_dir)/ApiDemos \
571# samples/ApiDemos "API Demos" \
572# -samplecode $(sample_dir)/Support4Demos \
573# samples/Support4Demos "API 4+ Support Demos" \
574# -samplecode $(sample_dir)/Support13Demos \
575# samples/Support13Demos "API 13+ Support Demos" \
576# -samplecode $(sample_dir)/BackupRestore \
577# samples/BackupRestore "Backup and Restore" \
578# -samplecode $(sample_dir)/BluetoothChat \
579# samples/BluetoothChat "Bluetooth Chat" \
Dirk Doughertyb6bc0202013-07-09 13:18:15 -0700580# -samplecode $(sample_dir)/BusinessCard \
581# samples/BusinessCard "Business Card" \
582# -samplecode $(sample_dir)/ContactManager \
583# samples/ContactManager "Contact Manager" \
584# -samplecode $(sample_dir)/CubeLiveWallpaper \
585# samples/CubeLiveWallpaper "Cube Live Wallpaper" \
586# -samplecode $(sample_dir)/Home \
587# samples/Home "Home" \
588# -samplecode $(sample_dir)/HoneycombGallery \
589# samples/HoneycombGallery "Honeycomb Gallery" \
590# -samplecode $(sample_dir)/JetBoy \
591# samples/JetBoy "JetBoy" \
592# -samplecode $(sample_dir)/KeyChainDemo \
593# samples/KeyChainDemo "KeyChain Demo" \
594# -samplecode $(sample_dir)/LunarLander \
595# samples/LunarLander "Lunar Lander" \
596# -samplecode $(sample_dir)/training/ads-and-ux \
597# samples/training/ads-and-ux "Mobile Advertisement Integration" \
598# -samplecode $(sample_dir)/MultiResolution \
599# samples/MultiResolution "Multiple Resolutions" \
600# -samplecode $(sample_dir)/training/multiscreen/newsreader \
601# samples/newsreader "News Reader" \
602# -samplecode $(sample_dir)/NotePad \
603# samples/NotePad "Note Pad" \
604# -samplecode $(sample_dir)/SpellChecker/SampleSpellCheckerService \
605# samples/SpellChecker/SampleSpellCheckerService "Spell Checker Service" \
606# -samplecode $(sample_dir)/SpellChecker/HelloSpellChecker \
607# samples/SpellChecker/HelloSpellChecker "Spell Checker Client" \
608# -samplecode $(sample_dir)/SampleSyncAdapter \
609# samples/SampleSyncAdapter "Sample Sync Adapter" \
610# -samplecode $(sample_dir)/RandomMusicPlayer \
611# samples/RandomMusicPlayer "Random Music Player" \
612# -samplecode $(sample_dir)/RenderScript \
613# samples/RenderScript "RenderScript" \
614# -samplecode $(sample_dir)/SearchableDictionary \
615# samples/SearchableDictionary "Searchable Dictionary v2" \
616# -samplecode $(sample_dir)/SipDemo \
617# samples/SipDemo "SIP Demo" \
618# -samplecode $(sample_dir)/Snake \
619# samples/Snake "Snake" \
620# -samplecode $(sample_dir)/SoftKeyboard \
621# samples/SoftKeyboard "Soft Keyboard" \
622# -samplecode $(sample_dir)/Spinner \
623# samples/Spinner "Spinner" \
624# -samplecode $(sample_dir)/SpinnerTest \
625# samples/SpinnerTest "SpinnerTest" \
626# -samplecode $(sample_dir)/StackWidget \
627# samples/StackWidget "StackView Widget" \
628# -samplecode $(sample_dir)/TicTacToeLib \
629# samples/TicTacToeLib "TicTacToeLib" \
630# -samplecode $(sample_dir)/TicTacToeMain \
631# samples/TicTacToeMain "TicTacToeMain" \
632# -samplecode $(sample_dir)/ToyVpn \
633# samples/ToyVpn "Toy VPN Client" \
634# -samplecode $(sample_dir)/USB \
635# samples/USB "USB" \
636# -samplecode $(sample_dir)/WeatherListWidget \
637# samples/WeatherListWidget "Weather List Widget" \
638# -samplecode $(sample_dir)/WiFiDirectDemo \
639# samples/WiFiDirectDemo "Wi-Fi Direct Demo" \
640# -samplecode $(sample_dir)/Wiktionary \
641# samples/Wiktionary "Wiktionary" \
642# -samplecode $(sample_dir)/WiktionarySimple \
643# samples/WiktionarySimple "Wiktionary (Simplified)" \
644# -samplecode $(sample_dir)/VoiceRecognitionService \
645# samples/VoiceRecognitionService "Voice Recognition Service" \
646# -samplecode $(sample_dir)/VoicemailProviderDemo \
647# samples/VoicemailProviderDemo "Voicemail Provider Demo" \
648# -samplecode $(sample_dir)/XmlAdapters \
649# samples/XmlAdapters "XML Adapters" \
650# -samplecode $(sample_dir)/TtsEngine \
651# samples/TtsEngine "Text To Speech Engine" \
652# -samplecode $(sample_dir)/training/device-management-policy \
653# samples/training/device-management-policy "Device Management Policy"
Scott Mainaed4ced2011-12-15 10:25:41 -0800654
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800655
Dirk Doughertyf11d7d52009-08-05 19:04:18 -0700656## SDK version identifiers used in the published docs
657 # major[.minor] version for current SDK. (full releases only)
Scott Mainec6f3272013-07-30 10:09:21 -0700658framework_docs_SDK_VERSION:=4.3
Dirk Doughertyf11d7d52009-08-05 19:04:18 -0700659 # release version (ie "Release x") (full releases only)
Scott Main62e97012011-02-07 16:35:46 -0800660framework_docs_SDK_REL_ID:=1
Dirk Dougherty2e2c9102009-04-20 17:56:34 -0700661
662framework_docs_LOCAL_DROIDDOC_OPTIONS += \
663 -hdf sdk.version $(framework_docs_SDK_VERSION) \
Scott Mainb402f112010-11-29 14:28:13 -0800664 -hdf sdk.rel.id $(framework_docs_SDK_REL_ID) \
Scott Main62e97012011-02-07 16:35:46 -0800665 -hdf sdk.preview 0 \
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800666
Joe Onoratoccfca2e2009-07-20 11:57:12 -0400667# ==== the api stubs and current.xml ===========================
668include $(CLEAR_VARS)
669
Svetoslav Ganov92f12f52011-11-17 11:53:46 -0800670LOCAL_SRC_FILES:=$(framework_docs_LOCAL_API_CHECK_SRC_FILES)
Joe Onoratoccfca2e2009-07-20 11:57:12 -0400671LOCAL_INTERMEDIATE_SOURCES:=$(framework_docs_LOCAL_INTERMEDIATE_SOURCES)
Jeff Browncaf7b0a2013-04-25 21:24:44 -0700672LOCAL_JAVA_LIBRARIES:=$(framework_docs_LOCAL_API_CHECK_JAVA_LIBRARIES)
Joe Onoratoccfca2e2009-07-20 11:57:12 -0400673LOCAL_MODULE_CLASS:=$(framework_docs_LOCAL_MODULE_CLASS)
674LOCAL_DROIDDOC_SOURCE_PATH:=$(framework_docs_LOCAL_DROIDDOC_SOURCE_PATH)
675LOCAL_DROIDDOC_HTML_DIR:=$(framework_docs_LOCAL_DROIDDOC_HTML_DIR)
Jeff Browncaf7b0a2013-04-25 21:24:44 -0700676LOCAL_ADDITIONAL_JAVA_DIR:=$(framework_docs_LOCAL_API_CHECK_ADDITIONAL_JAVA_DIR)
Joe Onoratod20e5d02010-09-16 11:56:03 -0400677LOCAL_ADDITIONAL_DEPENDENCIES:=$(framework_docs_LOCAL_ADDITIONAL_DEPENDENCIES)
Joe Onoratoccfca2e2009-07-20 11:57:12 -0400678
679LOCAL_MODULE := api-stubs
680
681LOCAL_DROIDDOC_OPTIONS:=\
682 $(framework_docs_LOCAL_DROIDDOC_OPTIONS) \
683 -stubs $(TARGET_OUT_COMMON_INTERMEDIATES)/JAVA_LIBRARIES/android_stubs_current_intermediates/src \
Joe Onorato5e88ac72011-03-09 13:34:39 -0800684 -api $(INTERNAL_PLATFORM_API_FILE) \
Joe Onoratoccfca2e2009-07-20 11:57:12 -0400685 -nodocs
686
687LOCAL_DROIDDOC_CUSTOM_TEMPLATE_DIR:=build/tools/droiddoc/templates-sdk
Joe Onoratoccfca2e2009-07-20 11:57:12 -0400688
Joe Onorato7e3cf122010-09-01 10:41:35 -0700689LOCAL_UNINSTALLABLE_MODULE := true
690
Joe Onoratoccfca2e2009-07-20 11:57:12 -0400691include $(BUILD_DROIDDOC)
692
Ying Wang68064572010-05-07 15:00:10 -0700693# $(gen), i.e. framework.aidl, is also needed while building against the current stub.
694$(full_target): $(framework_built) $(gen)
Joe Onoratoccfca2e2009-07-20 11:57:12 -0400695$(INTERNAL_PLATFORM_API_FILE): $(full_target)
696$(call dist-for-goals,sdk,$(INTERNAL_PLATFORM_API_FILE))
697
Joe Onorato4314e2e2010-08-27 17:13:22 -0400698# ==== check javadoc comments but don't generate docs ========
699include $(CLEAR_VARS)
700
701LOCAL_SRC_FILES:=$(framework_docs_LOCAL_SRC_FILES)
702LOCAL_INTERMEDIATE_SOURCES:=$(framework_docs_LOCAL_INTERMEDIATE_SOURCES)
703LOCAL_JAVA_LIBRARIES:=$(framework_docs_LOCAL_JAVA_LIBRARIES)
704LOCAL_MODULE_CLASS:=$(framework_docs_LOCAL_MODULE_CLASS)
705LOCAL_DROIDDOC_SOURCE_PATH:=$(framework_docs_LOCAL_DROIDDOC_SOURCE_PATH)
706LOCAL_DROIDDOC_HTML_DIR:=$(framework_docs_LOCAL_DROIDDOC_HTML_DIR)
707LOCAL_ADDITIONAL_JAVA_DIR:=$(framework_docs_LOCAL_ADDITIONAL_JAVA_DIR)
Joe Onoratod20e5d02010-09-16 11:56:03 -0400708LOCAL_ADDITIONAL_DEPENDENCIES:=$(framework_docs_LOCAL_ADDITIONAL_DEPENDENCIES)
Joe Onorato4314e2e2010-08-27 17:13:22 -0400709
710LOCAL_MODULE := doc-comment-check
711
712LOCAL_DROIDDOC_OPTIONS:=\
713 $(framework_docs_LOCAL_DROIDDOC_OPTIONS) \
Joe Onorato4314e2e2010-08-27 17:13:22 -0400714 -parsecomments
715
716LOCAL_DROIDDOC_CUSTOM_TEMPLATE_DIR:=build/tools/droiddoc/templates-sdk
Joe Onorato4314e2e2010-08-27 17:13:22 -0400717
Joe Onorato7e3cf122010-09-01 10:41:35 -0700718LOCAL_UNINSTALLABLE_MODULE := true
719
Joe Onorato4314e2e2010-08-27 17:13:22 -0400720include $(BUILD_DROIDDOC)
721
722# $(gen), i.e. framework.aidl, is also needed while building against the current stub.
723$(full_target): $(framework_built) $(gen)
724
Ying Wang33a436d2012-09-27 17:09:53 -0700725# Run this for checkbuild
726.PHONY: checkbuild
727checkbuild: doc-comment-check-docs
Joe Onorato4314e2e2010-08-27 17:13:22 -0400728
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800729# ==== static html in the sdk ==================================
730include $(CLEAR_VARS)
731
732LOCAL_SRC_FILES:=$(framework_docs_LOCAL_SRC_FILES)
733LOCAL_INTERMEDIATE_SOURCES:=$(framework_docs_LOCAL_INTERMEDIATE_SOURCES)
734LOCAL_JAVA_LIBRARIES:=$(framework_docs_LOCAL_JAVA_LIBRARIES)
735LOCAL_MODULE_CLASS:=$(framework_docs_LOCAL_MODULE_CLASS)
736LOCAL_DROIDDOC_SOURCE_PATH:=$(framework_docs_LOCAL_DROIDDOC_SOURCE_PATH)
737LOCAL_DROIDDOC_HTML_DIR:=$(framework_docs_LOCAL_DROIDDOC_HTML_DIR)
738LOCAL_ADDITIONAL_JAVA_DIR:=$(framework_docs_LOCAL_ADDITIONAL_JAVA_DIR)
Joe Onoratod20e5d02010-09-16 11:56:03 -0400739LOCAL_ADDITIONAL_DEPENDENCIES:=$(framework_docs_LOCAL_ADDITIONAL_DEPENDENCIES)
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800740
741LOCAL_MODULE := offline-sdk
742
743LOCAL_DROIDDOC_OPTIONS:=\
744 $(framework_docs_LOCAL_DROIDDOC_OPTIONS) \
Dirk Doughertya3458332013-08-21 14:47:12 -0700745 -offlinemode \
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800746 -title "Android SDK" \
747 -proofread $(OUT_DOCS)/$(LOCAL_MODULE)-proofread.txt \
748 -todo $(OUT_DOCS)/$(LOCAL_MODULE)-docs-todo.html \
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800749 -sdkvalues $(OUT_DOCS) \
Dirk Dougherty2053f912010-08-25 12:12:57 -0700750 -hdf android.whichdoc offline
Dirk Doughertya3458332013-08-21 14:47:12 -0700751# $(web_docs_sample_code_flags)
Dirk Doughertyf11d7d52009-08-05 19:04:18 -0700752
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800753
754LOCAL_DROIDDOC_CUSTOM_TEMPLATE_DIR:=build/tools/droiddoc/templates-sdk
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800755
756include $(BUILD_DROIDDOC)
757
758static_doc_index_redirect := $(out_dir)/index.html
759$(static_doc_index_redirect): \
Dirk Dougherty2e2c9102009-04-20 17:56:34 -0700760 $(LOCAL_PATH)/docs/docs-documentation-redirect.html | $(ACP)
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800761 $(hide) mkdir -p $(dir $@)
762 $(hide) $(ACP) $< $@
763
764$(full_target): $(static_doc_index_redirect)
765$(full_target): $(framework_built)
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800766
Dirk Dougherty289ad992013-01-28 15:43:49 -0800767# ==== docs for the web (on the androiddevdocs app engine server) =======================
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800768include $(CLEAR_VARS)
769
770LOCAL_SRC_FILES:=$(framework_docs_LOCAL_SRC_FILES)
771LOCAL_INTERMEDIATE_SOURCES:=$(framework_docs_LOCAL_INTERMEDIATE_SOURCES)
772LOCAL_STATIC_JAVA_LIBRARIES:=$(framework_docs_LOCAL_STATIC_JAVA_LIBRARIES)
773LOCAL_JAVA_LIBRARIES:=$(framework_docs_LOCAL_JAVA_LIBRARIES)
774LOCAL_MODULE_CLASS:=$(framework_docs_LOCAL_MODULE_CLASS)
775LOCAL_DROIDDOC_SOURCE_PATH:=$(framework_docs_LOCAL_DROIDDOC_SOURCE_PATH)
776LOCAL_DROIDDOC_HTML_DIR:=$(framework_docs_LOCAL_DROIDDOC_HTML_DIR)
777LOCAL_ADDITIONAL_JAVA_DIR:=$(framework_docs_LOCAL_ADDITIONAL_JAVA_DIR)
Joe Onoratod20e5d02010-09-16 11:56:03 -0400778LOCAL_ADDITIONAL_DEPENDENCIES:=$(framework_docs_LOCAL_ADDITIONAL_DEPENDENCIES)
Dirk Doughertyb582c6782013-05-04 10:54:52 -0700779LOCAL_ADDITIONAL_HTML_DIR:=docs/html-intl /intl/
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800780
781LOCAL_MODULE := online-sdk
782
783LOCAL_DROIDDOC_OPTIONS:= \
Dirk Dougherty2e2c9102009-04-20 17:56:34 -0700784 $(framework_docs_LOCAL_DROIDDOC_OPTIONS) \
Dirk Dougherty2e2c9102009-04-20 17:56:34 -0700785 -toroot / \
Dirk Doughertya6c02672013-09-11 11:53:35 -0700786 -hdf android.whichdoc online
787# $(sample_groups) \
Dirk Doughertya3458332013-08-21 14:47:12 -0700788# $(web_docs_sample_code_flags)
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800789
790LOCAL_DROIDDOC_CUSTOM_TEMPLATE_DIR:=build/tools/droiddoc/templates-sdk
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800791
792include $(BUILD_DROIDDOC)
793
Dirk Dougherty289ad992013-01-28 15:43:49 -0800794# ==== docs for the web (on the devsite app engine server) =======================
795include $(CLEAR_VARS)
796LOCAL_SRC_FILES:=$(framework_docs_LOCAL_SRC_FILES)
797LOCAL_INTERMEDIATE_SOURCES:=$(framework_docs_LOCAL_INTERMEDIATE_SOURCES)
798LOCAL_STATIC_JAVA_LIBRARIES:=$(framework_docs_LOCAL_STATIC_JAVA_LIBRARIES)
799LOCAL_JAVA_LIBRARIES:=$(framework_docs_LOCAL_JAVA_LIBRARIES)
800LOCAL_MODULE_CLASS:=$(framework_docs_LOCAL_MODULE_CLASS)
801LOCAL_DROIDDOC_SOURCE_PATH:=$(framework_docs_LOCAL_DROIDDOC_SOURCE_PATH)
802LOCAL_DROIDDOC_HTML_DIR:=$(framework_docs_LOCAL_DROIDDOC_HTML_DIR)
803LOCAL_ADDITIONAL_JAVA_DIR:=$(framework_docs_LOCAL_ADDITIONAL_JAVA_DIR)
804LOCAL_ADDITIONAL_DEPENDENCIES:=$(framework_docs_LOCAL_ADDITIONAL_DEPENDENCIES)
805# specify a second html input dir and an output path relative to OUT_DIR)
806LOCAL_ADDITIONAL_HTML_DIR:=docs/html-intl /
807
808LOCAL_MODULE := ds
809
810LOCAL_DROIDDOC_OPTIONS:= \
811 $(framework_docs_LOCAL_DROIDDOC_OPTIONS) \
Dirk Dougherty289ad992013-01-28 15:43:49 -0800812 -devsite \
813 -toroot / \
Scott Maine75cd4b2013-01-29 08:29:40 -0800814 -hdf android.whichdoc online \
815 -hdf devsite true
Dirk Doughertya3458332013-08-21 14:47:12 -0700816# $(web_docs_sample_code_flags)
Dirk Dougherty289ad992013-01-28 15:43:49 -0800817
Scott Main4b7161c2013-01-29 14:20:13 -0800818LOCAL_DROIDDOC_CUSTOM_TEMPLATE_DIR:=build/tools/droiddoc/templates-sdk
Dirk Dougherty289ad992013-01-28 15:43:49 -0800819
820include $(BUILD_DROIDDOC)
821
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800822# ==== docs that have all of the stuff that's @hidden =======================
823include $(CLEAR_VARS)
824
825LOCAL_SRC_FILES:=$(framework_docs_LOCAL_SRC_FILES)
826LOCAL_INTERMEDIATE_SOURCES:=$(framework_docs_LOCAL_INTERMEDIATE_SOURCES)
Jeff Brown5aa90642013-07-17 20:44:57 -0700827LOCAL_JAVA_LIBRARIES:=$(framework_docs_LOCAL_JAVA_LIBRARIES)
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800828LOCAL_MODULE_CLASS:=$(framework_docs_LOCAL_MODULE_CLASS)
829LOCAL_DROIDDOC_SOURCE_PATH:=$(framework_docs_LOCAL_DROIDDOC_SOURCE_PATH)
830LOCAL_DROIDDOC_HTML_DIR:=$(framework_docs_LOCAL_DROIDDOC_HTML_DIR)
Ying Wang65ee22a2011-05-17 13:12:42 -0700831LOCAL_ADDITIONAL_JAVA_DIR:=$(framework_docs_LOCAL_ADDITIONAL_JAVA_DIR)
Joe Onoratod20e5d02010-09-16 11:56:03 -0400832LOCAL_ADDITIONAL_DEPENDENCIES:=$(framework_docs_LOCAL_ADDITIONAL_DEPENDENCIES)
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800833
834LOCAL_MODULE := hidden
835LOCAL_DROIDDOC_OPTIONS:=\
836 $(framework_docs_LOCAL_DROIDDOC_OPTIONS) \
Dirk Dougherty2053f912010-08-25 12:12:57 -0700837 -title "Android SDK - Including hidden APIs."
838# -hidden
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800839
840LOCAL_DROIDDOC_CUSTOM_TEMPLATE_DIR:=build/tools/droiddoc/templates-sdk
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800841
842include $(BUILD_DROIDDOC)
843
844# Build ext.jar
845# ============================================================
846
David Deephanphongs62f2ada2010-10-19 14:54:05 -0700847# NOTICE notes for non-obvious sections
848# apache-http - covered by the Apache Commons section.
849
850
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800851ext_dirs := \
Chung-yih Wang2d942312010-08-05 12:17:37 +0800852 ../../external/nist-sip/java \
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800853 ../../external/apache-http/src \
Bai Taoef4fd8e2010-06-07 10:25:53 +0800854 ../../external/tagsoup/src \
855 ../../external/libphonenumber/java/src
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800856
857ext_src_files := $(call all-java-files-under,$(ext_dirs))
858
Bai Taoef4fd8e2010-06-07 10:25:53 +0800859ext_res_dirs := \
860 ../../external/libphonenumber/java/src
861
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800862# ==== the library =========================================
863include $(CLEAR_VARS)
864
865LOCAL_SRC_FILES := $(ext_src_files)
866
867LOCAL_NO_STANDARD_LIBRARIES := true
868LOCAL_JAVA_LIBRARIES := core
Bai Taoef4fd8e2010-06-07 10:25:53 +0800869LOCAL_JAVA_RESOURCE_DIRS := $(ext_res_dirs)
Jesse Wilsona1459562010-09-16 17:50:43 -0700870LOCAL_MODULE_TAGS := optional
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800871LOCAL_MODULE := ext
872
Brian Carlstrom08065b92011-04-01 15:49:41 -0700873LOCAL_DX_FLAGS := --core-library
874
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800875include $(BUILD_JAVA_LIBRARY)
876
877
878# Include subdirectory makefiles
879# ============================================================
880
881# If we're building with ONE_SHOT_MAKEFILE (mm, mmm), then what the framework
882# team really wants is to build the stuff defined by this makefile.
883ifeq (,$(ONE_SHOT_MAKEFILE))
884include $(call first-makefiles-under,$(LOCAL_PATH))
885endif
Mike Lockwood35a42e02013-09-30 16:35:37 -0700886
887endif # ANDROID_BUILD_EMBEDDED