blob: 95bd7f33cb5feac6cd1c0ca6e6bda5e7bb01bfdf [file] [log] [blame]
cc_binary {
name: "[email protected]",
init_rc: ["[email protected]"],
relative_install_path: "hw",
vendor: true,
srcs: [
"Gnss.cpp",
"GnssDebug.cpp",
"GnssConfiguration.cpp",
"GnssMeasurement.cpp",
"service.cpp",
],
shared_libs: [
"libhidlbase",
"libutils",
"liblog",
"[email protected]",
"[email protected]",
],
static_libs: [
"android.hardware.gnss@common-default-lib",
],
}