mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_stone
synced 2026-02-01 07:15:40 +00:00
Change-Id: I467ece57b82127382f11e48d0dd80e362df0d1c9 Signed-off-by: Ahmad Rulim <personal@rulim34.dev>
36 lines
589 B
Plaintext
36 lines
589 B
Plaintext
|
|
|
|
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",
|
|
],
|
|
|
|
}
|