From d505ac2a30ee8e5a17ee69556207a41a2526901c Mon Sep 17 00:00:00 2001 From: dianlujitao Date: Wed, 9 Oct 2019 19:54:50 +0800 Subject: sdm660-common: Build new GNSS HAL * Remove unnecessary dependencies on liblbs_core.so * Hardcode vendor loc HIDL version to 3.0 to enable vendor HIDL when building w/o BSP. Change-Id: I01f661f1d1e038737801f5a9db88e3388d470f74 --- gps/batching/Android.mk | 3 +-- gps/geofence/Android.mk | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'gps') 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 \ -- cgit v1.2.3