Enable R8 by default (fourth attempt)

Fixed bugs which was discovered from the last attempt.

Bug: 71629503
Bug: 69825683
Bug: 71630128
Bug: 69445518
Bug: 71604169
Bug: 70886092

Test: m -j PRODUCT-taimen-userdebug
Test: Check that some .vdex files built have R8 generated code
Change-Id: I8b468dee5a5d63f1caa2c9a8b7b0ce5655e512b9
This commit is contained in:
Søren Gjesse 2018-01-16 17:26:37 +01:00
parent fa7f2ad5b3
commit a7e1f92533
1 changed files with 1 additions and 1 deletions

View File

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