OSDN Git Service

toybox: Add link for ls
authorSteve Kondik <steve@cyngn.com>
Tue, 6 Sep 2016 08:22:13 +0000 (01:22 -0700)
committerSteve Kondik <steve@cyngn.com>
Tue, 6 Sep 2016 08:24:11 +0000 (01:24 -0700)
 * Toolbox is not used for ls on N

Change-Id: Iddc350a237e19bd52c8f37dd8ab323aa2435ea21

Android.mk

index ff11602..e9db580 100644 (file)
@@ -272,9 +272,9 @@ LOCAL_MODULE := toybox
 TOYBOX_INSTLIST := $(HOST_OUT_EXECUTABLES)/toybox-instlist
 LOCAL_ADDITIONAL_DEPENDENCIES := toybox_links
 
-# we still want a link for ls/ps, but the toolbox version needs to
+# we still want a link for ps, but the toolbox version needs to
 # stick around for compatibility reasons, for now.
-TOYS_FOR_XBIN := ls ps
+TOYS_FOR_XBIN := ps
 
 # skip links for these toys in the system image, they already have
 # a full-blown counterpart. we still want them for the recovery