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

* commit '4606ae776b628a3021dc3a82fb0699f68e30921c':
  Remove stale dexopt flags.
This commit is contained in:
Ian Rogers 2014-11-06 00:22:14 +00:00 committed by Android Git Automerger
commit 0b162624c6

View file

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