b9fdaff70a
Change-Id: Ia76265a8c3326f2b5f9f260ce98807276af80ee3
36 lines
535 B
Text
36 lines
535 B
Text
|
|
cc_library_shared {
|
|
|
|
name: "liblocation_api",
|
|
vendor: true,
|
|
|
|
|
|
|
|
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,
|
|
}
|