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

Commit c776f063 authored by Andreas Gampe's avatar Andreas Gampe Committed by Android (Google) Code Review
Browse files

Merge "Build: Do not set interpreted mode for SDK build" into lmp-dev

parents c464dbc3 2abc44c2
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
@@ -378,11 +378,13 @@ ifneq ($(filter ro.setupwizard.mode=ENABLED, $(call collapse-pairs, $(ADDITIONAL
          $(call collapse-pairs, $(ADDITIONAL_BUILD_PROPERTIES))) \
          ro.setupwizard.mode=OPTIONAL
endif
ifndef is_sdk_build
  # Don't even verify the image on eng builds to speed startup
  ADDITIONAL_BUILD_PROPERTIES += dalvik.vm.image-dex2oat-filter=verify-none
  # Don't compile apps on eng builds to speed startup
  ADDITIONAL_BUILD_PROPERTIES += dalvik.vm.dex2oat-filter=interpret-only
endif
endif

## sdk ##