Move tail(1) to toybox.

am: d50d40fe07

Change-Id: Ide86308ca77dcaabb97aada867e2603bb0c383a1
This commit is contained in:
Elliott Hughes
2018-11-27 17:11:45 -08:00
committed by android-build-merger

View File

@@ -137,7 +137,6 @@ var Configuration = map[string]PathConfig{
"sort": Allowed,
"stat": Allowed,
"tar": Allowed,
"tail": Allowed,
"tee": Allowed,
"timeout": Allowed,
"todos": Allowed,
@@ -174,6 +173,7 @@ var Configuration = map[string]PathConfig{
"id": Toybox,
"od": Toybox,
"sleep": Toybox,
"tail": Toybox,
"true": Toybox,
"uname": Toybox,
"uniq": Toybox,