Merge "Allow the host expr."

am: b0e7320fbc

Change-Id: Iacdc734085ecff25235ea94d09018070f3d1da3a
This commit is contained in:
Elliott Hughes
2019-05-03 11:29:51 -07:00
committed by android-build-merger

View File

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