blob: 5f14561a3d509c6b4304f29b0d2dd96c6e3ac0ea [file] [log] [blame]
package {
default_applicable_licenses: ["hardware_nxp_uwb_license"],
}
// Added automatically by a large-scale-change
// See: http://go/android-license-faq
license {
name: "hardware_nxp_uwb_license",
visibility: [":__subpackages__"],
license_kinds: [
"SPDX-license-identifier-Apache-2.0",
],
// large-scale-change unable to identify any license_text files
}
cc_library_shared {
name: "uwb_uci.helios",
defaults: [
"hidl_defaults",
],
proprietary: true,
srcs: [
"halimpl/fwd/sr1xx/*.cc",
"halimpl/inc/common/*.cc",
"halimpl/hal/*.cc",
"halimpl/log/*.cc",
"halimpl/tml/*.cc",
"halimpl/utils/*.cc",
],
shared_libs: [
"android.hardware.uwb-V1-ndk",
"libcutils",
"liblog",
"libhardware",
"libbase",
"libchrome",
"libutils",
"libdl",
"libhidlbase"
],
local_include_dirs: [
"halimpl/fwd/sr1xx",
"halimpl/inc",
"halimpl/inc/common",
"halimpl/hal",
"halimpl/log",
"halimpl/tml",
"halimpl/utils",
"extns/inc",
],
required: [
"libuwb-uci.conf",
"libuwb-nxp.conf",
"libuwb-countrycode.conf",
],
cflags: [
"-DGENERIC",
"-DSOC_DEFAULT",
"-DBUILDCFG=1",
"-Wno-deprecated-register",
"-Wno-unused-parameter",
"-Wno-missing-field-initializers",
],
}