Merge "Prepare for switching from Proguard to R8"
am: 6af8e92040
Change-Id: I26b648931723476a5cd0c9208c07352466abcc2c
This commit is contained in:
commit
efbd35a247
|
@ -542,6 +542,11 @@ ifndef USE_D8
|
||||||
USE_D8 := true
|
USE_D8 := true
|
||||||
endif
|
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
|
# Tools that are prebuilts for TARGET_BUILD_APPS
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue