d5ecca2f41
Change-Id: Id9a462cf8bf1140854659dcff958f9979905e3dc
31 lines
470 B
Text
31 lines
470 B
Text
|
|
|
|
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,
|
|
}
|