Switch to toybox getconf(1).

am: c8a454c620

Change-Id: I32d908a5e02e3ddedab39636dfac9b62fc2e182c
This commit is contained in:
Elliott Hughes
2019-01-12 09:47:31 -08:00
committed by android-build-merger

View File

@@ -85,7 +85,6 @@ var Configuration = map[string]PathConfig{
"egrep": Allowed,
"find": Allowed,
"fuser": Allowed,
"getconf": Allowed,
"getopt": Allowed,
"git": Allowed,
"grep": Allowed,
@@ -157,6 +156,7 @@ var Configuration = map[string]PathConfig{
"env": Toybox,
"expr": Toybox,
"head": Toybox,
"getconf": Toybox,
"id": Toybox,
"ln": Toybox,
"ls": Toybox,