mirror of
https://github.com/linux-msm/tqftpserv.git
synced 2024-11-26 19:43:44 +08:00
783425b550
Add Android.bp makefile to build tqftpserv for AOSP. Signed-off-by: Amit Pundir <amit.pundir@linaro.org> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
10 lines
150 B
Plaintext
10 lines
150 B
Plaintext
cc_binary {
|
|
name: "tqftpserv",
|
|
vendor: true,
|
|
srcs: [
|
|
"tqftpserv.c",
|
|
"translate.c",
|
|
],
|
|
shared_libs: ["libqrtr"],
|
|
}
|