summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorMike Lockwood <lockwood@android.com>2009-05-21 11:28:20 -0400
committerMike Lockwood <lockwood@android.com>2009-05-21 11:28:20 -0400
commitfd6e5f0dda50e113db4ccc55338b6c4f09da37a4 (patch)
treefaf8e2c6510d2a0c4439cdcdfe74d97100dc9020 /Android.mk
parentbb7b7b316a6a15f4df6af3c62a293920c68c7b00 (diff)
downloadframeworks_base-fd6e5f0dda50e113db4ccc55338b6c4f09da37a4.zip
frameworks_base-fd6e5f0dda50e113db4ccc55338b6c4f09da37a4.tar.gz
frameworks_base-fd6e5f0dda50e113db4ccc55338b6c4f09da37a4.tar.bz2
location: Replace ILocationCollector interface with new ILocationProvider method
This change replaces ILocationCollector with a more general mechanism that passes locations received from a provider to all other providers. The network location provider now uses this to implement the location collector. In the future, this could be used to inject network locations to the GPS as aiding data. This change also removes the now obsolete permission INSTALL_LOCATION_COLLECTOR. Signed-off-by: Mike Lockwood <lockwood@android.com>
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index bbda5fb..566459b 100644
--- a/Android.mk
+++ b/Android.mk
@@ -135,7 +135,6 @@ LOCAL_SRC_FILES += \
location/java/android/location/IGeocodeProvider.aidl \
location/java/android/location/IGpsStatusListener.aidl \
location/java/android/location/IGpsStatusProvider.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 \