Use 'quicken' instead of 'interpret-only'.

bug: 34715556
Test: build
Change-Id: Id4518e80598b7baee64e92f7ff4ed600f8cdee5b
This commit is contained in:
Nicolas Geoffray
2017-04-28 10:30:55 +01:00
parent 078aafc590
commit eb3d2f2e75

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