mirror of
https://github.com/linux-msm/tqftpserv.git
synced 2026-02-25 13:12:17 -08:00
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"],
|
|
}
|