mirror of
https://github.com/linux-msm/tqftpserv.git
synced 2024-11-26 19:43:44 +08:00
10 lines
150 B
Plaintext
10 lines
150 B
Plaintext
|
cc_binary {
|
||
|
name: "tqftpserv",
|
||
|
vendor: true,
|
||
|
srcs: [
|
||
|
"tqftpserv.c",
|
||
|
"translate.c",
|
||
|
],
|
||
|
shared_libs: ["libqrtr"],
|
||
|
}
|