Merge "Enable R8 by default (third attempt)"

am: 6f516aef40

Change-Id: I26e979f534cc67eeef196a966103bd519ea685d5
This commit is contained in:
Søren Gjesse 2017-12-19 18:19:23 +00:00 committed by android-build-merger
commit 54c54f5eb5
1 changed files with 1 additions and 1 deletions

View File

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