75da4c0eee
Change-Id: I134d6418f1357a4d7ce37358481d6b765d93e1a5
37 lines
563 B
Plaintext
37 lines
563 B
Plaintext
|
|
cc_library_shared {
|
|
|
|
name: "liblocation_api",
|
|
vendor: true,
|
|
|
|
sanitize: GNSS_SANITIZE,
|
|
|
|
shared_libs: [
|
|
"libutils",
|
|
"libcutils",
|
|
"libgps.utils",
|
|
"libdl",
|
|
"liblog",
|
|
],
|
|
|
|
srcs: [
|
|
"LocationAPI.cpp",
|
|
"LocationAPIClientBase.cpp",
|
|
],
|
|
|
|
cflags: ["-fno-short-enums"] + GNSS_CFLAGS,
|
|
|
|
header_libs: [
|
|
"libloc_pla_headers",
|
|
"libgps.utils_headers",
|
|
],
|
|
|
|
}
|
|
|
|
cc_library_headers {
|
|
|
|
name: "liblocation_api_headers",
|
|
export_include_dirs: ["."],
|
|
vendor: true,
|
|
}
|