From 00fcb26f2f972e5f3d31812d9cdf49d62e754240 Mon Sep 17 00:00:00 2001 From: Dan Willemsen Date: Wed, 15 Aug 2018 15:35:38 -0700 Subject: [PATCH] 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 --- ui/build/config.go | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/build/config.go b/ui/build/config.go index 1f7656eef..eefe0edf7 100644 --- a/ui/build/config.go +++ b/ui/build/config.go @@ -110,6 +110,7 @@ func NewConfig(ctx Context, args ...string) Config { "DISPLAY", "GREP_OPTIONS", "NDK_ROOT", + "POSIXLY_CORRECT", // Drop make flags "MAKEFLAGS",