mirror of
https://github.com/linux-msm/tqftpserv.git
synced 2024-11-23 01:54:25 +08:00
ANDROID: Add Android.bp makefile
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>
This commit is contained in:
parent
2324458f18
commit
783425b550
9
Android.bp
Normal file
9
Android.bp
Normal file
@ -0,0 +1,9 @@
|
||||
cc_binary {
|
||||
name: "tqftpserv",
|
||||
vendor: true,
|
||||
srcs: [
|
||||
"tqftpserv.c",
|
||||
"translate.c",
|
||||
],
|
||||
shared_libs: ["libqrtr"],
|
||||
}
|
Loading…
Reference in New Issue
Block a user