commit | 6f516aef4074e1fc79fd7c7328b5d8e5f67ffece | [log] [tgz] |
---|---|---|
author | Søren Gjesse <sgjesse@google.com> | Tue Dec 19 07:12:05 2017 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Dec 19 07:12:05 2017 +0000 |
tree | 091fe707ec6948bd0539959e2341cdfa88dce3fd | |
parent | b379762089108c56fb35f865af83c4cca7c6e5f1 [diff] | |
parent | 658e4e4e3a975244d078ba3b6332f68486e727bc [diff] |
Merge "Enable R8 by default (third attempt)"
diff --git a/core/config.mk b/core/config.mk index fcbd305..15336ad 100644 --- a/core/config.mk +++ b/core/config.mk
@@ -547,7 +547,7 @@ # Default R8 behavior when USE_R8 is not specified. ifndef USE_R8 - USE_R8 := false + USE_R8 := true endif #