Revert "Enable R8 by default (fourth attempt)"

This reverts commit a7e1f92533.

Reason for revert: R8 seems to be a reason for b/72218788.

Change-Id: Ia2f12775b37537cb21036c4bdd5504af8344e830
This commit is contained in:
Denis Vnukov 2018-01-19 23:13:30 +00:00
parent a7e1f92533
commit 37572f2dfe

View file

@ -556,7 +556,7 @@ endif
# Default R8 behavior when USE_R8 is not specified.
ifndef USE_R8
USE_R8 := true
USE_R8 := false
endif
#