aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2020-01-14 08:31:45 -0800
committerElliott Hughes <enh@google.com>2020-01-14 08:31:45 -0800
commitf199e015cfe53cf8a0d4cfaf1a90b9413d703f95 (patch)
tree14cc006303f6a07b0864a139e877d69a1ed4ce26 /Android.bp
parentce2b356a0746e1203be0cf1ab9c90abdb0394e47 (diff)
downloadtoybox-f199e015cfe53cf8a0d4cfaf1a90b9413d703f95.tar.gz
Build vi.
I'm not sure this is ready for a symlink yet, but it is usable, and it's the best editor we have available, and I have a long-outstanding bug requesting vi that the machines are nagging me about. Notably missing last time I used this vi: ZZ (have to :wq) and R/r (have to insert and delete separately). But I did manage to make the edit without using adb pull/push and editing on the host, so... Bug: http://b/110170945 Change-Id: I0d400e5a52b07f3161d1be4c414480e84108ee35
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index e37978d2..011ff053 100644
--- a/Android.bp
+++ b/Android.bp
@@ -264,6 +264,7 @@ cc_defaults {
"toys/pending/more.c",
"toys/pending/stty.c",
"toys/pending/traceroute.c",
+ "toys/pending/vi.c",
"toys/posix/cal.c",
"toys/posix/chgrp.c",
"toys/posix/cksum.c",