sm8250-common: import gps from LA.UM.9.12.r1-13500.01-SMxx50.QSSI12.0
Change-Id: Ib5a80c095e5e203f90cc0d685758553fd18a7f0c
This commit is contained in:
parent
e4e7e5be57
commit
72410cf795
270 changed files with 66183 additions and 615 deletions
54
gps/utils/Android.bp
Normal file
54
gps/utils/Android.bp
Normal file
|
|
@ -0,0 +1,54 @@
|
|||
|
||||
cc_library_shared {
|
||||
|
||||
name: "libgps.utils",
|
||||
vendor: true,
|
||||
|
||||
|
||||
|
||||
//# Libs
|
||||
shared_libs: [
|
||||
"libdl",
|
||||
"libutils",
|
||||
"libcutils",
|
||||
"liblog",
|
||||
"libprocessgroup",
|
||||
],
|
||||
|
||||
srcs: [
|
||||
"loc_log.cpp",
|
||||
"loc_cfg.cpp",
|
||||
"msg_q.c",
|
||||
"linked_list.c",
|
||||
"loc_target.cpp",
|
||||
"LocHeap.cpp",
|
||||
"LocTimer.cpp",
|
||||
"LocThread.cpp",
|
||||
"MsgTask.cpp",
|
||||
"loc_misc_utils.cpp",
|
||||
"loc_nmea.cpp",
|
||||
"LocIpc.cpp",
|
||||
"LogBuffer.cpp",
|
||||
],
|
||||
|
||||
cflags: [
|
||||
"-fno-short-enums",
|
||||
"-D_ANDROID_",
|
||||
] + GNSS_CFLAGS,
|
||||
|
||||
//# Includes
|
||||
ldflags: ["-Wl,--export-dynamic"],
|
||||
|
||||
header_libs: [
|
||||
"libutils_headers",
|
||||
"libloc_pla_headers",
|
||||
"liblocation_api_headers",
|
||||
],
|
||||
}
|
||||
|
||||
cc_library_headers {
|
||||
|
||||
name: "libgps.utils_headers",
|
||||
export_include_dirs: ["."],
|
||||
vendor: true,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue