summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorDante Russo <drusso@codeaurora.org>2014-04-10 15:11:45 -0700
committerSteve Kondik <shade@chemlab.org>2015-10-16 19:35:53 -0700
commitd8729538a3dd1e3947278b9b048d254e66ca05d3 (patch)
tree4429b0e60e1b0d9de8fa682a07a46fad22aefa4e /Android.mk
parentd25fef5357480af5bee11ed00baa7e2b27616f18 (diff)
downloadframeworks_base-d8729538a3dd1e3947278b9b048d254e66ca05d3.zip
frameworks_base-d8729538a3dd1e3947278b9b048d254e66ca05d3.tar.gz
frameworks_base-d8729538a3dd1e3947278b9b048d254e66ca05d3.tar.bz2
geofence: Low power geofence HW implementation
HW implemntation overwrites the SW implementation Change-Id: Id738f2808691c35e5507e1d557bc5351456953ad
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 1beb3b2..efc0962 100644
--- a/Android.mk
+++ b/Android.mk
@@ -321,6 +321,8 @@ LOCAL_SRC_FILES += \
location/java/android/location/IGeofenceProvider.aidl \
location/java/android/location/IGpsMeasurementsListener.aidl \
location/java/android/location/IGpsNavigationMessageListener.aidl \
+ location/java/android/location/IGeoFencer.aidl \
+ location/java/android/location/IGeoFenceListener.aidl \
location/java/android/location/IGpsStatusListener.aidl \
location/java/android/location/IGpsStatusProvider.aidl \
location/java/android/location/ILocationListener.aidl \