You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
576 B

package {
default_applicable_licenses: [
"device_linaro_dragonboard_qcom_tqftpserv_license",
],
}
// Added automatically by a large-scale-change
// See: http://go/android-license-faq
license {
name: "device_linaro_dragonboard_qcom_tqftpserv_license",
visibility: [":__subpackages__"],
license_kinds: [
"SPDX-license-identifier-BSD",
],
license_text: [
"LICENSE",
],
}
cc_binary {
name: "tqftpserv",
vendor: true,
srcs: [
"tqftpserv.c",
"translate.c",
],
shared_libs: ["libqrtr"],
}