Merge "Switch to toybox stat on macOS too."
diff --git a/ui/build/paths/config.go b/ui/build/paths/config.go
index 738ef40..b97391b 100644
--- a/ui/build/paths/config.go
+++ b/ui/build/paths/config.go
@@ -120,7 +120,6 @@
 
 	// These are currently Linux-only toybox tools (but can be switched now).
 	"date": LinuxOnlyPrebuilt,
-	"stat": LinuxOnlyPrebuilt,
 
 	// These are toybox tools that only work on Linux.
 	"pgrep": LinuxOnlyPrebuilt,