Enable R8 by default (second attempt)

Test: m -j PRODUCT-aosp_x86-userdebug
Test: Check that some .vdex files built have R8 generated code
Change-Id: I06903dc30c802bbcffd6992c3c25a1b711a5875c
This commit is contained in:
Søren Gjesse 2017-12-14 22:24:48 +01:00
parent 973301af79
commit f2a697725c
1 changed files with 1 additions and 1 deletions

View File

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