d5ecca2f41
Change-Id: Id9a462cf8bf1140854659dcff958f9979905e3dc
35 lines
589 B
Text
35 lines
589 B
Text
|
|
|
|
cc_library_shared {
|
|
|
|
name: "libgnss",
|
|
vendor: true,
|
|
|
|
|
|
|
|
shared_libs: [
|
|
"libutils",
|
|
"libcutils",
|
|
"libdl",
|
|
"liblog",
|
|
"libloc_core",
|
|
"libgps.utils",
|
|
],
|
|
|
|
srcs: [
|
|
"location_gnss.cpp",
|
|
"GnssAdapter.cpp",
|
|
"Agps.cpp",
|
|
"XtraSystemStatusObserver.cpp",
|
|
"NativeAgpsHandler.cpp",
|
|
],
|
|
|
|
cflags: ["-fno-short-enums"] + GNSS_CFLAGS,
|
|
header_libs: [
|
|
"libgps.utils_headers",
|
|
"libloc_core_headers",
|
|
"libloc_pla_headers",
|
|
"liblocation_api_headers",
|
|
],
|
|
|
|
}
|