Merge "Use 'quicken' instead of 'interpret-only'." am: c30a14020d am: efccb14386

am: 796248606e

Change-Id: I9c340846b44eed66d69a23d1dfac498c940901a8
This commit is contained in:
Nicolas Geoffray 2017-05-02 10:50:09 +00:00 committed by android-build-merger
commit 7db948f787
1 changed files with 2 additions and 2 deletions

View File

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