commit | 9ff24387c205da60e3d7deb042530b1d0b2d881c | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Tue Sep 22 17:05:22 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Sep 22 17:05:22 2015 +0000 |
tree | d98d3a194767129bb434c5bff40345c4b038f3b1 | |
parent | 30b326206ba0148da32c1419f210bd6e6890236d [diff] | |
parent | f77030bb300dc69c63d5e795f48e4b67cddcf8d9 [diff] |
Merge "Make USE_NINJA=true the default"
diff --git a/core/main.mk b/core/main.mk index 6baf6c4..f860f54 100644 --- a/core/main.mk +++ b/core/main.mk
@@ -92,7 +92,7 @@ # 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