forked from openkylin/platform_build
Merge "Enable R8 by default (second attempt)"
am: 837408b4ca
Change-Id: I1fb287f61cedbf1875c57b1d821b1179141bf950
This commit is contained in:
commit
f692713515
|
@ -546,7 +546,7 @@ endif
|
|||
|
||||
# Default R8 behavior when USE_R8 is not specified.
|
||||
ifndef USE_R8
|
||||
USE_R8 := false
|
||||
USE_R8 := true
|
||||
endif
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue