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

Commit 4606ae77 authored by Ian Rogers's avatar Ian Rogers Committed by Android Git Automerger
Browse files

am b78348d5: am 5968de73: Merge "Remove stale dexopt flags."

* commit 'b78348d5':
  Remove stale dexopt flags.
parents ac0dbab7 b78348d5
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -404,16 +404,6 @@ endif

BUILD_WITHOUT_PV := true

## precise GC ##

ifneq ($(filter dalvik.gc.type-precise,$(PRODUCT_TAGS)),)
  # Enabling type-precise GC results in larger optimized DEX files.  The
  # additional storage requirements for ".odex" files can cause /system
  # to overflow on some devices, so this is configured separately for
  # each product.
  ADDITIONAL_BUILD_PROPERTIES += dalvik.vm.dexopt-flags=m=y
endif

ADDITIONAL_BUILD_PROPERTIES += net.bt.name=Android

# enable vm tracing in files for now to help track