Merge "Enable R8 by default (third attempt)" am: 6f516aef40
am: 54c54f5eb5

Change-Id: I80a46db72c9714fcc9889d093055d2ad0a805ff8
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
 
 #