mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_sm6150-common
synced 2026-01-28 18:38:45 +00:00
Change-Id: Ife7b541d10e427999657195f266d40b303c09532 Signed-off-by: therealmharc <therealmharc@gmail.com>
29 lines
481 B
Plaintext
29 lines
481 B
Plaintext
cc_library_shared {
|
|
|
|
name: "libbatching",
|
|
vendor: true,
|
|
|
|
shared_libs: [
|
|
"libutils",
|
|
"libcutils",
|
|
"liblog",
|
|
"libloc_core",
|
|
"libgps.utils",
|
|
"libdl",
|
|
],
|
|
|
|
srcs: [
|
|
"location_batching.cpp",
|
|
"BatchingAdapter.cpp",
|
|
],
|
|
|
|
header_libs: [
|
|
"libgps.utils_headers",
|
|
"libloc_core_headers",
|
|
"libloc_pla_headers",
|
|
"liblocation_api_headers",
|
|
],
|
|
|
|
cflags: GNSS_CFLAGS,
|
|
}
|