forked from openkylin/platform_build
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:
parent
57c4dd849d
commit
52dd2f8f8e
|
@ -556,7 +556,7 @@ endif
|
|||
|
||||
# Default R8 behavior when USE_R8 is not specified.
|
||||
ifndef USE_R8
|
||||
USE_R8 := false
|
||||
USE_R8 := true
|
||||
endif
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue