Merge "Allow the host expr." into qt-dev

This commit is contained in:
TreeHugger Robot 2019-05-03 20:03:07 +00:00 committed by Android (Google) Code Review
commit a6957eeb1b
1 changed files with 1 additions and 1 deletions

View File

@ -81,6 +81,7 @@ var Configuration = map[string]PathConfig{
"dd": Allowed,
"diff": Allowed,
"egrep": Allowed,
"expr": Allowed,
"find": Allowed,
"fuser": Allowed,
"getopt": Allowed,
@ -134,7 +135,6 @@ var Configuration = map[string]PathConfig{
"du": LinuxOnlyPrebuilt,
"echo": LinuxOnlyPrebuilt,
"env": LinuxOnlyPrebuilt,
"expr": LinuxOnlyPrebuilt,
"head": LinuxOnlyPrebuilt,
"getconf": LinuxOnlyPrebuilt,
"hostname": LinuxOnlyPrebuilt,