Merge "Move to toybox sort(1)."

am: 0e94123050

Change-Id: Ieea9b5d2b4d65c344aa08e7c27746d7ee119af52
This commit is contained in:
Elliott Hughes
2019-01-14 18:32:09 -08:00
committed by android-build-merger

View File

@@ -115,7 +115,6 @@ var Configuration = map[string]PathConfig{
"sha1sum": Allowed,
"sha256sum": Allowed,
"sha512sum": Allowed,
"sort": Allowed,
"tar": Allowed,
"timeout": Allowed,
"tr": Allowed,
@@ -166,6 +165,7 @@ var Configuration = map[string]PathConfig{
"rmdir": Toybox,
"setsid": Toybox,
"sleep": Toybox,
"sort": Toybox,
"stat": Toybox,
"tail": Toybox,
"tee": Toybox,