commit | bc29d906bce64e21f2d2f614f6b01a2574bd9db5 | [log] [tgz] |
---|---|---|
author | Alan Leung <acleung@google.com> | Mon Oct 09 21:28:25 2017 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Oct 09 21:28:25 2017 +0000 |
tree | 4ff6be665ae84e91b955bcf94d7416c81a8b18d1 | |
parent | a867dfa71caab2181eba752ae8e2e966005cd538 [diff] | |
parent | ba985e6efece541e15485b8954589bb73f615c22 [diff] |
Merge "Revert "Enable D8 by default.""
diff --git a/core/config.mk b/core/config.mk index ccd7663..566faae 100644 --- a/core/config.mk +++ b/core/config.mk
@@ -512,7 +512,7 @@ USE_PREBUILT_SDK_TOOLS_IN_PLACE := true # USE_D8_BY_DEFAULT is the default behavior, use USE_D8 to override. -USE_D8_BY_DEFAULT := true +USE_D8_BY_DEFAULT := false ifndef USE_D8 USE_D8 := $(USE_D8_BY_DEFAULT) endif