Merge "Move to toybox cmp(1)." am: 2ae2759824

am: fbc9f2619f

Change-Id: Ie886a6036c852052644d51c6b4152aa0c1880fc2
This commit is contained in:
Elliott Hughes
2018-12-05 18:27:56 -08:00
committed by android-build-merger

View File

@@ -79,7 +79,6 @@ var Configuration = map[string]PathConfig{
"bc": Allowed, "bc": Allowed,
"bzip2": Allowed, "bzip2": Allowed,
"chmod": Allowed, "chmod": Allowed,
"cmp": Allowed,
"cp": Allowed, "cp": Allowed,
"cut": Allowed, "cut": Allowed,
"date": Allowed, "date": Allowed,
@@ -162,6 +161,7 @@ var Configuration = map[string]PathConfig{
// On linux we'll use the toybox version of these instead // On linux we'll use the toybox version of these instead
"basename": Toybox, "basename": Toybox,
"cat": Toybox, "cat": Toybox,
"cmp": Toybox,
"comm": Toybox, "comm": Toybox,
"env": Toybox, "env": Toybox,
"id": Toybox, "id": Toybox,