Files
device_xiaomi_sm6150-common/gps/batching/Android.bp
basamaryan 120a33fd06 sm6150-common: Run bpfix
Change-Id: Ife7b541d10e427999657195f266d40b303c09532
Signed-off-by: therealmharc <therealmharc@gmail.com>
2025-05-09 12:24:43 +00:00

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,
}