Merge "Move xxd(1) to toybox."

am: 3b67794d7f

Change-Id: Ieb0425e43aa6218fb4d95ac804da0a126565e123
This commit is contained in:
Elliott Hughes
2018-11-30 12:24:03 -08:00
committed by android-build-merger

View File

@@ -144,7 +144,6 @@ var Configuration = map[string]PathConfig{
"wc": Allowed,
"which": Allowed,
"xargs": Allowed,
"xxd": Allowed,
"xz": Allowed,
"zip": Allowed,
"zipinfo": Allowed,
@@ -178,6 +177,7 @@ var Configuration = map[string]PathConfig{
"uname": Toybox,
"uniq": Toybox,
"whoami": Toybox,
"xxd": Toybox,
}
func init() {