Remove POSIXLY_CORRECT from the build environment

Setting this will cause our invocation of ninja to fail. Even if we
fixed that, it's likely to run into other differences during the build.

Fixes: 112443729
Test: POSIXLY_CORRECT=1 m nothing
Change-Id: I0315955c9fd9536cc6cb0d7c700eed207f35cc80
This commit is contained in:
Dan Willemsen
2018-08-15 15:35:38 -07:00
parent 42740f2c78
commit 00fcb26f2f

View File

@@ -110,6 +110,7 @@ func NewConfig(ctx Context, args ...string) Config {
"DISPLAY",
"GREP_OPTIONS",
"NDK_ROOT",
"POSIXLY_CORRECT",
// Drop make flags
"MAKEFLAGS",