Prepare for switching from Proguard to R8
Test: m -j PRODUCT-asop_x86-userdebug Test: Check that no *.vdex files in the image are generated by R8 Change-Id: Ifd85d485fa5b6148723378a15c5faef849381ce1
This commit is contained in:
parent
8552bebed4
commit
896c30a65f
|
@ -542,6 +542,11 @@ ifndef USE_D8
|
|||
USE_D8 := true
|
||||
endif
|
||||
|
||||
# Default R8 behavior when USE_R8 is not specified.
|
||||
ifndef USE_R8
|
||||
USE_R8 := false
|
||||
endif
|
||||
|
||||
#
|
||||
# Tools that are prebuilts for TARGET_BUILD_APPS
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue