Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7db948f7 authored by Nicolas Geoffray's avatar Nicolas Geoffray Committed by android-build-merger
Browse files

Merge "Use 'quicken' instead of 'interpret-only'." am: c30a1402 am: efccb143

am: 79624860

Change-Id: I9c340846b44eed66d69a23d1dfac498c940901a8
parents c22e2140 79624860
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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