android13/hardware/qcom/sm7250/gps/location/Android.bp

46 lines
885 B
Plaintext

package {
// See: http://go/android-license-faq
// A large-scale-change added 'default_applicable_licenses' to import
// all of the 'license_kinds' from "hardware_qcom_sm7250_gps_license"
// to get the below license kinds:
// SPDX-license-identifier-BSD
default_applicable_licenses: ["hardware_qcom_sm7250_gps_license"],
}
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,
}