am 9ff24387: Merge "Make USE_NINJA=true the default"

* commit '9ff24387c205da60e3d7deb042530b1d0b2d881c':
  Make USE_NINJA=true the default
This commit is contained in:
Colin Cross
2015-09-22 17:12:43 +00:00
committed by Android Git Automerger

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