Enable R8 by default (second attempt for Q)

Fixed bugs which was discovered in the last attempt.

Bug: 74508478

Test: m -j PRODUCT-taimen-userdebug
Test: m -j PRODUCT-elfin-userdebug
Test: Check that some .vdex files built have R8 generated code
Change-Id: I2a8e0e5cad1d698ae73ba152e34a08a496112d7d
This commit is contained in:
Søren Gjesse
2018-03-13 16:58:45 +01:00
parent 91a50d89df
commit a3b796d998

View File

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