aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2018-06-22 13:04:01 -0700
committerElliott Hughes <enh@google.com>2018-06-22 13:06:12 -0700
commitc1e1b62acf6df14b90dadebf94636621b0a0d09b (patch)
tree5aa705728ea4643bded288e7bb2abcce0d0df4f1 /Android.bp
parent638800ee056bcf1a306a6b854f40c379b64e5efa (diff)
downloadtoybox-c1e1b62acf6df14b90dadebf94636621b0a0d09b.tar.gz
Add unlink.
Needed by LTP filecapstest.sh. Bug: N/A Test: `adb shell unlink --help` Change-Id: I5e1da47c6c556412aae0d0fe194271a4e1885efd
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 109f5fef..bd849830 100644
--- a/Android.bp
+++ b/Android.bp
@@ -216,6 +216,7 @@ cc_defaults {
"toys/posix/ulimit.c",
"toys/posix/uname.c",
"toys/posix/uniq.c",
+ "toys/posix/unlink.c",
"toys/posix/uudecode.c",
"toys/posix/uuencode.c",
"toys/posix/wc.c",
@@ -391,6 +392,7 @@ cc_defaults {
"uname",
"uniq",
"unix2dos",
+ "unlink",
"unshare",
"uptime",
"usleep",