summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorMike Lockwood <>2009-04-06 10:51:26 -0700
committerThe Android Open Source Project <initial-contribution@android.com>2009-04-06 10:51:26 -0700
commite932f7f2a47b770c636443d411436bd29cc4bb43 (patch)
tree75a53e7d58fd8b9524aa22e370854e4c65bba17e /Android.mk
parent53566b140ffa7b1e2f522ab1cdec13c74f8779e7 (diff)
downloadframeworks_base-e932f7f2a47b770c636443d411436bd29cc4bb43.zip
frameworks_base-e932f7f2a47b770c636443d411436bd29cc4bb43.tar.gz
frameworks_base-e932f7f2a47b770c636443d411436bd29cc4bb43.tar.bz2
AI 144663: Use Binder interfaces between NetworkLocationManager and LocationManagerService.
This fixes a hack that was added when NetworkLocationManager was moved out of the framework. This also lays the groundwork for supporting location providers outside of the system process. BUG=1729031 Automated import of CL 144663
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 14d387a..b7f8977 100644
--- a/Android.mk
+++ b/Android.mk
@@ -43,7 +43,7 @@ LOCAL_SRC_FILES := $(filter-out \
## READ ME: ########################################################
##
-## When updading this list of aidl files, consider if that aidl is
+## When updating this list of aidl files, consider if that aidl is
## part of the SDK API. If it is, also add it to the list below that
## is preprocessed and distributed with the SDK. This list should
## not contain any aidl files for parcelables, but the one below should
@@ -110,8 +110,10 @@ LOCAL_SRC_FILES += \
core/java/com/android/internal/view/IInputMethodSession.aidl \
im/java/android/im/IImPlugin.aidl \
location/java/android/location/IGpsStatusListener.aidl \
+ location/java/android/location/ILocationCollector.aidl \
location/java/android/location/ILocationListener.aidl \
location/java/android/location/ILocationManager.aidl \
+ location/java/android/location/ILocationProvider.aidl \
media/java/android/media/IAudioService.aidl \
media/java/android/media/IMediaScannerListener.aidl \
media/java/android/media/IMediaScannerService.aidl \