Merge "Blacklist the GOMACC_PATH environment variable" am: b2498a22c2

am: 4e3e6c76d0

Change-Id: Iec477fd5002a486d266b2926b21f901f5c8abf30
This commit is contained in:
Dan Willemsen
2016-09-08 20:55:04 +00:00
committed by android-build-merger

View File

@@ -14,6 +14,9 @@
# limitations under the License.
#
# Used by the compiler wrapper, but should only be set by gomacc
unexport GOMACC_PATH
# Notice: this works only with Google's Goma build infrastructure.
ifneq ($(filter-out false,$(USE_GOMA)),)
# Goma requires a lot of processes and file descriptors.