diff options
Diffstat (limited to 'gps')
-rw-r--r-- | gps/batching/Android.mk | 3 | ||||
-rw-r--r-- | gps/geofence/Android.mk | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/gps/batching/Android.mk b/gps/batching/Android.mk index b08d155..f32288c 100644 --- a/gps/batching/Android.mk +++ b/gps/batching/Android.mk @@ -15,8 +15,7 @@ LOCAL_SHARED_LIBRARIES := \ liblog \ libloc_core \ libgps.utils \ - libdl \ - liblbs_core + libdl LOCAL_SRC_FILES += \ location_batching.cpp \ diff --git a/gps/geofence/Android.mk b/gps/geofence/Android.mk index 6e9e870..ec1a4a7 100644 --- a/gps/geofence/Android.mk +++ b/gps/geofence/Android.mk @@ -18,8 +18,7 @@ LOCAL_SHARED_LIBRARIES := \ libcutils \ libgps.utils \ liblog \ - libloc_core \ - liblbs_core + libloc_core LOCAL_HEADER_LIBRARIES := \ libgps.utils_headers \ |