device_xiaomi_sm6150-common/gps/geofence/Android.bp
basamaryan 4c664b8c7e sm6150-common: gps: Update to LA.UM.9.1.r1-13000-SMxxx0.QSSI13.0
Change-Id: I51776c7c5db4e72c58f6dab73e8692a549ec37e8
2023-01-27 01:32:59 +00:00

32 lines
470 B
Plaintext

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,
}