Merge "Make USE_NINJA=true the default"

This commit is contained in:
Colin Cross
2015-09-22 17:05:22 +00:00
committed by Gerrit Code Review

View File

@@ -92,7 +92,7 @@ include $(BUILD_SYSTEM)/help.mk
# and host information.
include $(BUILD_SYSTEM)/config.mk
ifeq ($(USE_NINJA),true)
ifneq ($(USE_NINJA),false)
# Mark this is a ninja build.
$(shell mkdir -p $(OUT_DIR) && touch $(OUT_DIR)/ninja_build)
include build/core/ninja.mk