Merge "Move to toybox cmp(1)."
diff --git a/ui/build/paths/config.go b/ui/build/paths/config.go
index 3ece649..8e11331 100644
--- a/ui/build/paths/config.go
+++ b/ui/build/paths/config.go
@@ -79,7 +79,6 @@
 	"bc":        Allowed,
 	"bzip2":     Allowed,
 	"chmod":     Allowed,
-	"cmp":       Allowed,
 	"cp":        Allowed,
 	"cut":       Allowed,
 	"date":      Allowed,
@@ -162,6 +161,7 @@
 	// On linux we'll use the toybox version of these instead
 	"basename": Toybox,
 	"cat":      Toybox,
+	"cmp":      Toybox,
 	"comm":     Toybox,
 	"env":      Toybox,
 	"id":       Toybox,