Merge "Make USE_NINJA=true the default"
This commit is contained in:
@@ -92,7 +92,7 @@ include $(BUILD_SYSTEM)/help.mk
|
|||||||
# and host information.
|
# and host information.
|
||||||
include $(BUILD_SYSTEM)/config.mk
|
include $(BUILD_SYSTEM)/config.mk
|
||||||
|
|
||||||
ifeq ($(USE_NINJA),true)
|
ifneq ($(USE_NINJA),false)
|
||||||
# Mark this is a ninja build.
|
# Mark this is a ninja build.
|
||||||
$(shell mkdir -p $(OUT_DIR) && touch $(OUT_DIR)/ninja_build)
|
$(shell mkdir -p $(OUT_DIR) && touch $(OUT_DIR)/ninja_build)
|
||||||
include build/core/ninja.mk
|
include build/core/ninja.mk
|
||||||
|
Reference in New Issue
Block a user