Merge "Revert "Enable R8 by default (sixth attempt)""
diff --git a/core/config.mk b/core/config.mk
index 9c29d40..546ebb2 100644
--- a/core/config.mk
+++ b/core/config.mk
@@ -556,7 +556,7 @@
 
 # Default R8 behavior when USE_R8 is not specified.
 ifndef USE_R8
-  USE_R8 := true
+  USE_R8 := false
 endif
 
 #