Use 'quicken' instead of 'interpret-only'.
bug: 34715556
Test: build
(cherry picked from commit eb3d2f2e75
)
Change-Id: I159332c7cc3f7ea0e4b3371883dda8e4aab6b158
This commit is contained in:
parent
c9ad35ce39
commit
b391568e22
1 changed files with 2 additions and 2 deletions
|
@ -157,9 +157,9 @@ ifneq (,$(filter $(PRODUCT_SYSTEM_SERVER_JARS) $(PRODUCT_SYSTEM_SERVER_APPS),$(L
|
|||
# compiled with the 'speed' compiler filter.
|
||||
LOCAL_DEX_PREOPT_FLAGS += --compiler-filter=speed
|
||||
else
|
||||
# If no compiler filter is specified, default to 'interpret-only' to save on storage.
|
||||
# If no compiler filter is specified, default to 'quicken' to save on storage.
|
||||
ifeq (,$(filter --compiler-filter=%, $(LOCAL_DEX_PREOPT_FLAGS)))
|
||||
LOCAL_DEX_PREOPT_FLAGS += --compiler-filter=interpret-only
|
||||
LOCAL_DEX_PREOPT_FLAGS += --compiler-filter=quicken
|
||||
endif
|
||||
endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue