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

Commit 70a697b1 authored by Elliott Hughes's avatar Elliott Hughes Committed by android-build-merger
Browse files

Move touch(1) to toybox. am: 734a7802

am: 2f90fc7f

Change-Id: I0d4854ed648f682e42221220f0a2f767130a8c04
parents 6319ca9b 2f90fc7f
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,