Merge "Enable R8 by default (fourth attempt)"

This commit is contained in:
Søren Gjesse 2018-01-19 07:15:26 +00:00 committed by Android (Google) Code Review
commit 968d6c00e5

View file

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