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:
Søren Gjesse 2017-11-29 15:58:04 +01:00
parent 8552bebed4
commit 896c30a65f
1 changed files with 5 additions and 0 deletions

View File

@ -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
#