aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2018-06-27 13:57:25 -0700
committerElliott Hughes <enh@google.com>2018-06-27 13:57:25 -0700
commitd9fb54e9b251deded1bb9e2eb398c8718d9a1cc0 (patch)
treeebdd4a44484d25151aacc661b1642e31641e7765 /Android.bp
parent132f6309a68504261c3400b59f9eb282849fed16 (diff)
downloadtoybox-d9fb54e9b251deded1bb9e2eb398c8718d9a1cc0.tar.gz
Add install symlink.
Requested for recovery zips that assume busybox. This way they "just work" on the regular recovery image. Bug: N/A Test: `adb shell install --help` Change-Id: Ibb1230bab71b90c00380aba39021c2d550d7bfba
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp4
1 files changed, 3 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 8ff205af..0928384c 100644
--- a/Android.bp
+++ b/Android.bp
@@ -245,9 +245,10 @@ cc_defaults {
// because libnetd_client.so is C++.
stl: "none",
- // not usable on Android?: freeramdisk fsfreeze install makedevs nbd-client
+ // not usable on Android?: freeramdisk fsfreeze makedevs nbd-client
// partprobe pivot_root pwdx rev rfkill vconfig
// currently prefer external/efs2progs: blkid chattr lsattr
+ // currently prefer external/iputils: ping ping6
symlinks: [
"acpi",
"base64",
@@ -298,6 +299,7 @@ cc_defaults {
"ifconfig",
"inotifyd",
"insmod",
+ "install",
"ionice",
"iorenice",
"kill",