Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2f90fc7f authored by Elliott Hughes's avatar Elliott Hughes Committed by android-build-merger
Browse files

Move touch(1) to toybox.

am: 734a7802

Change-Id: I014d583b6f5b99dabffa4db168f3265fa19b66a5
parents 440be955 734a7802
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -129,7 +129,6 @@ var Configuration = map[string]PathConfig{
	"stat":      Allowed,
	"tar":       Allowed,
	"timeout":   Allowed,
	"touch":     Allowed,
	"tr":        Allowed,
	"unzip":     Allowed,
	"wc":        Allowed,
@@ -171,6 +170,7 @@ var Configuration = map[string]PathConfig{
	"sleep":    Toybox,
	"tail":     Toybox,
	"tee":      Toybox,
	"touch":    Toybox,
	"true":     Toybox,
	"uname":    Toybox,
	"uniq":     Toybox,