sm8250-common: import gps from LA.UM.9.12.r1-13500.01-SMxx50.QSSI12.0

Change-Id: Ib5a80c095e5e203f90cc0d685758553fd18a7f0c
This commit is contained in:
SGCMarkus 2022-03-23 21:36:50 +01:00
commit 72410cf795
270 changed files with 66183 additions and 615 deletions

31
gps/geofence/Android.bp Normal file
View file

@ -0,0 +1,31 @@
cc_library_shared {
name: "libgeofencing",
vendor: true,
srcs: [
"GeofenceAdapter.cpp",
"location_geofence.cpp",
],
shared_libs: [
"libutils",
"libcutils",
"libgps.utils",
"liblog",
"libloc_core",
],
header_libs: [
"libgps.utils_headers",
"libloc_core_headers",
"libloc_pla_headers",
"liblocation_api_headers",
],
cflags: GNSS_CFLAGS,
}