Merge "Move to toybox unix2dos(1)." am: 080c2455a3

am: 92afd1e947

Change-Id: I8718fcc27bb254ef3d031b6292809798ebbb206a
This commit is contained in:
Elliott Hughes
2018-12-06 09:18:45 -08:00
committed by android-build-merger

View File

@@ -132,10 +132,8 @@ var Configuration = map[string]PathConfig{
"stat": Allowed,
"tar": Allowed,
"timeout": Allowed,
"todos": Allowed,
"touch": Allowed,
"tr": Allowed,
"unix2dos": Allowed,
"unzip": Allowed,
"wc": Allowed,
"which": Allowed,
@@ -176,6 +174,7 @@ var Configuration = map[string]PathConfig{
"true": Toybox,
"uname": Toybox,
"uniq": Toybox,
"unix2dos": Toybox,
"whoami": Toybox,
"xxd": Toybox,
}