Skip to content
Snippets Groups Projects
Commit d1a68153 authored by Michael Vines's avatar Michael Vines Committed by Gerrit - the friendly Code Review server
Browse files

Disable parallel make for gaia to improve build stability.

Change-Id: Iff054ac61b1f6ee382aff14102b3d07d759da85a
parent af180d70
No related branches found
No related tags found
No related merge requests found
......@@ -48,6 +48,18 @@ ifneq ($(filter user userdebug, $(TARGET_BUILD_VARIANT)),)
USE_JSMIN = 1
endif
#
# Disable parallel make for gaia to improve build stability.
#
# It would be nice to use $(ANDROID_BUILD_TOP) instead of '%', but the |my-dir|
# macro used to compute the LOCAL_PATH macro in gaia/Android.mk has been
# observed to produce different results from $(ANDROID_BUILD_TOP) when there
# is a symbolic link in the path to the build root.
#
%/gaia/profile.tar.gz: MAKE:=$(MAKE) -j1
export B2G_DEBUG
# .mk files useful for building xpcom components
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment