Enable R8 by default (sixth attempt)

Fixed bugs which was discovered in the last attempt.

Bug: 72373167
Bug: 72391662

Test: m -j PRODUCT-taimen-userdebug
Test: Check that some .vdex files built have R8 generated code
Change-Id: I89aaed9a4156748a513d6ee0284068b8a3c52322
This commit is contained in:
Søren Gjesse 2018-02-06 17:30:32 +01:00
parent 57c4dd849d
commit 52dd2f8f8e
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
#