diff options
| author | Tom Marshall <tdm.code@gmail.com> | 2018-06-26 18:42:20 +0200 |
|---|---|---|
| committer | Alessandro Astone <ales.astone@gmail.com> | 2019-03-31 15:57:50 +0200 |
| commit | fd080612a43391e2735cc68f0a02f8e5efe853d2 (patch) | |
| tree | 067565b4e005873127caa469f4c3dde7b1bf43ad | |
| parent | 75e7f8ff48782e878f8e72c229be972d1e39b6e3 (diff) | |
| download | external_toybox-fd080612a43391e2735cc68f0a02f8e5efe853d2.tar.gz external_toybox-fd080612a43391e2735cc68f0a02f8e5efe853d2.tar.bz2 external_toybox-fd080612a43391e2735cc68f0a02f8e5efe853d2.zip | |
toybox: Add install to symlinks
Because apparently "mkdir -p" is too pedestrian for some packages.
install is already built/configured (it is part of the cp code), only
the symlink is missing.
Change-Id: Iac4abaeabe72c9c77ca3b99143273d540a406dfa
| -rw-r--r-- | Android.mk | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -293,6 +293,7 @@ ALL_TOOLS := \ ifconfig \ inotifyd \ insmod \ + install \ ionice \ iorenice \ kill \ |
